mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 06:13:38 +00:00
[deps] Platform: Update @electron/rebuild to v4 (#14724)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
32
package-lock.json
generated
32
package-lock.json
generated
@@ -82,7 +82,7 @@
|
|||||||
"@babel/preset-env": "7.24.8",
|
"@babel/preset-env": "7.24.8",
|
||||||
"@compodoc/compodoc": "1.1.26",
|
"@compodoc/compodoc": "1.1.26",
|
||||||
"@electron/notarize": "3.0.1",
|
"@electron/notarize": "3.0.1",
|
||||||
"@electron/rebuild": "3.7.2",
|
"@electron/rebuild": "4.0.1",
|
||||||
"@eslint/compat": "1.2.9",
|
"@eslint/compat": "1.2.9",
|
||||||
"@lit-labs/signals": "0.1.2",
|
"@lit-labs/signals": "0.1.2",
|
||||||
"@ngtools/webpack": "19.2.14",
|
"@ngtools/webpack": "19.2.14",
|
||||||
@@ -5851,21 +5851,21 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@electron/rebuild": {
|
"node_modules/@electron/rebuild": {
|
||||||
"version": "3.7.2",
|
"version": "4.0.1",
|
||||||
"resolved": "https://registry.npmjs.org/@electron/rebuild/-/rebuild-3.7.2.tgz",
|
"resolved": "https://registry.npmjs.org/@electron/rebuild/-/rebuild-4.0.1.tgz",
|
||||||
"integrity": "sha512-19/KbIR/DAxbsCkiaGMXIdPnMCJLkcf8AvGnduJtWBs/CBwiAjY1apCqOLVxrXg+rtXFCngbXhBanWjxLUt1Mg==",
|
"integrity": "sha512-iMGXb6Ib7H/Q3v+BKZJoETgF9g6KMNZVbsO4b7Dmpgb5qTFqyFTzqW9F3TOSHdybv2vKYKzSS9OiZL+dcJb+1Q==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@electron/node-gyp": "git+https://github.com/electron/node-gyp.git#06b29aafb7708acef8b3669835c8a7857ebc92d2",
|
|
||||||
"@malept/cross-spawn-promise": "^2.0.0",
|
"@malept/cross-spawn-promise": "^2.0.0",
|
||||||
"chalk": "^4.0.0",
|
"chalk": "^4.0.0",
|
||||||
"debug": "^4.1.1",
|
"debug": "^4.1.1",
|
||||||
"detect-libc": "^2.0.1",
|
"detect-libc": "^2.0.1",
|
||||||
"fs-extra": "^10.0.0",
|
|
||||||
"got": "^11.7.0",
|
"got": "^11.7.0",
|
||||||
"node-abi": "^3.45.0",
|
"graceful-fs": "^4.2.11",
|
||||||
"node-api-version": "^0.2.0",
|
"node-abi": "^4.2.0",
|
||||||
|
"node-api-version": "^0.2.1",
|
||||||
|
"node-gyp": "^11.2.0",
|
||||||
"ora": "^5.1.0",
|
"ora": "^5.1.0",
|
||||||
"read-binary-file-arch": "^1.0.6",
|
"read-binary-file-arch": "^1.0.6",
|
||||||
"semver": "^7.3.5",
|
"semver": "^7.3.5",
|
||||||
@@ -5876,22 +5876,20 @@
|
|||||||
"electron-rebuild": "lib/cli.js"
|
"electron-rebuild": "lib/cli.js"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=12.13.0"
|
"node": ">=22.12.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@electron/rebuild/node_modules/fs-extra": {
|
"node_modules/@electron/rebuild/node_modules/node-abi": {
|
||||||
"version": "10.1.0",
|
"version": "4.14.0",
|
||||||
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz",
|
"resolved": "https://registry.npmjs.org/node-abi/-/node-abi-4.14.0.tgz",
|
||||||
"integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==",
|
"integrity": "sha512-E4n91K4Nk1Rch2KzD+edU2bfZTP4W42GypAUDXU4vu1A+4u9PvUNDkGI0dXbsy8ZeF3WGj0SD/uHxnXD/sW+3w==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"graceful-fs": "^4.2.0",
|
"semver": "^7.6.3"
|
||||||
"jsonfile": "^6.0.1",
|
|
||||||
"universalify": "^2.0.0"
|
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=12"
|
"node": ">=22.12.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@electron/universal": {
|
"node_modules/@electron/universal": {
|
||||||
|
|||||||
@@ -45,7 +45,7 @@
|
|||||||
"@babel/preset-env": "7.24.8",
|
"@babel/preset-env": "7.24.8",
|
||||||
"@compodoc/compodoc": "1.1.26",
|
"@compodoc/compodoc": "1.1.26",
|
||||||
"@electron/notarize": "3.0.1",
|
"@electron/notarize": "3.0.1",
|
||||||
"@electron/rebuild": "3.7.2",
|
"@electron/rebuild": "4.0.1",
|
||||||
"@eslint/compat": "1.2.9",
|
"@eslint/compat": "1.2.9",
|
||||||
"@lit-labs/signals": "0.1.2",
|
"@lit-labs/signals": "0.1.2",
|
||||||
"@ngtools/webpack": "19.2.14",
|
"@ngtools/webpack": "19.2.14",
|
||||||
|
|||||||
Reference in New Issue
Block a user