1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 00:03:56 +00:00

[PM-11885] [deps] Tools: Update electron to v32.0.2 (#10964)

* [deps] Tools: Update electron to v32.0.2

* Bump version electron-builder.json

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
Co-authored-by: Daniel James Smith <2670567+djsmith85@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-09-10 12:02:05 +02:00
committed by GitHub
parent 12967b0c17
commit 71e5bcb947
3 changed files with 6 additions and 6 deletions

View File

@@ -25,7 +25,7 @@
"**/node_modules/argon2/package.json", "**/node_modules/argon2/package.json",
"**/node_modules/argon2/build/Release/argon2.node" "**/node_modules/argon2/build/Release/argon2.node"
], ],
"electronVersion": "32.0.1", "electronVersion": "32.0.2",
"generateUpdatesFilesForAllChannels": true, "generateUpdatesFilesForAllChannels": true,
"publish": { "publish": {
"provider": "generic", "provider": "generic",

8
package-lock.json generated
View File

@@ -129,7 +129,7 @@
"copy-webpack-plugin": "12.0.2", "copy-webpack-plugin": "12.0.2",
"cross-env": "7.0.3", "cross-env": "7.0.3",
"css-loader": "7.1.2", "css-loader": "7.1.2",
"electron": "32.0.1", "electron": "32.0.2",
"electron-builder": "24.13.3", "electron-builder": "24.13.3",
"electron-log": "5.0.1", "electron-log": "5.0.1",
"electron-reload": "2.0.0-alpha.1", "electron-reload": "2.0.0-alpha.1",
@@ -16433,9 +16433,9 @@
} }
}, },
"node_modules/electron": { "node_modules/electron": {
"version": "32.0.1", "version": "32.0.2",
"resolved": "https://registry.npmjs.org/electron/-/electron-32.0.1.tgz", "resolved": "https://registry.npmjs.org/electron/-/electron-32.0.2.tgz",
"integrity": "sha512-5Hd5Jaf9niYVR2hZxoRd3gOrcxPOxQV1XPV5WaoSfT9jLJHFadhlKtuSDIk3U6rQZke+aC7GqPPAv55nWFCMsA==", "integrity": "sha512-nmZblq8wW3HZ17MAyaUuiMI9Mb0Cgc7UR3To85h/rVopbfyF5s34NxtK4gvyRfYPxpDGP4k+HoQIPniPPrdE3w==",
"dev": true, "dev": true,
"hasInstallScript": true, "hasInstallScript": true,
"license": "MIT", "license": "MIT",

View File

@@ -91,7 +91,7 @@
"copy-webpack-plugin": "12.0.2", "copy-webpack-plugin": "12.0.2",
"cross-env": "7.0.3", "cross-env": "7.0.3",
"css-loader": "7.1.2", "css-loader": "7.1.2",
"electron": "32.0.1", "electron": "32.0.2",
"electron-builder": "24.13.3", "electron-builder": "24.13.3",
"electron-log": "5.0.1", "electron-log": "5.0.1",
"electron-reload": "2.0.0-alpha.1", "electron-reload": "2.0.0-alpha.1",