fix(deps): update dependency electron to v24

This commit is contained in:
renovate[bot] 2023-04-14 22:40:10 +00:00 committed by GitHub
parent 07af421555
commit e65ed28941
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 9 deletions

View File

@ -68,7 +68,7 @@
"cpy-cli": "^4.2.0", "cpy-cli": "^4.2.0",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"css-loader": "^6.7.3", "css-loader": "^6.7.3",
"electron": "^23.2.2", "electron": "^24.1.2",
"eslint": "^8.38.0", "eslint": "^8.38.0",
"eslint-config-airbnb": "^19.0.4", "eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.27.5", "eslint-plugin-import": "^2.27.5",

View File

@ -48,7 +48,7 @@
"chalk": "^5.2.0", "chalk": "^5.2.0",
"cors": "^2.8.5", "cors": "^2.8.5",
"cross-spawn": "^7.0.3", "cross-spawn": "^7.0.3",
"electron": "^23.2.2", "electron": "^24.1.2",
"express": "^4.18.2", "express": "^4.18.2",
"get-port": "^6.1.2", "get-port": "^6.1.2",
"graphql": "^16.6.0", "graphql": "^16.6.0",

View File

@ -174,8 +174,8 @@ importers:
specifier: ^6.7.3 specifier: ^6.7.3
version: 6.7.3(webpack@5.78.0) version: 6.7.3(webpack@5.78.0)
electron: electron:
specifier: ^23.2.2 specifier: ^24.1.2
version: 23.2.2 version: 24.1.2
eslint: eslint:
specifier: ^8.38.0 specifier: ^8.38.0
version: 8.38.0 version: 8.38.0
@ -1353,8 +1353,8 @@ importers:
specifier: ^7.0.3 specifier: ^7.0.3
version: 7.0.3 version: 7.0.3
electron: electron:
specifier: ^23.2.2 specifier: ^24.1.2
version: 23.2.2 version: 24.1.2
express: express:
specifier: ^4.18.2 specifier: ^4.18.2
version: 4.18.2 version: 4.18.2
@ -9488,6 +9488,7 @@ packages:
/@types/node@16.18.23: /@types/node@16.18.23:
resolution: {integrity: sha512-XAMpaw1s1+6zM+jn2tmw8MyaRDIJfXxqmIQIS0HfoGYPuf7dUWeiUKopwq13KFX9lEp1+THGtlaaYx39Nxr58g==} resolution: {integrity: sha512-XAMpaw1s1+6zM+jn2tmw8MyaRDIJfXxqmIQIS0HfoGYPuf7dUWeiUKopwq13KFX9lEp1+THGtlaaYx39Nxr58g==}
dev: true
/@types/node@18.15.11: /@types/node@18.15.11:
resolution: {integrity: sha512-E5Kwq2n4SbMzQOn6wnmBjuK9ouqlURrcZDVfbo9ftDDTFt3nk7ZKK4GMOzoYgnpQJKcxwQw+lGaBvvlMo0qN/Q==} resolution: {integrity: sha512-E5Kwq2n4SbMzQOn6wnmBjuK9ouqlURrcZDVfbo9ftDDTFt3nk7ZKK4GMOzoYgnpQJKcxwQw+lGaBvvlMo0qN/Q==}
@ -12563,14 +12564,14 @@ packages:
resolution: {integrity: sha512-UTkCbNTAcGXABmEnQrGcW4m3cG6fcyBfD4KDF0iyEAlbrGZiY9dmslyDAGOD1Kr5biN2F743Y30aRCOtau35Vw==} resolution: {integrity: sha512-UTkCbNTAcGXABmEnQrGcW4m3cG6fcyBfD4KDF0iyEAlbrGZiY9dmslyDAGOD1Kr5biN2F743Y30aRCOtau35Vw==}
dev: true dev: true
/electron@23.2.2: /electron@24.1.2:
resolution: {integrity: sha512-8UfC2NCaqLJvdWoAfzAi56DaF+8cD3QPbnabKMdYNxMhYJ54gAje4ChVRo3sUMD5uSMk6MbPYCdnoMusCrfzrQ==} resolution: {integrity: sha512-V0isWbyLYiXrSCcB4lrSVhS/U56NFGfuqHyc+yEPkyhhvY+h4F85cYGdEiZlXp6XjHT+/CLHmw0ltK54g9lvDw==}
engines: {node: '>= 12.20.55'} engines: {node: '>= 12.20.55'}
hasBin: true hasBin: true
requiresBuild: true requiresBuild: true
dependencies: dependencies:
'@electron/get': 2.0.2 '@electron/get': 2.0.2
'@types/node': 16.18.23 '@types/node': 18.15.11
extract-zip: 2.0.1 extract-zip: 2.0.1
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color