Browse Source

[deps] Platform: Update @electron/rebuild to v4.0.2

renovate/electron-rebuild-4.x
renovate[bot] 8 hours ago committed by GitHub
parent
commit
f33c2cb67a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 15
      package-lock.json
  2. 2
      package.json

15
package-lock.json generated

@ -84,7 +84,7 @@ @@ -84,7 +84,7 @@
"@babel/preset-env": "7.28.5",
"@compodoc/compodoc": "1.1.32",
"@electron/notarize": "3.0.1",
"@electron/rebuild": "4.0.1",
"@electron/rebuild": "4.0.2",
"@eslint/compat": "2.0.0",
"@lit-labs/signals": "0.1.3",
"@ngtools/webpack": "20.3.12",
@ -6272,14 +6272,13 @@ @@ -6272,14 +6272,13 @@
}
},
"node_modules/@electron/rebuild": {
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/@electron/rebuild/-/rebuild-4.0.1.tgz",
"integrity": "sha512-iMGXb6Ib7H/Q3v+BKZJoETgF9g6KMNZVbsO4b7Dmpgb5qTFqyFTzqW9F3TOSHdybv2vKYKzSS9OiZL+dcJb+1Q==",
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/@electron/rebuild/-/rebuild-4.0.2.tgz",
"integrity": "sha512-8iZWVPvOpCdIc5Pj5udQV3PeO7liJVC7BBUSizl1HCfP7ZxYc9Kqz0c3PDNj2HQ5cQfJ5JaBeJIYKPjAvLn2Rg==",
"dev": true,
"license": "MIT",
"dependencies": {
"@malept/cross-spawn-promise": "^2.0.0",
"chalk": "^4.0.0",
"debug": "^4.1.1",
"detect-libc": "^2.0.1",
"got": "^11.7.0",
@ -6301,9 +6300,9 @@ @@ -6301,9 +6300,9 @@
}
},
"node_modules/@electron/rebuild/node_modules/node-abi": {
"version": "4.14.0",
"resolved": "https://registry.npmjs.org/node-abi/-/node-abi-4.14.0.tgz",
"integrity": "sha512-E4n91K4Nk1Rch2KzD+edU2bfZTP4W42GypAUDXU4vu1A+4u9PvUNDkGI0dXbsy8ZeF3WGj0SD/uHxnXD/sW+3w==",
"version": "4.24.0",
"resolved": "https://registry.npmjs.org/node-abi/-/node-abi-4.24.0.tgz",
"integrity": "sha512-u2EC1CeNe25uVtX3EZbdQ275c74zdZmmpzrHEQh2aIYqoVjlglfUpOX9YY85x1nlBydEKDVaSmMNhR7N82Qj8A==",
"dev": true,
"license": "MIT",
"dependencies": {

2
package.json

@ -46,7 +46,7 @@ @@ -46,7 +46,7 @@
"@babel/preset-env": "7.28.5",
"@compodoc/compodoc": "1.1.32",
"@electron/notarize": "3.0.1",
"@electron/rebuild": "4.0.1",
"@electron/rebuild": "4.0.2",
"@eslint/compat": "2.0.0",
"@lit-labs/signals": "0.1.3",
"@ngtools/webpack": "20.3.12",

Loading…
Cancel
Save