Skip to content

Commit e02d70b

Browse files
renovate[bot]renovate-bot
authored andcommitted
chore(deps): update devdependency cross-env to v7 (bootstrap-vue#4676)
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
1 parent bba1dc8 commit e02d70b

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
@@ -116,7 +116,7 @@
116116
"codemirror": "^5.51.0",
117117
"codesandbox": "^2.1.11",
118118
"core-js": ">=2.6.5 <3.0.0",
119-
"cross-env": "^6.0.3",
119+
"cross-env": "^7.0.0",
120120
"eslint": "^6.8.0",
121121
"eslint-config-prettier": "^6.9.0",
122122
"eslint-config-standard": "^14.1.0",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4514,12 +4514,12 @@ create-hmac@^1.1.0, create-hmac@^1.1.2, create-hmac@^1.1.4:
45144514
safe-buffer "^5.0.1"
45154515
sha.js "^2.4.8"
45164516

4517-
cross-env@^6.0.3:
4518-
version "6.0.3"
4519-
resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-6.0.3.tgz#4256b71e49b3a40637a0ce70768a6ef5c72ae941"
4520-
integrity sha512-+KqxF6LCvfhWvADcDPqo64yVIB31gv/jQulX2NGzKS/g3GEVz6/pt4wjHFtFWsHMddebWD/sDthJemzM4MaAag==
4517+
cross-env@^7.0.0:
4518+
version "7.0.0"
4519+
resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-7.0.0.tgz#5a3b2ddce51ec713ea58f2fb79ce22e65b4f5479"
4520+
integrity sha512-rV6M9ldNgmwP7bx5u6rZsTbYidzwvrwIYZnT08hSGLcQCcggofgFW+sNe7IhA1SRauPS0QuLbbX+wdNtpqE5CQ==
45214521
dependencies:
4522-
cross-spawn "^7.0.0"
4522+
cross-spawn "^7.0.1"
45234523

45244524
cross-spawn@^3.0.0:
45254525
version "3.0.1"
@@ -4549,7 +4549,7 @@ cross-spawn@^6.0.0, cross-spawn@^6.0.5:
45494549
shebang-command "^1.2.0"
45504550
which "^1.2.9"
45514551

4552-
cross-spawn@^7.0.0:
4552+
cross-spawn@^7.0.0, cross-spawn@^7.0.1:
45534553
version "7.0.1"
45544554
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.1.tgz#0ab56286e0f7c24e153d04cc2aa027e43a9a5d14"
45554555
integrity sha512-u7v4o84SwFpD32Z8IIcPZ6z1/ie24O6RU3RbtL5Y316l3KuHVPx9ItBgWQ6VlfAFnRnTtMUrsQ9MUUTuEZjogg==

0 commit comments

Comments
 (0)