aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2022-11-08 04:17:44 +0530
committerLibravatar GitHub <noreply@github.com>2022-11-07 22:47:44 +0000
commit0d1e8233b492b3514bf60229a9f969d946c10cd2 (patch)
treec2c12a90d0f40656c4b6c509373978d2f861d66b
parent6.2.1-nightly.41 [skip ci] (diff)
downloadferdium-app-0d1e8233b492b3514bf60229a9f969d946c10cd2.tar.gz
ferdium-app-0d1e8233b492b3514bf60229a9f969d946c10cd2.tar.zst
ferdium-app-0d1e8233b492b3514bf60229a9f969d946c10cd2.zip
Upgrade 'macos-notification-state' to git SHA from fork '394f33c' (#743)
-rw-r--r--package-lock.json40
-rw-r--r--package.json2
2 files changed, 32 insertions, 10 deletions
diff --git a/package-lock.json b/package-lock.json
index 09723fa00..caf011acd 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -183,7 +183,7 @@
183 "npm": "8.19.2" 183 "npm": "8.19.2"
184 }, 184 },
185 "optionalDependencies": { 185 "optionalDependencies": {
186 "macos-notification-state": "github:ferdium/macos-notification-state#0a168f5b1f94c1fd3c08272b8348884efdc83b83", 186 "macos-notification-state": "github:ferdium/macos-notification-state#394f33c2546960391bde2519aa30180dd3506492",
187 "node-mac-permissions": "2.2.1" 187 "node-mac-permissions": "2.2.1"
188 } 188 }
189 }, 189 },
@@ -18469,14 +18469,15 @@
18469 } 18469 }
18470 }, 18470 },
18471 "node_modules/macos-notification-state": { 18471 "node_modules/macos-notification-state": {
18472 "version": "2.0.1", 18472 "version": "2.0.2",
18473 "resolved": "git+ssh://git@github.com/ferdium/macos-notification-state.git#0a168f5b1f94c1fd3c08272b8348884efdc83b83", 18473 "resolved": "git+ssh://git@github.com/ferdium/macos-notification-state.git#394f33c2546960391bde2519aa30180dd3506492",
18474 "integrity": "sha512-Uzh3XrSNjxDx7Nf7zoREwRrKFhKagZ0Tij53lvVK8GObWUjGhfEdDeX0UR/IZDj0f7ac62GHAMJBIg+sruOjyA==", 18474 "integrity": "sha512-C7DDtKntHZsmEdqlvZkdoMewbZq6p670cUeF6qKl7bn+U87E30Mwah6AoTI/lrxAFzy1jshEOXxIPl+tEIB9Wg==",
18475 "hasInstallScript": true, 18475 "hasInstallScript": true,
18476 "license": "MIT", 18476 "license": "MIT",
18477 "optional": true, 18477 "optional": true,
18478 "dependencies": { 18478 "dependencies": {
18479 "bindings": "^1.5.0" 18479 "bindings": "^1.5.0",
18480 "yarn": "^1.22.19"
18480 } 18481 }
18481 }, 18482 },
18482 "node_modules/macos-release": { 18483 "node_modules/macos-release": {
@@ -27362,6 +27363,20 @@
27362 "node": ">=12" 27363 "node": ">=12"
27363 } 27364 }
27364 }, 27365 },
27366 "node_modules/yarn": {
27367 "version": "1.22.19",
27368 "resolved": "https://registry.npmjs.org/yarn/-/yarn-1.22.19.tgz",
27369 "integrity": "sha512-/0V5q0WbslqnwP91tirOvldvYISzaqhClxzyUKXYxs07yUILIs5jx/k6CFe8bvKSkds5w+eiOqta39Wk3WxdcQ==",
27370 "hasInstallScript": true,
27371 "optional": true,
27372 "bin": {
27373 "yarn": "bin/yarn.js",
27374 "yarnpkg": "bin/yarn.js"
27375 },
27376 "engines": {
27377 "node": ">=4.0.0"
27378 }
27379 },
27365 "node_modules/yauzl": { 27380 "node_modules/yauzl": {
27366 "version": "2.10.0", 27381 "version": "2.10.0",
27367 "resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.10.0.tgz", 27382 "resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.10.0.tgz",
@@ -41722,12 +41737,13 @@
41722 } 41737 }
41723 }, 41738 },
41724 "macos-notification-state": { 41739 "macos-notification-state": {
41725 "version": "git+ssh://git@github.com/ferdium/macos-notification-state.git#0a168f5b1f94c1fd3c08272b8348884efdc83b83", 41740 "version": "git+ssh://git@github.com/ferdium/macos-notification-state.git#394f33c2546960391bde2519aa30180dd3506492",
41726 "integrity": "sha512-Uzh3XrSNjxDx7Nf7zoREwRrKFhKagZ0Tij53lvVK8GObWUjGhfEdDeX0UR/IZDj0f7ac62GHAMJBIg+sruOjyA==", 41741 "integrity": "sha512-C7DDtKntHZsmEdqlvZkdoMewbZq6p670cUeF6qKl7bn+U87E30Mwah6AoTI/lrxAFzy1jshEOXxIPl+tEIB9Wg==",
41727 "from": "macos-notification-state@github:ferdium/macos-notification-state#0a168f5b1f94c1fd3c08272b8348884efdc83b83", 41742 "from": "macos-notification-state@github:ferdium/macos-notification-state#394f33c2546960391bde2519aa30180dd3506492",
41728 "optional": true, 41743 "optional": true,
41729 "requires": { 41744 "requires": {
41730 "bindings": "^1.5.0" 41745 "bindings": "^1.5.0",
41746 "yarn": "^1.22.19"
41731 } 41747 }
41732 }, 41748 },
41733 "macos-release": { 41749 "macos-release": {
@@ -48658,6 +48674,12 @@
48658 "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", 48674 "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==",
48659 "dev": true 48675 "dev": true
48660 }, 48676 },
48677 "yarn": {
48678 "version": "1.22.19",
48679 "resolved": "https://registry.npmjs.org/yarn/-/yarn-1.22.19.tgz",
48680 "integrity": "sha512-/0V5q0WbslqnwP91tirOvldvYISzaqhClxzyUKXYxs07yUILIs5jx/k6CFe8bvKSkds5w+eiOqta39Wk3WxdcQ==",
48681 "optional": true
48682 },
48661 "yauzl": { 48683 "yauzl": {
48662 "version": "2.10.0", 48684 "version": "2.10.0",
48663 "resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.10.0.tgz", 48685 "resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.10.0.tgz",
diff --git a/package.json b/package.json
index 7c58a28d5..a94fb3fcf 100644
--- a/package.json
+++ b/package.json
@@ -214,7 +214,7 @@
214 "webpack-dev-server": "4.11.1" 214 "webpack-dev-server": "4.11.1"
215 }, 215 },
216 "optionalDependencies": { 216 "optionalDependencies": {
217 "macos-notification-state": "github:ferdium/macos-notification-state#0a168f5b1f94c1fd3c08272b8348884efdc83b83", 217 "macos-notification-state": "github:ferdium/macos-notification-state#394f33c2546960391bde2519aa30180dd3506492",
218 "node-mac-permissions": "2.2.1" 218 "node-mac-permissions": "2.2.1"
219 }, 219 },
220 "browserslist": [ 220 "browserslist": [