mirror of
https://github.com/kopia/kopia.git
synced 2026-04-24 07:58:19 -04:00
build(deps): app/package.json & app/package-lock.json to reduce vulnerabilities (#3075)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELECTRON-5710425 - https://snyk.io/vuln/SNYK-JS-ELECTRON-5710514 - https://snyk.io/vuln/SNYK-JS-ELECTRON-5710556 - https://snyk.io/vuln/SNYK-JS-ELECTRON-5710600 - https://snyk.io/vuln/SNYK-JS-ELECTRON-5710601 - https://snyk.io/vuln/SNYK-JS-ELECTRON-5710620 Co-authored-by: snyk-bot <snyk-bot@snyk.io>
This commit is contained in:
committed by
GitHub
parent
32193f72ea
commit
d8580d87d7
14
app/package-lock.json
generated
14
app/package-lock.json
generated
@@ -22,7 +22,7 @@
|
||||
"asar": "^3.2.0",
|
||||
"concurrently": "^8.0.1",
|
||||
"dotenv": "^16.0.3",
|
||||
"electron": "^24.1.2",
|
||||
"electron": "^24.5.1",
|
||||
"electron-builder": "^24.2.0",
|
||||
"electron-notarize": "^1.2.2",
|
||||
"playwright": "^1.32.3",
|
||||
@@ -1864,9 +1864,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/electron": {
|
||||
"version": "24.1.2",
|
||||
"resolved": "https://registry.npmjs.org/electron/-/electron-24.1.2.tgz",
|
||||
"integrity": "sha512-V0isWbyLYiXrSCcB4lrSVhS/U56NFGfuqHyc+yEPkyhhvY+h4F85cYGdEiZlXp6XjHT+/CLHmw0ltK54g9lvDw==",
|
||||
"version": "24.5.1",
|
||||
"resolved": "https://registry.npmjs.org/electron/-/electron-24.5.1.tgz",
|
||||
"integrity": "sha512-OxMDJj9q+XwmHb6Annc9jpRPV/HmiXyhAcl6LEin/cqDHKR+LCLx7PcXfMs/qKMVxER/TBbG7PglpjnkUMlG+w==",
|
||||
"dev": true,
|
||||
"hasInstallScript": true,
|
||||
"dependencies": {
|
||||
@@ -5773,9 +5773,9 @@
|
||||
}
|
||||
},
|
||||
"electron": {
|
||||
"version": "24.1.2",
|
||||
"resolved": "https://registry.npmjs.org/electron/-/electron-24.1.2.tgz",
|
||||
"integrity": "sha512-V0isWbyLYiXrSCcB4lrSVhS/U56NFGfuqHyc+yEPkyhhvY+h4F85cYGdEiZlXp6XjHT+/CLHmw0ltK54g9lvDw==",
|
||||
"version": "24.5.1",
|
||||
"resolved": "https://registry.npmjs.org/electron/-/electron-24.5.1.tgz",
|
||||
"integrity": "sha512-OxMDJj9q+XwmHb6Annc9jpRPV/HmiXyhAcl6LEin/cqDHKR+LCLx7PcXfMs/qKMVxER/TBbG7PglpjnkUMlG+w==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@electron/get": "^2.0.0",
|
||||
|
||||
@@ -114,7 +114,7 @@
|
||||
"asar": "^3.2.0",
|
||||
"concurrently": "^8.0.1",
|
||||
"dotenv": "^16.0.3",
|
||||
"electron": "^24.1.2",
|
||||
"electron": "^24.5.1",
|
||||
"electron-builder": "^24.2.0",
|
||||
"electron-notarize": "^1.2.2",
|
||||
"playwright": "^1.32.3",
|
||||
|
||||
Reference in New Issue
Block a user