1
0
mirror of https://github.com/lensapp/lens.git synced 2024-09-11 09:25:26 +03:00

chore: Bumps [electron](https://github.com/electron/electron) from 22.3.7 to 22.3.10

- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
- [Commits](electron/electron@v22.3.7...v22.3.10)

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2023-05-19 11:55:03 -04:00
parent 00f0b9fce4
commit a20a1eade1
2 changed files with 20 additions and 2 deletions

20
package-lock.json generated
View File

@ -13313,6 +13313,7 @@
"resolved": "https://registry.npmjs.org/electron/-/electron-22.3.9.tgz",
"integrity": "sha512-C+ws4LnGxd+BQGVbKRgR9L1hfslk1L6FHYBm3a7dWL6xcobVm4dLyqShT/5N8lNRXlN1BhIYsWmrAisdd537Tw==",
"hasInstallScript": true,
"peer": true,
"dependencies": {
"@electron/get": "^2.0.0",
"@types/node": "^16.11.26",
@ -35157,7 +35158,7 @@
"conf": "^10.2.0",
"crypto-js": "^4.1.1",
"dompurify": "^2.4.4",
"electron": "^22.3.7",
"electron": "^22.3.10",
"electron-devtools-installer": "^3.2.0",
"electron-updater": "^4.6.5",
"electron-window-state": "^5.0.3",
@ -35367,6 +35368,23 @@
"node": ">=12"
}
},
"packages/core/node_modules/electron": {
"version": "22.3.10",
"resolved": "https://registry.npmjs.org/electron/-/electron-22.3.10.tgz",
"integrity": "sha512-gh7PtSh+rfxHfM4dzPiEO+k1NRo07FvaK/jXG3HzuODrpTTEhC9rsE+AJGrTKQU6Nz7GorseMvnvs8PnUQPPTw==",
"hasInstallScript": true,
"dependencies": {
"@electron/get": "^2.0.0",
"@types/node": "^16.11.26",
"extract-zip": "^2.0.1"
},
"bin": {
"electron": "cli.js"
},
"engines": {
"node": ">= 12.20.55"
}
},
"packages/core/node_modules/include-media": {
"version": "1.4.10",
"resolved": "https://registry.npmjs.org/include-media/-/include-media-1.4.10.tgz",

View File

@ -125,7 +125,7 @@
"conf": "^10.2.0",
"crypto-js": "^4.1.1",
"dompurify": "^2.4.4",
"electron": "^22.3.7",
"electron": "^22.3.10",
"electron-devtools-installer": "^3.2.0",
"electron-updater": "^4.6.5",
"electron-window-state": "^5.0.3",