aboutsummaryrefslogtreecommitdiffstats
path: root/package-lock.json
diff options
context:
space:
mode:
authorLibravatar Stefan <stefan@adlk.io>2019-06-04 14:38:39 +0200
committerLibravatar Stefan <stefan@adlk.io>2019-06-04 14:38:39 +0200
commitc877b8283e2911e4463714d588fc42e0d9603751 (patch)
tree6a6fd507308abf33015b9ed27e44dd8bac79177d /package-lock.json
parentskip cache restore (diff)
downloadferdium-app-c877b8283e2911e4463714d588fc42e0d9603751.tar.gz
ferdium-app-c877b8283e2911e4463714d588fc42e0d9603751.tar.zst
ferdium-app-c877b8283e2911e4463714d588fc42e0d9603751.zip
fix windows build
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json14
1 files changed, 7 insertions, 7 deletions
diff --git a/package-lock.json b/package-lock.json
index 59c1aae59..390864f16 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -13717,9 +13717,9 @@
13717 } 13717 }
13718 }, 13718 },
13719 "macos-notification-state": { 13719 "macos-notification-state": {
13720 "version": "1.2.3", 13720 "version": "1.3.1",
13721 "resolved": "https://registry.npmjs.org/macos-notification-state/-/macos-notification-state-1.2.3.tgz", 13721 "resolved": "https://registry.npmjs.org/macos-notification-state/-/macos-notification-state-1.3.1.tgz",
13722 "integrity": "sha512-09L0YT1Nd7qUKlR4e7lB8FSbliRWU57uE0lRM3XXy2o/rpCbik6aexLxzwwMGUbajk20A2SXEw4Tu+YoEXw8Wg==", 13722 "integrity": "sha512-Zd4fezXN4WaXw0fJnO3dr8Eg72AKI4C+g0Jnm5KcX8o7WWvIMV9rzsl8mtuOL8FT+QPYv1xiaLpElqhXubf3Yw==",
13723 "requires": { 13723 "requires": {
13724 "bindings": "^1.4.0", 13724 "bindings": "^1.4.0",
13725 "nan": "^2.13.2" 13725 "nan": "^2.13.2"
@@ -21071,12 +21071,12 @@
21071 "integrity": "sha1-+OGqHuWlPsW/FR/6CXQqatdpeHY=" 21071 "integrity": "sha1-+OGqHuWlPsW/FR/6CXQqatdpeHY="
21072 }, 21072 },
21073 "windows-notification-state": { 21073 "windows-notification-state": {
21074 "version": "1.3.1", 21074 "version": "1.3.3",
21075 "resolved": "https://registry.npmjs.org/windows-notification-state/-/windows-notification-state-1.3.1.tgz", 21075 "resolved": "https://registry.npmjs.org/windows-notification-state/-/windows-notification-state-1.3.3.tgz",
21076 "integrity": "sha512-fsEXqZA48KJYO7uFAl0PonAza95kqlXzZ+dp+sDk9+W9GqkD5GNt4DLieSqgiA/zQe/XB69DfqPhHwP1mNhVTA==", 21076 "integrity": "sha512-MVcI09Kjjpd7XkTzp6iG9q+5rIj98r4js1GAIQd3XeCEuyQi+TG3lB3d1RYToZrf28qPkNFO/ChXjvc8ZF/hAQ==",
21077 "requires": { 21077 "requires": {
21078 "bindings": "^1.5.0", 21078 "bindings": "^1.5.0",
21079 "nan": "^2.13.2" 21079 "nan": "^2.14.0"
21080 }, 21080 },
21081 "dependencies": { 21081 "dependencies": {
21082 "nan": { 21082 "nan": {