aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-04-16 22:02:01 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2022-04-16 22:02:01 +0530
commitf7f372c0afbd9146f35918b03b718dc38f22dbd5 (patch)
tree1d79dfe969fe6316fd08064eb88f5938ec730214
parentTidied up .github documentation (diff)
downloadferdium-app-f7f372c0afbd9146f35918b03b718dc38f22dbd5.tar.gz
ferdium-app-f7f372c0afbd9146f35918b03b718dc38f22dbd5.tar.zst
ferdium-app-f7f372c0afbd9146f35918b03b718dc38f22dbd5.zip
fix 'macos-notification-state' dependency's github url
-rw-r--r--package-lock.json8
-rw-r--r--package.json2
2 files changed, 5 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json
index 5f4ee5050..c59ba5f8e 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -44,7 +44,7 @@
44 "jsonwebtoken": "^8.5.1", 44 "jsonwebtoken": "^8.5.1",
45 "jss": "^10.8.1", 45 "jss": "^10.8.1",
46 "lodash": "^4.17.21", 46 "lodash": "^4.17.21",
47 "macos-notification-state": "github:ferdium/macos-notification-state#fix-monterey-detect", 47 "macos-notification-state": "github:nbashkankov/macos-notification-state#fix-monterey-detect",
48 "macos-version": "^5.2.1", 48 "macos-version": "^5.2.1",
49 "mime-types": "^2.1.33", 49 "mime-types": "^2.1.33",
50 "minimist": "^1.2.6", 50 "minimist": "^1.2.6",
@@ -19602,7 +19602,7 @@
19602 }, 19602 },
19603 "node_modules/macos-notification-state": { 19603 "node_modules/macos-notification-state": {
19604 "version": "1.3.6", 19604 "version": "1.3.6",
19605 "resolved": "git+ssh://git@github.com/ferdium/macos-notification-state.git#c7959ecf657020a70b2720d1051fc5a3e4ecb118", 19605 "resolved": "git+ssh://git@github.com/nbashkankov/macos-notification-state.git#c7959ecf657020a70b2720d1051fc5a3e4ecb118",
19606 "hasInstallScript": true, 19606 "hasInstallScript": true,
19607 "license": "MIT", 19607 "license": "MIT",
19608 "dependencies": { 19608 "dependencies": {
@@ -46191,8 +46191,8 @@
46191 } 46191 }
46192 }, 46192 },
46193 "macos-notification-state": { 46193 "macos-notification-state": {
46194 "version": "git+ssh://git@github.com/ferdium/macos-notification-state.git#c7959ecf657020a70b2720d1051fc5a3e4ecb118", 46194 "version": "git+ssh://git@github.com/nbashkankov/macos-notification-state.git#c7959ecf657020a70b2720d1051fc5a3e4ecb118",
46195 "from": "macos-notification-state@github:ferdium/macos-notification-state#fix-monterey-detect", 46195 "from": "macos-notification-state@github:nbashkankov/macos-notification-state#fix-monterey-detect",
46196 "requires": { 46196 "requires": {
46197 "bindings": "^1.5.0" 46197 "bindings": "^1.5.0"
46198 } 46198 }
diff --git a/package.json b/package.json
index 8aa2cf9d2..6e6105a05 100644
--- a/package.json
+++ b/package.json
@@ -79,7 +79,7 @@
79 "jsonwebtoken": "^8.5.1", 79 "jsonwebtoken": "^8.5.1",
80 "jss": "^10.8.1", 80 "jss": "^10.8.1",
81 "lodash": "^4.17.21", 81 "lodash": "^4.17.21",
82 "macos-notification-state": "github:ferdium/macos-notification-state#fix-monterey-detect", 82 "macos-notification-state": "github:nbashkankov/macos-notification-state#fix-monterey-detect",
83 "macos-version": "^5.2.1", 83 "macos-version": "^5.2.1",
84 "mime-types": "^2.1.33", 84 "mime-types": "^2.1.33",
85 "minimist": "^1.2.6", 85 "minimist": "^1.2.6",