aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package-lock.json13
-rw-r--r--package.json2
2 files changed, 8 insertions, 7 deletions
diff --git a/package-lock.json b/package-lock.json
index 399a56f96..ab1446539 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -170,7 +170,7 @@
170 "npm": "8.13.2" 170 "npm": "8.13.2"
171 }, 171 },
172 "optionalDependencies": { 172 "optionalDependencies": {
173 "macos-notification-state": "2.0.1", 173 "macos-notification-state": "github:ferdium/macos-notification-state#0a168f5b1f94c1fd3c08272b8348884efdc83b83",
174 "node-mac-permissions": "2.2.1" 174 "node-mac-permissions": "2.2.1"
175 } 175 }
176 }, 176 },
@@ -18086,9 +18086,10 @@
18086 }, 18086 },
18087 "node_modules/macos-notification-state": { 18087 "node_modules/macos-notification-state": {
18088 "version": "2.0.1", 18088 "version": "2.0.1",
18089 "resolved": "https://registry.npmjs.org/macos-notification-state/-/macos-notification-state-2.0.1.tgz", 18089 "resolved": "git+ssh://git@github.com/ferdium/macos-notification-state.git#0a168f5b1f94c1fd3c08272b8348884efdc83b83",
18090 "integrity": "sha512-FBaaSdqws2R6RCqIq9CqG+QnZicJu00vayc88LM+iII4P72b1bXeGdZpxgXeIeKzwdlP0xHsq1PfOImJH3GOAg==", 18090 "integrity": "sha512-Uzh3XrSNjxDx7Nf7zoREwRrKFhKagZ0Tij53lvVK8GObWUjGhfEdDeX0UR/IZDj0f7ac62GHAMJBIg+sruOjyA==",
18091 "hasInstallScript": true, 18091 "hasInstallScript": true,
18092 "license": "MIT",
18092 "optional": true, 18093 "optional": true,
18093 "dependencies": { 18094 "dependencies": {
18094 "bindings": "^1.5.0" 18095 "bindings": "^1.5.0"
@@ -41399,9 +41400,9 @@
41399 } 41400 }
41400 }, 41401 },
41401 "macos-notification-state": { 41402 "macos-notification-state": {
41402 "version": "2.0.1", 41403 "version": "git+ssh://git@github.com/ferdium/macos-notification-state.git#0a168f5b1f94c1fd3c08272b8348884efdc83b83",
41403 "resolved": "https://registry.npmjs.org/macos-notification-state/-/macos-notification-state-2.0.1.tgz", 41404 "integrity": "sha512-Uzh3XrSNjxDx7Nf7zoREwRrKFhKagZ0Tij53lvVK8GObWUjGhfEdDeX0UR/IZDj0f7ac62GHAMJBIg+sruOjyA==",
41404 "integrity": "sha512-FBaaSdqws2R6RCqIq9CqG+QnZicJu00vayc88LM+iII4P72b1bXeGdZpxgXeIeKzwdlP0xHsq1PfOImJH3GOAg==", 41405 "from": "macos-notification-state@github:ferdium/macos-notification-state#0a168f5b1f94c1fd3c08272b8348884efdc83b83",
41405 "optional": true, 41406 "optional": true,
41406 "requires": { 41407 "requires": {
41407 "bindings": "^1.5.0" 41408 "bindings": "^1.5.0"
diff --git a/package.json b/package.json
index 397426fd3..3cbf5e5b7 100644
--- a/package.json
+++ b/package.json
@@ -201,7 +201,7 @@
201 "webpack-dev-server": "4.9.3" 201 "webpack-dev-server": "4.9.3"
202 }, 202 },
203 "optionalDependencies": { 203 "optionalDependencies": {
204 "macos-notification-state": "2.0.1", 204 "macos-notification-state": "github:ferdium/macos-notification-state#0a168f5b1f94c1fd3c08272b8348884efdc83b83",
205 "node-mac-permissions": "2.2.1" 205 "node-mac-permissions": "2.2.1"
206 }, 206 },
207 "browserslist": [ 207 "browserslist": [