Skip to content

Commit db0251c

Browse files
chore: update dependency cross-env to v7.0.3 (#2338)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 790b61a commit db0251c

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

@commitlint/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@commitlint/utils": "^11.0.0",
4343
"@types/yargs": "^15.0.5",
4444
"babel-preset-commitlint": "^11.0.0",
45-
"cross-env": "7.0.2",
45+
"cross-env": "7.0.3",
4646
"execa": "^4.0.0",
4747
"fs-extra": "^9.0.0"
4848
},

@commitlint/prompt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@commitlint/utils": "^11.0.0",
5454
"babel-preset-commitlint": "^11.0.0",
5555
"commitizen": "4.2.2",
56-
"cross-env": "7.0.2"
56+
"cross-env": "7.0.3"
5757
},
5858
"dependencies": {
5959
"@babel/runtime": "^7.11.2",

@commitlint/travis-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@commitlint/test": "^11.0.0",
5151
"@commitlint/utils": "^11.0.0",
5252
"babel-preset-commitlint": "^11.0.0",
53-
"cross-env": "7.0.2"
53+
"cross-env": "7.0.3"
5454
},
5555
"dependencies": {
5656
"@babel/runtime": "^7.11.2",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4120,10 +4120,10 @@ cp-file@^7.0.0:
41204120
nested-error-stacks "^2.0.0"
41214121
p-event "^4.1.0"
41224122

4123-
4124-
version "7.0.2"
4125-
resolved "https://registry.npmjs.org/cross-env/-/cross-env-7.0.2.tgz#bd5ed31339a93a3418ac4f3ca9ca3403082ae5f9"
4126-
integrity sha512-KZP/bMEOJEDCkDQAyRhu3RL2ZO/SUVrxQVI0G3YEQ+OLbRA3c6zgixe8Mq8a/z7+HKlNEjo8oiLUs8iRijY2Rw==
4123+
4124+
version "7.0.3"
4125+
resolved "https://registry.npmjs.org/cross-env/-/cross-env-7.0.3.tgz#865264b29677dc015ba8418918965dd232fc54cf"
4126+
integrity sha512-+/HKd6EgcQCJGh2PSjZuUitQBQynKor4wrFbRg4DtAgS1aWO+gU52xpH7M9ScGgXSYmAVS9bIJ8EzuaGw0oNAw==
41274127
dependencies:
41284128
cross-spawn "^7.0.1"
41294129

0 commit comments

Comments
 (0)