mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
Bump @electron/rebuild from 3.4.0 to 3.4.1
Bumps [@electron/rebuild](https://github.com/electron/rebuild) from 3.4.0 to 3.4.1. - [Release notes](https://github.com/electron/rebuild/releases) - [Changelog](https://github.com/electron/rebuild/blob/main/.releaserc.json) - [Commits](https://github.com/electron/rebuild/compare/v3.4.0...v3.4.1) --- updated-dependencies: - dependency-name: "@electron/rebuild" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
e9bf11ee34
commit
da189b9dd5
2 changed files with 13 additions and 5 deletions
|
|
@ -82,7 +82,7 @@
|
|||
"@babel/plugin-proposal-optional-chaining": "7.21.0",
|
||||
"@babel/preset-react": "7.23.3",
|
||||
"@babel/preset-typescript": "7.23.3",
|
||||
"@electron/rebuild": "^3.4.0",
|
||||
"@electron/rebuild": "^3.4.1",
|
||||
"@types/args": "5.0.3",
|
||||
"@types/async-retry": "1.4.3",
|
||||
"@types/color": "3.0.6",
|
||||
|
|
|
|||
16
yarn.lock
16
yarn.lock
|
|
@ -667,10 +667,10 @@
|
|||
minimist "^1.2.6"
|
||||
plist "^3.0.5"
|
||||
|
||||
"@electron/rebuild@^3.4.0":
|
||||
version "3.4.0"
|
||||
resolved "https://registry.npmjs.org/@electron/rebuild/-/rebuild-3.4.0.tgz#b0152baa14f795f73bc5e154c261205a79aceed0"
|
||||
integrity sha512-fi+O1zgxSmZR1X8oSOHRgCWALSS56dGHJ2AXLx9Ua3wg/NmBaMI/jpu7moU6T8lk/XRLnsC9Ds/Jo4I+UCkHAA==
|
||||
"@electron/rebuild@^3.4.1":
|
||||
version "3.4.1"
|
||||
resolved "https://registry.npmjs.org/@electron/rebuild/-/rebuild-3.4.1.tgz#a547af63068f1e62ff18631beb7704190ceab895"
|
||||
integrity sha512-iMKb6KJgKcdURbejs0j2GLEmrY8uY4rg1ESThXx9sFTgdWb8UOfJuTqW6LIEtcoY8FrbFqDmJrkWc4tBpdStXw==
|
||||
dependencies:
|
||||
"@malept/cross-spawn-promise" "^2.0.0"
|
||||
chalk "^4.0.0"
|
||||
|
|
@ -682,6 +682,7 @@
|
|||
node-api-version "^0.1.4"
|
||||
node-gyp "^9.0.0"
|
||||
ora "^5.1.0"
|
||||
read-binary-file-arch "^1.0.6"
|
||||
semver "^7.3.5"
|
||||
tar "^6.0.5"
|
||||
yargs "^17.0.1"
|
||||
|
|
@ -6628,6 +6629,13 @@ react@18.2.0:
|
|||
dependencies:
|
||||
loose-envify "^1.1.0"
|
||||
|
||||
read-binary-file-arch@^1.0.6:
|
||||
version "1.0.6"
|
||||
resolved "https://registry.npmjs.org/read-binary-file-arch/-/read-binary-file-arch-1.0.6.tgz#959c4637daa932280a9b911b1a6766a7e44288fc"
|
||||
integrity sha512-BNg9EN3DD3GsDXX7Aa8O4p92sryjkmzYYgmgTAc6CA4uGLEDzFfxOxugu21akOxpcXHiEgsYkC6nPsQvLLLmEg==
|
||||
dependencies:
|
||||
debug "^4.3.4"
|
||||
|
||||
read-config-file@6.3.2:
|
||||
version "6.3.2"
|
||||
resolved "https://registry.npmjs.org/read-config-file/-/read-config-file-6.3.2.tgz#556891aa6ffabced916ed57457cb192e61880411"
|
||||
|
|
|
|||
Loading…
Reference in a new issue