Skip to content

Commit a6d061f

Browse files
build(deps-dev): bump cross-env from 6.0.3 to 7.0.2
Bumps [cross-env](https://github.com/kentcdodds/cross-env) from 6.0.3 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](kentcdodds/cross-env@v6.0.3...v7.0.2) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 71c4742 commit a6d061f

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"babel-loader": "^8.0.4",
9696
"codesandbox": "~2.1.10",
9797
"coveralls": "^3.0.1",
98-
"cross-env": "^6.0.3",
98+
"cross-env": "^7.0.2",
9999
"enzyme": "^3.10.0",
100100
"enzyme-adapter-react-16": "^1.14.0",
101101
"eslint": "^6.6.0",

yarn.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -4698,12 +4698,12 @@ create-react-context@^0.3.0:
46984698
gud "^1.0.0"
46994699
warning "^4.0.3"
47004700

4701-
cross-env@^6.0.3:
4702-
version "6.0.3"
4703-
resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-6.0.3.tgz#4256b71e49b3a40637a0ce70768a6ef5c72ae941"
4704-
integrity sha512-+KqxF6LCvfhWvADcDPqo64yVIB31gv/jQulX2NGzKS/g3GEVz6/pt4wjHFtFWsHMddebWD/sDthJemzM4MaAag==
4701+
cross-env@^7.0.2:
4702+
version "7.0.2"
4703+
resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-7.0.2.tgz#bd5ed31339a93a3418ac4f3ca9ca3403082ae5f9"
4704+
integrity sha512-KZP/bMEOJEDCkDQAyRhu3RL2ZO/SUVrxQVI0G3YEQ+OLbRA3c6zgixe8Mq8a/z7+HKlNEjo8oiLUs8iRijY2Rw==
47054705
dependencies:
4706-
cross-spawn "^7.0.0"
4706+
cross-spawn "^7.0.1"
47074707

47084708
[email protected], cross-spawn@^6.0.0, cross-spawn@^6.0.4, cross-spawn@^6.0.5:
47094709
version "6.0.5"
@@ -4725,7 +4725,7 @@ cross-spawn@^5.0.1:
47254725
shebang-command "^1.2.0"
47264726
which "^1.2.9"
47274727

4728-
cross-spawn@^7.0.0:
4728+
cross-spawn@^7.0.1:
47294729
version "7.0.1"
47304730
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.1.tgz#0ab56286e0f7c24e153d04cc2aa027e43a9a5d14"
47314731
integrity sha512-u7v4o84SwFpD32Z8IIcPZ6z1/ie24O6RU3RbtL5Y316l3KuHVPx9ItBgWQ6VlfAFnRnTtMUrsQ9MUUTuEZjogg==

0 commit comments

Comments
 (0)