From 2735818f794d84d280dd76d7ed3cd2754cc9670c Mon Sep 17 00:00:00 2001 From: Alphrag <34252790+Alphrag@users.noreply.github.com> Date: Thu, 21 Jul 2022 01:47:44 +0100 Subject: Revert module 'macos-notification-state' to forked version (#502) --- package-lock.json | 13 +++++++------ package.json | 2 +- 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 @@ "npm": "8.13.2" }, "optionalDependencies": { - "macos-notification-state": "2.0.1", + "macos-notification-state": "github:ferdium/macos-notification-state#0a168f5b1f94c1fd3c08272b8348884efdc83b83", "node-mac-permissions": "2.2.1" } }, @@ -18086,9 +18086,10 @@ }, "node_modules/macos-notification-state": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/macos-notification-state/-/macos-notification-state-2.0.1.tgz", - "integrity": "sha512-FBaaSdqws2R6RCqIq9CqG+QnZicJu00vayc88LM+iII4P72b1bXeGdZpxgXeIeKzwdlP0xHsq1PfOImJH3GOAg==", + "resolved": "git+ssh://git@github.com/ferdium/macos-notification-state.git#0a168f5b1f94c1fd3c08272b8348884efdc83b83", + "integrity": "sha512-Uzh3XrSNjxDx7Nf7zoREwRrKFhKagZ0Tij53lvVK8GObWUjGhfEdDeX0UR/IZDj0f7ac62GHAMJBIg+sruOjyA==", "hasInstallScript": true, + "license": "MIT", "optional": true, "dependencies": { "bindings": "^1.5.0" @@ -41399,9 +41400,9 @@ } }, "macos-notification-state": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/macos-notification-state/-/macos-notification-state-2.0.1.tgz", - "integrity": "sha512-FBaaSdqws2R6RCqIq9CqG+QnZicJu00vayc88LM+iII4P72b1bXeGdZpxgXeIeKzwdlP0xHsq1PfOImJH3GOAg==", + "version": "git+ssh://git@github.com/ferdium/macos-notification-state.git#0a168f5b1f94c1fd3c08272b8348884efdc83b83", + "integrity": "sha512-Uzh3XrSNjxDx7Nf7zoREwRrKFhKagZ0Tij53lvVK8GObWUjGhfEdDeX0UR/IZDj0f7ac62GHAMJBIg+sruOjyA==", + "from": "macos-notification-state@github:ferdium/macos-notification-state#0a168f5b1f94c1fd3c08272b8348884efdc83b83", "optional": true, "requires": { "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 @@ "webpack-dev-server": "4.9.3" }, "optionalDependencies": { - "macos-notification-state": "2.0.1", + "macos-notification-state": "github:ferdium/macos-notification-state#0a168f5b1f94c1fd3c08272b8348884efdc83b83", "node-mac-permissions": "2.2.1" }, "browserslist": [ -- cgit v1.2.3-54-g00ecf