summaryrefslogtreecommitdiffhomepage
path: root/gui
diff options
context:
space:
mode:
authorDavid Lönnhager <david.l@mullvad.net>2024-05-14 16:16:24 +0200
committerDavid Lönnhager <david.l@mullvad.net>2024-05-16 16:49:39 +0200
commit2b52b53ed6672aea5ac971ec863aa566280321b8 (patch)
tree9d791c20aa4382f64983e540f9707674f38ff7da /gui
parent4a91a9bade7a004e364f6a86a2358aa7b06858f1 (diff)
downloadmullvadvpn-2b52b53ed6672aea5ac971ec863aa566280321b8.tar.xz
mullvadvpn-2b52b53ed6672aea5ac971ec863aa566280321b8.zip
Update NSEventMonitor
Diffstat (limited to 'gui')
-rw-r--r--gui/package-lock.json30
-rw-r--r--gui/package.json2
2 files changed, 16 insertions, 16 deletions
diff --git a/gui/package-lock.json b/gui/package-lock.json
index dc22d10628..ae912c5e68 100644
--- a/gui/package-lock.json
+++ b/gui/package-lock.json
@@ -78,7 +78,7 @@
},
"optionalDependencies": {
"grpc-tools": "^1.12.4",
- "nseventmonitor": "^1.0.4"
+ "nseventmonitor": "^1.0.5"
}
},
"node_modules/@babel/runtime": {
@@ -8958,9 +8958,9 @@
}
},
"node_modules/nan": {
- "version": "2.18.0",
- "resolved": "https://registry.npmjs.org/nan/-/nan-2.18.0.tgz",
- "integrity": "sha512-W7tfG7vMOGtD30sHoZSSc/JVYiyDPEyQVso/Zz+/uQd0B0L46gtC+pHha5FFMRpil6fm/AoEcRWyOVi4+E/f8w==",
+ "version": "2.19.0",
+ "resolved": "https://registry.npmjs.org/nan/-/nan-2.19.0.tgz",
+ "integrity": "sha512-nO1xXxfh/RWNxfd/XPfbIfFk5vgLsAxUR9y5O0cHMJu/AW9U95JLXqthYHjEp+8gQ5p96K9jUp8nbVOxCdRbtw==",
"optional": true
},
"node_modules/nanoid": {
@@ -9130,9 +9130,9 @@
}
},
"node_modules/nseventmonitor": {
- "version": "1.0.4",
- "resolved": "https://registry.npmjs.org/nseventmonitor/-/nseventmonitor-1.0.4.tgz",
- "integrity": "sha512-z4dql4cB2GEzzWgBo9yM10NaHhEg5b0yeSd0niiH2Nde6TUbM6G7EZy5UeSjsaIkkL+LgLgiXXQrNB7ccZ8Wyw==",
+ "version": "1.0.5",
+ "resolved": "https://registry.npmjs.org/nseventmonitor/-/nseventmonitor-1.0.5.tgz",
+ "integrity": "sha512-CP1Qvr3yAY08o+2KpNUMjVTM6KM37sQEgRp+3KvzWCcutzwQwsUy4IkixModqgmxqB3BP281SRlizqOnf7sk0w==",
"hasInstallScript": true,
"optional": true,
"os": [
@@ -9140,7 +9140,7 @@
],
"dependencies": {
"@mapbox/node-pre-gyp": "^1.0.11",
- "nan": "^2.18.0"
+ "nan": "^2.19.0"
}
},
"node_modules/number-is-nan": {
@@ -20275,9 +20275,9 @@
"dev": true
},
"nan": {
- "version": "2.18.0",
- "resolved": "https://registry.npmjs.org/nan/-/nan-2.18.0.tgz",
- "integrity": "sha512-W7tfG7vMOGtD30sHoZSSc/JVYiyDPEyQVso/Zz+/uQd0B0L46gtC+pHha5FFMRpil6fm/AoEcRWyOVi4+E/f8w==",
+ "version": "2.19.0",
+ "resolved": "https://registry.npmjs.org/nan/-/nan-2.19.0.tgz",
+ "integrity": "sha512-nO1xXxfh/RWNxfd/XPfbIfFk5vgLsAxUR9y5O0cHMJu/AW9U95JLXqthYHjEp+8gQ5p96K9jUp8nbVOxCdRbtw==",
"optional": true
},
"nanoid": {
@@ -20414,13 +20414,13 @@
}
},
"nseventmonitor": {
- "version": "1.0.4",
- "resolved": "https://registry.npmjs.org/nseventmonitor/-/nseventmonitor-1.0.4.tgz",
- "integrity": "sha512-z4dql4cB2GEzzWgBo9yM10NaHhEg5b0yeSd0niiH2Nde6TUbM6G7EZy5UeSjsaIkkL+LgLgiXXQrNB7ccZ8Wyw==",
+ "version": "1.0.5",
+ "resolved": "https://registry.npmjs.org/nseventmonitor/-/nseventmonitor-1.0.5.tgz",
+ "integrity": "sha512-CP1Qvr3yAY08o+2KpNUMjVTM6KM37sQEgRp+3KvzWCcutzwQwsUy4IkixModqgmxqB3BP281SRlizqOnf7sk0w==",
"optional": true,
"requires": {
"@mapbox/node-pre-gyp": "^1.0.11",
- "nan": "^2.18.0"
+ "nan": "^2.19.0"
}
},
"number-is-nan": {
diff --git a/gui/package.json b/gui/package.json
index c5ca4b54a7..c1e740400c 100644
--- a/gui/package.json
+++ b/gui/package.json
@@ -28,7 +28,7 @@
},
"optionalDependencies": {
"grpc-tools": "^1.12.4",
- "nseventmonitor": "^1.0.4"
+ "nseventmonitor": "^1.0.5"
},
"devDependencies": {
"@playwright/test": "^1.41.1",