mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-18 06:28:40 -09:00
Bump cross-env from 7.0.0 to 7.0.2
Bumps [cross-env](https://github.com/kentcdodds/cross-env) from 7.0.0 to 7.0.2. - [Release notes](https://github.com/kentcdodds/cross-env/releases) - [Changelog](https://github.com/kentcdodds/cross-env/blob/master/CHANGELOG.md) - [Commits](https://github.com/kentcdodds/cross-env/compare/v7.0.0...v7.0.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
fc983405c8
commit
b822e98153
2 changed files with 5 additions and 5 deletions
|
|
@ -96,7 +96,7 @@
|
||||||
"concurrently": "5.1.0",
|
"concurrently": "5.1.0",
|
||||||
"copy-webpack-plugin": "5.1.1",
|
"copy-webpack-plugin": "5.1.1",
|
||||||
"cpy-cli": "^3.1.0",
|
"cpy-cli": "^3.1.0",
|
||||||
"cross-env": "7.0.0",
|
"cross-env": "7.0.2",
|
||||||
"electron": "^8.1.1",
|
"electron": "^8.1.1",
|
||||||
"electron-builder": "22.4.1",
|
"electron-builder": "22.4.1",
|
||||||
"electron-builder-squirrel-windows": "22.4.1",
|
"electron-builder-squirrel-windows": "22.4.1",
|
||||||
|
|
|
||||||
|
|
@ -2588,10 +2588,10 @@ create-hmac@^1.1.0, create-hmac@^1.1.2, create-hmac@^1.1.4:
|
||||||
safe-buffer "^5.0.1"
|
safe-buffer "^5.0.1"
|
||||||
sha.js "^2.4.8"
|
sha.js "^2.4.8"
|
||||||
|
|
||||||
cross-env@7.0.0:
|
cross-env@7.0.2:
|
||||||
version "7.0.0"
|
version "7.0.2"
|
||||||
resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-7.0.0.tgz#5a3b2ddce51ec713ea58f2fb79ce22e65b4f5479"
|
resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-7.0.2.tgz#bd5ed31339a93a3418ac4f3ca9ca3403082ae5f9"
|
||||||
integrity sha512-rV6M9ldNgmwP7bx5u6rZsTbYidzwvrwIYZnT08hSGLcQCcggofgFW+sNe7IhA1SRauPS0QuLbbX+wdNtpqE5CQ==
|
integrity sha512-KZP/bMEOJEDCkDQAyRhu3RL2ZO/SUVrxQVI0G3YEQ+OLbRA3c6zgixe8Mq8a/z7+HKlNEjo8oiLUs8iRijY2Rw==
|
||||||
dependencies:
|
dependencies:
|
||||||
cross-spawn "^7.0.1"
|
cross-spawn "^7.0.1"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue