Skip to content

Commit 8c2b352

Browse files
chore: update dependency cross-env to v7.0.2 (#1013)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 3c09722 commit 8c2b352

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

@commitlint/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@commitlint/test": "^9.0.1",
5353
"@commitlint/utils": "^9.0.1",
5454
"babel-preset-commitlint": "^9.0.1",
55-
"cross-env": "7.0.0",
55+
"cross-env": "7.0.2",
5656
"execa": "^3.4.0",
5757
"fs-extra": "^8.1.0"
5858
},

@commitlint/prompt/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@commitlint/utils": "^9.0.1",
5454
"babel-preset-commitlint": "^9.0.1",
5555
"commitizen": "3.1.2",
56-
"cross-env": "7.0.0"
56+
"cross-env": "7.0.2"
5757
},
5858
"dependencies": {
5959
"@babel/runtime": "^7.9.6",

@commitlint/travis-cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@commitlint/test": "^9.0.1",
5151
"@commitlint/utils": "^9.0.1",
5252
"babel-preset-commitlint": "^9.0.1",
53-
"cross-env": "7.0.0"
53+
"cross-env": "7.0.2"
5454
},
5555
"dependencies": {
5656
"@babel/runtime": "^7.9.6",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -3538,10 +3538,10 @@ create-error-class@^3.0.0:
35383538
dependencies:
35393539
capture-stack-trace "^1.0.0"
35403540

3541-
3542-
version "7.0.0"
3543-
resolved "https://registry.npmjs.org/cross-env/-/cross-env-7.0.0.tgz#5a3b2ddce51ec713ea58f2fb79ce22e65b4f5479"
3544-
integrity sha512-rV6M9ldNgmwP7bx5u6rZsTbYidzwvrwIYZnT08hSGLcQCcggofgFW+sNe7IhA1SRauPS0QuLbbX+wdNtpqE5CQ==
3541+
3542+
version "7.0.2"
3543+
resolved "https://registry.npmjs.org/cross-env/-/cross-env-7.0.2.tgz#bd5ed31339a93a3418ac4f3ca9ca3403082ae5f9"
3544+
integrity sha512-KZP/bMEOJEDCkDQAyRhu3RL2ZO/SUVrxQVI0G3YEQ+OLbRA3c6zgixe8Mq8a/z7+HKlNEjo8oiLUs8iRijY2Rw==
35453545
dependencies:
35463546
cross-spawn "^7.0.1"
35473547

0 commit comments

Comments
 (0)