Skip to content

Commit 81c74e7

Browse files
renovate[bot]marionebl
authored andcommitted
chore: update dependency cross-env to v6.0.3 (#811)
1 parent f28ece5 commit 81c74e7

File tree

8 files changed

+11
-11
lines changed

8 files changed

+11
-11
lines changed

@commitlint/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"babel-preset-commitlint": "^8.2.0",
6161
"babel-register": "6.26.0",
6262
"concurrently": "3.6.1",
63-
"cross-env": "6.0.0",
63+
"cross-env": "6.0.3",
6464
"execa": "0.11.0",
6565
"mkdirp": "0.5.1",
6666
"pkg-dir": "4.2.0",

@commitlint/lint/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"babel-preset-commitlint": "^8.2.0",
6464
"babel-register": "6.26.0",
6565
"concurrently": "3.6.1",
66-
"cross-env": "6.0.0",
66+
"cross-env": "6.0.3",
6767
"execa": "0.11.0",
6868
"globby": "10.0.1",
6969
"proxyquire": "2.1.3"

@commitlint/load/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"babel-preset-commitlint": "^8.2.0",
6464
"babel-register": "6.26.0",
6565
"concurrently": "3.6.1",
66-
"cross-env": "6.0.0",
66+
"cross-env": "6.0.3",
6767
"execa": "0.11.0",
6868
"globby": "10.0.1"
6969
},

@commitlint/prompt/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"babel-register": "6.26.0",
6363
"commitizen": "3.1.2",
6464
"concurrently": "3.6.1",
65-
"cross-env": "6.0.0"
65+
"cross-env": "6.0.3"
6666
},
6767
"dependencies": {
6868
"@commitlint/load": "^8.3.1",

@commitlint/read/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"babel-preset-commitlint": "^8.2.0",
6464
"babel-register": "6.26.0",
6565
"concurrently": "3.6.1",
66-
"cross-env": "6.0.0",
66+
"cross-env": "6.0.3",
6767
"execa": "0.11.0"
6868
},
6969
"dependencies": {

@commitlint/rules/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"babel-register": "6.26.0",
6666
"concurrently": "3.6.1",
6767
"conventional-changelog-angular": "1.6.6",
68-
"cross-env": "6.0.0",
68+
"cross-env": "6.0.3",
6969
"globby": "10.0.1",
7070
"lodash": "4.17.15"
7171
},

@commitlint/travis-cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"babel-cli": "6.26.0",
6262
"babel-preset-commitlint": "^8.2.0",
6363
"babel-register": "6.26.0",
64-
"cross-env": "6.0.0",
64+
"cross-env": "6.0.3",
6565
"which": "1.3.1"
6666
},
6767
"dependencies": {

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -3925,10 +3925,10 @@ [email protected]:
39253925
cross-spawn "^5.1.0"
39263926
is-windows "^1.0.0"
39273927

3928-
3929-
version "6.0.0"
3930-
resolved "https://registry.npmjs.org/cross-env/-/cross-env-6.0.0.tgz#3c8e71440ea20aa6faaf5aec541235efc565dac6"
3931-
integrity sha512-G/B6gtkjgthT8AP/xN1wdj5Xe18fVyk58JepK8GxpUbqcz3hyWxegocMbvnZK+KoTslwd0ACZ3woi/DVUdVjyQ==
3928+
3929+
version "6.0.3"
3930+
resolved "https://registry.npmjs.org/cross-env/-/cross-env-6.0.3.tgz#4256b71e49b3a40637a0ce70768a6ef5c72ae941"
3931+
integrity sha512-+KqxF6LCvfhWvADcDPqo64yVIB31gv/jQulX2NGzKS/g3GEVz6/pt4wjHFtFWsHMddebWD/sDthJemzM4MaAag==
39323932
dependencies:
39333933
cross-spawn "^7.0.0"
39343934

0 commit comments

Comments
 (0)