Skip to content

Commit 74b14c2

Browse files
build(deps-dev): bump cross-env from 5.2.1 to 7.0.3
Bumps [cross-env](https://github.com/kentcdodds/cross-env) from 5.2.1 to 7.0.3. - [Release notes](https://github.com/kentcdodds/cross-env/releases) - [Changelog](https://github.com/kentcdodds/cross-env/blob/master/CHANGELOG.md) - [Commits](kentcdodds/cross-env@v5.2.1...v7.0.3) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 74df25f commit 74b14c2

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@babel/polyfill": "^7.4.3",
4343
"@babel/preset-env": "^7.4.2",
4444
"babel-eslint": "^10.1.0",
45-
"cross-env": "^5.2.0",
45+
"cross-env": "^7.0.3",
4646
"cypress": "^6.2.0",
4747
"eslint": "^5.16.0",
4848
"eslint-config-standard": "^12.0.0",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1662,12 +1662,12 @@ create-error-class@^3.0.0:
16621662
dependencies:
16631663
capture-stack-trace "^1.0.0"
16641664

1665-
cross-env@^5.2.0:
1666-
version "5.2.1"
1667-
resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-5.2.1.tgz#b2c76c1ca7add66dc874d11798466094f551b34d"
1668-
integrity sha512-1yHhtcfAd1r4nwQgknowuUNfIT9E8dOMMspC36g45dN+iD1blloi7xp8X/xAIDnjHWyt1uQ8PHk2fkNaym7soQ==
1665+
cross-env@^7.0.3:
1666+
version "7.0.3"
1667+
resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-7.0.3.tgz#865264b29677dc015ba8418918965dd232fc54cf"
1668+
integrity sha512-+/HKd6EgcQCJGh2PSjZuUitQBQynKor4wrFbRg4DtAgS1aWO+gU52xpH7M9ScGgXSYmAVS9bIJ8EzuaGw0oNAw==
16691669
dependencies:
1670-
cross-spawn "^6.0.5"
1670+
cross-spawn "^7.0.1"
16711671

16721672
cross-spawn@^5.0.1:
16731673
version "5.1.0"
@@ -1689,7 +1689,7 @@ cross-spawn@^6.0.5:
16891689
shebang-command "^1.2.0"
16901690
which "^1.2.9"
16911691

1692-
cross-spawn@^7.0.0:
1692+
cross-spawn@^7.0.0, cross-spawn@^7.0.1:
16931693
version "7.0.3"
16941694
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6"
16951695
integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==

0 commit comments

Comments
 (0)