DEPS: Update Electron version (#2360)

This commit is contained in:
catloversg
2025-10-23 23:31:23 +07:00
committed by GitHub
parent a703e8753b
commit 1d3b96326e
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -77,7 +77,7 @@
"copy-webpack-plugin": "^13.0.0",
"css-loader": "^7.1.2",
"csstype": "3.1.3",
"electron": "^38.0.0",
"electron": "^38.4.0",
"eslint": "^8.52.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
@@ -8134,9 +8134,9 @@
"dev": true
},
"node_modules/electron": {
"version": "38.0.0",
"resolved": "https://registry.npmjs.org/electron/-/electron-38.0.0.tgz",
"integrity": "sha512-egljptiPJqbL/oamFCEY+g3RNeONWTVxZSGeyLqzK8xq106JhzuxnhJZ3sxt4DzJFaofbGyGJA37Oe9d+gVzYw==",
"version": "38.4.0",
"resolved": "https://registry.npmjs.org/electron/-/electron-38.4.0.tgz",
"integrity": "sha512-9CsXKbGf2qpofVe2pQYSgom2E//zLDJO2rGLLbxgy9tkdTOs7000Gte+d/PUtzLjI/DS95jDK0ojYAeqjLvpYg==",
"dev": true,
"hasInstallScript": true,
"license": "MIT",

View File

@@ -78,7 +78,7 @@
"copy-webpack-plugin": "^13.0.0",
"css-loader": "^7.1.2",
"csstype": "3.1.3",
"electron": "^38.0.0",
"electron": "^38.4.0",
"eslint": "^8.52.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",