Skip to content

Commit a1fdb76

Browse files
chore: update dependency cross-env to v7 (#928)
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
1 parent 35e1707 commit a1fdb76

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

@commitlint/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@commitlint/test": "8.2.0",
5050
"@commitlint/utils": "^8.3.4",
5151
"babel-preset-commitlint": "^8.2.0",
52-
"cross-env": "6.0.3",
52+
"cross-env": "7.0.0",
5353
"execa": "0.11.0",
5454
"sander": "0.6.0",
5555
"string-to-stream": "3.0.1"

@commitlint/lint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@commitlint/test": "8.2.0",
4747
"@commitlint/utils": "^8.3.4",
4848
"babel-preset-commitlint": "^8.2.0",
49-
"cross-env": "6.0.3",
49+
"cross-env": "7.0.0",
5050
"execa": "0.11.0"
5151
},
5252
"dependencies": {

@commitlint/prompt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@commitlint/utils": "^8.3.4",
4848
"babel-preset-commitlint": "^8.2.0",
4949
"commitizen": "3.1.2",
50-
"cross-env": "6.0.3"
50+
"cross-env": "7.0.0"
5151
},
5252
"dependencies": {
5353
"@commitlint/load": "^8.3.5",

@commitlint/travis-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@commitlint/test": "8.2.0",
4848
"@commitlint/utils": "^8.3.4",
4949
"babel-preset-commitlint": "^8.2.0",
50-
"cross-env": "6.0.3"
50+
"cross-env": "7.0.0"
5151
},
5252
"dependencies": {
5353
"@commitlint/cli": "^8.3.5",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3338,12 +3338,12 @@ create-error-class@^3.0.0:
33383338
dependencies:
33393339
capture-stack-trace "^1.0.0"
33403340

3341-
cross-env@6.0.3:
3342-
version "6.0.3"
3343-
resolved "https://registry.npmjs.org/cross-env/-/cross-env-6.0.3.tgz#4256b71e49b3a40637a0ce70768a6ef5c72ae941"
3344-
integrity sha512-+KqxF6LCvfhWvADcDPqo64yVIB31gv/jQulX2NGzKS/g3GEVz6/pt4wjHFtFWsHMddebWD/sDthJemzM4MaAag==
3341+
cross-env@7.0.0:
3342+
version "7.0.0"
3343+
resolved "https://registry.npmjs.org/cross-env/-/cross-env-7.0.0.tgz#5a3b2ddce51ec713ea58f2fb79ce22e65b4f5479"
3344+
integrity sha512-rV6M9ldNgmwP7bx5u6rZsTbYidzwvrwIYZnT08hSGLcQCcggofgFW+sNe7IhA1SRauPS0QuLbbX+wdNtpqE5CQ==
33453345
dependencies:
3346-
cross-spawn "^7.0.0"
3346+
cross-spawn "^7.0.1"
33473347

33483348
cross-spawn@^5.0.1:
33493349
version "5.1.0"
@@ -3365,7 +3365,7 @@ cross-spawn@^6.0.0:
33653365
shebang-command "^1.2.0"
33663366
which "^1.2.9"
33673367

3368-
cross-spawn@^7.0.0:
3368+
cross-spawn@^7.0.1:
33693369
version "7.0.1"
33703370
resolved "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.1.tgz#0ab56286e0f7c24e153d04cc2aa027e43a9a5d14"
33713371
integrity sha512-u7v4o84SwFpD32Z8IIcPZ6z1/ie24O6RU3RbtL5Y316l3KuHVPx9ItBgWQ6VlfAFnRnTtMUrsQ9MUUTuEZjogg==

0 commit comments

Comments
 (0)