mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-22 11:45:59 +01:00
[deps] Tools: Update @electron/rebuild to v3.4.1 (#7103)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
67f25eec1f
commit
356be4d4dc
21
package-lock.json
generated
21
package-lock.json
generated
@ -80,7 +80,7 @@
|
|||||||
"@angular/elements": "15.2.10",
|
"@angular/elements": "15.2.10",
|
||||||
"@compodoc/compodoc": "1.1.23",
|
"@compodoc/compodoc": "1.1.23",
|
||||||
"@electron/notarize": "2.2.0",
|
"@electron/notarize": "2.2.0",
|
||||||
"@electron/rebuild": "3.4.0",
|
"@electron/rebuild": "3.4.1",
|
||||||
"@ngtools/webpack": "15.2.10",
|
"@ngtools/webpack": "15.2.10",
|
||||||
"@storybook/addon-a11y": "7.3.0",
|
"@storybook/addon-a11y": "7.3.0",
|
||||||
"@storybook/addon-actions": "7.3.0",
|
"@storybook/addon-actions": "7.3.0",
|
||||||
@ -5402,9 +5402,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@electron/rebuild": {
|
"node_modules/@electron/rebuild": {
|
||||||
"version": "3.4.0",
|
"version": "3.4.1",
|
||||||
"resolved": "https://registry.npmjs.org/@electron/rebuild/-/rebuild-3.4.0.tgz",
|
"resolved": "https://registry.npmjs.org/@electron/rebuild/-/rebuild-3.4.1.tgz",
|
||||||
"integrity": "sha512-fi+O1zgxSmZR1X8oSOHRgCWALSS56dGHJ2AXLx9Ua3wg/NmBaMI/jpu7moU6T8lk/XRLnsC9Ds/Jo4I+UCkHAA==",
|
"integrity": "sha512-iMKb6KJgKcdURbejs0j2GLEmrY8uY4rg1ESThXx9sFTgdWb8UOfJuTqW6LIEtcoY8FrbFqDmJrkWc4tBpdStXw==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@malept/cross-spawn-promise": "^2.0.0",
|
"@malept/cross-spawn-promise": "^2.0.0",
|
||||||
@ -5417,6 +5417,7 @@
|
|||||||
"node-api-version": "^0.1.4",
|
"node-api-version": "^0.1.4",
|
||||||
"node-gyp": "^9.0.0",
|
"node-gyp": "^9.0.0",
|
||||||
"ora": "^5.1.0",
|
"ora": "^5.1.0",
|
||||||
|
"read-binary-file-arch": "^1.0.6",
|
||||||
"semver": "^7.3.5",
|
"semver": "^7.3.5",
|
||||||
"tar": "^6.0.5",
|
"tar": "^6.0.5",
|
||||||
"yargs": "^17.0.1"
|
"yargs": "^17.0.1"
|
||||||
@ -34233,6 +34234,18 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/read-binary-file-arch": {
|
||||||
|
"version": "1.0.6",
|
||||||
|
"resolved": "https://registry.npmjs.org/read-binary-file-arch/-/read-binary-file-arch-1.0.6.tgz",
|
||||||
|
"integrity": "sha512-BNg9EN3DD3GsDXX7Aa8O4p92sryjkmzYYgmgTAc6CA4uGLEDzFfxOxugu21akOxpcXHiEgsYkC6nPsQvLLLmEg==",
|
||||||
|
"dev": true,
|
||||||
|
"dependencies": {
|
||||||
|
"debug": "^4.3.4"
|
||||||
|
},
|
||||||
|
"bin": {
|
||||||
|
"read-binary-file-arch": "cli.js"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/read-cache": {
|
"node_modules/read-cache": {
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz",
|
"resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz",
|
||||||
|
@ -43,7 +43,7 @@
|
|||||||
"@angular/elements": "15.2.10",
|
"@angular/elements": "15.2.10",
|
||||||
"@compodoc/compodoc": "1.1.23",
|
"@compodoc/compodoc": "1.1.23",
|
||||||
"@electron/notarize": "2.2.0",
|
"@electron/notarize": "2.2.0",
|
||||||
"@electron/rebuild": "3.4.0",
|
"@electron/rebuild": "3.4.1",
|
||||||
"@ngtools/webpack": "15.2.10",
|
"@ngtools/webpack": "15.2.10",
|
||||||
"@storybook/addon-a11y": "7.3.0",
|
"@storybook/addon-a11y": "7.3.0",
|
||||||
"@storybook/addon-actions": "7.3.0",
|
"@storybook/addon-actions": "7.3.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user