Skip to content

Commit

Permalink
chore: update dependency cross-env to v6.0.3 (#811)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and marionebl committed Oct 21, 2019
1 parent f28ece5 commit 81c74e7
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion @commitlint/cli/package.json
Expand Up @@ -60,7 +60,7 @@
"babel-preset-commitlint": "^8.2.0",
"babel-register": "6.26.0",
"concurrently": "3.6.1",
"cross-env": "6.0.0",
"cross-env": "6.0.3",
"execa": "0.11.0",
"mkdirp": "0.5.1",
"pkg-dir": "4.2.0",
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/lint/package.json
Expand Up @@ -63,7 +63,7 @@
"babel-preset-commitlint": "^8.2.0",
"babel-register": "6.26.0",
"concurrently": "3.6.1",
"cross-env": "6.0.0",
"cross-env": "6.0.3",
"execa": "0.11.0",
"globby": "10.0.1",
"proxyquire": "2.1.3"
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/load/package.json
Expand Up @@ -63,7 +63,7 @@
"babel-preset-commitlint": "^8.2.0",
"babel-register": "6.26.0",
"concurrently": "3.6.1",
"cross-env": "6.0.0",
"cross-env": "6.0.3",
"execa": "0.11.0",
"globby": "10.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/prompt/package.json
Expand Up @@ -62,7 +62,7 @@
"babel-register": "6.26.0",
"commitizen": "3.1.2",
"concurrently": "3.6.1",
"cross-env": "6.0.0"
"cross-env": "6.0.3"
},
"dependencies": {
"@commitlint/load": "^8.3.1",
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/read/package.json
Expand Up @@ -63,7 +63,7 @@
"babel-preset-commitlint": "^8.2.0",
"babel-register": "6.26.0",
"concurrently": "3.6.1",
"cross-env": "6.0.0",
"cross-env": "6.0.3",
"execa": "0.11.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/rules/package.json
Expand Up @@ -65,7 +65,7 @@
"babel-register": "6.26.0",
"concurrently": "3.6.1",
"conventional-changelog-angular": "1.6.6",
"cross-env": "6.0.0",
"cross-env": "6.0.3",
"globby": "10.0.1",
"lodash": "4.17.15"
},
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/travis-cli/package.json
Expand Up @@ -61,7 +61,7 @@
"babel-cli": "6.26.0",
"babel-preset-commitlint": "^8.2.0",
"babel-register": "6.26.0",
"cross-env": "6.0.0",
"cross-env": "6.0.3",
"which": "1.3.1"
},
"dependencies": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -3925,10 +3925,10 @@ cross-env@5.1.1:
cross-spawn "^5.1.0"
is-windows "^1.0.0"

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

Expand Down

0 comments on commit 81c74e7

Please sign in to comment.