Skip to content

Commit 2b7295f

Browse files
chore(deps): update dependency cross-env to v7 (#230)
1 parent d41bafa commit 2b7295f

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
@@ -83,7 +83,7 @@
8383
"babel-jest": "24.9.0",
8484
"commitizen": "4.0.3",
8585
"commitlint-azure-pipelines-cli": "1.0.3",
86-
"cross-env": "5.2.1",
86+
"cross-env": "7.0.0",
8787
"css-loader": "3.4.2",
8888
"cz-conventional-changelog": "3.0.2",
8989
"del": "4.1.1",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3095,12 +3095,12 @@ create-hmac@^1.1.0, create-hmac@^1.1.2, create-hmac@^1.1.4:
30953095
safe-buffer "^5.0.1"
30963096
sha.js "^2.4.8"
30973097

3098-
cross-env@5.2.1:
3099-
version "5.2.1"
3100-
resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-5.2.1.tgz#b2c76c1ca7add66dc874d11798466094f551b34d"
3101-
integrity sha512-1yHhtcfAd1r4nwQgknowuUNfIT9E8dOMMspC36g45dN+iD1blloi7xp8X/xAIDnjHWyt1uQ8PHk2fkNaym7soQ==
3098+
cross-env@7.0.0:
3099+
version "7.0.0"
3100+
resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-7.0.0.tgz#5a3b2ddce51ec713ea58f2fb79ce22e65b4f5479"
3101+
integrity sha512-rV6M9ldNgmwP7bx5u6rZsTbYidzwvrwIYZnT08hSGLcQCcggofgFW+sNe7IhA1SRauPS0QuLbbX+wdNtpqE5CQ==
31023102
dependencies:
3103-
cross-spawn "^6.0.5"
3103+
cross-spawn "^7.0.1"
31043104

31053105
cross-spawn@6.0.5, cross-spawn@^6.0.0, cross-spawn@^6.0.5:
31063106
version "6.0.5"
@@ -3122,7 +3122,7 @@ cross-spawn@^5.0.1:
31223122
shebang-command "^1.2.0"
31233123
which "^1.2.9"
31243124

3125-
cross-spawn@^7.0.0:
3125+
cross-spawn@^7.0.0, cross-spawn@^7.0.1:
31263126
version "7.0.1"
31273127
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.1.tgz#0ab56286e0f7c24e153d04cc2aa027e43a9a5d14"
31283128
integrity sha512-u7v4o84SwFpD32Z8IIcPZ6z1/ie24O6RU3RbtL5Y316l3KuHVPx9ItBgWQ6VlfAFnRnTtMUrsQ9MUUTuEZjogg==

0 commit comments

Comments
 (0)