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:
Kopia Builder [bot]
2023-06-18 11:19:27 -07:00
committed by GitHub
parent 32193f72ea
commit d8580d87d7
2 changed files with 8 additions and 8 deletions

14
app/package-lock.json generated
View File

@@ -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",

View File

@@ -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",