Skip to content

Commit 527da7a

Browse files
committed
chore: update dependency cross-env to v7.0.1
1 parent 0f0f95a commit 527da7a

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": "8.2.0",
5353
"@commitlint/utils": "^8.3.4",
5454
"babel-preset-commitlint": "^8.2.0",
55-
"cross-env": "7.0.0",
55+
"cross-env": "7.0.1",
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": "^8.3.4",
5454
"babel-preset-commitlint": "^8.2.0",
5555
"commitizen": "3.1.2",
56-
"cross-env": "7.0.0"
56+
"cross-env": "7.0.1"
5757
},
5858
"dependencies": {
5959
"@commitlint/load": "^8.3.5",

@commitlint/travis-cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@commitlint/test": "8.2.0",
5151
"@commitlint/utils": "^8.3.4",
5252
"babel-preset-commitlint": "^8.2.0",
53-
"cross-env": "7.0.0"
53+
"cross-env": "7.0.1"
5454
},
5555
"dependencies": {
5656
"@commitlint/cli": "^8.3.5",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -3523,10 +3523,10 @@ create-error-class@^3.0.0:
35233523
dependencies:
35243524
capture-stack-trace "^1.0.0"
35253525

3526-
3527-
version "7.0.0"
3528-
resolved "https://registry.npmjs.org/cross-env/-/cross-env-7.0.0.tgz#5a3b2ddce51ec713ea58f2fb79ce22e65b4f5479"
3529-
integrity sha512-rV6M9ldNgmwP7bx5u6rZsTbYidzwvrwIYZnT08hSGLcQCcggofgFW+sNe7IhA1SRauPS0QuLbbX+wdNtpqE5CQ==
3526+
3527+
version "7.0.1"
3528+
resolved "https://registry.npmjs.org/cross-env/-/cross-env-7.0.1.tgz#c8e03412ea0e1370fe3f0066929a70b8e1e90c39"
3529+
integrity sha512-1+DmLosu38kC4s1H4HzNkcolwdANifu9+5bE6uKQCV4L6jvVdV9qdRAk8vV3GoWRe0x4z+K2fFhgoDMqwNsPqQ==
35303530
dependencies:
35313531
cross-spawn "^7.0.1"
35323532

0 commit comments

Comments
 (0)