Skip to content

Commit 4c2a9f9

Browse files
committed
chore: update dependency cross-env to v6.0.2
1 parent 25714e4 commit 4c2a9f9

File tree

8 files changed

+19
-11
lines changed

8 files changed

+19
-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.2",
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.2",
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.2",
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.2"
6666
},
6767
"dependencies": {
6868
"@commitlint/load": "^8.2.0",

@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.2",
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.2",
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.2",
6565
"which": "1.3.1"
6666
},
6767
"dependencies": {

yarn.lock

+12-4
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,13 @@
162162
dependencies:
163163
regenerator-runtime "^0.13.2"
164164

165+
"@babel/runtime@^7.6.2":
166+
version "7.6.2"
167+
resolved "https://registry.npmjs.org/@babel/runtime/-/runtime-7.6.2.tgz#c3d6e41b304ef10dcf13777a33e7694ec4a9a6dd"
168+
integrity sha512-EXxN64agfUqqIGeEjI5dL5z0Sw0ZwWo1mLTi4mQowCZ42O59b7DRpZAnTC6OqdF28wMBMFKNb/4uFGrVaigSpg==
169+
dependencies:
170+
regenerator-runtime "^0.13.2"
171+
165172
"@babel/template@^7.1.0", "@babel/template@^7.4.0", "@babel/template@^7.4.4":
166173
version "7.4.4"
167174
resolved "https://registry.npmjs.org/@babel/template/-/template-7.4.4.tgz#f4b88d1225689a08f5bc3a17483545be9e4ed237"
@@ -3917,11 +3924,12 @@ [email protected]:
39173924
cross-spawn "^5.1.0"
39183925
is-windows "^1.0.0"
39193926

3920-
3921-
version "6.0.0"
3922-
resolved "https://registry.npmjs.org/cross-env/-/cross-env-6.0.0.tgz#3c8e71440ea20aa6faaf5aec541235efc565dac6"
3923-
integrity sha512-G/B6gtkjgthT8AP/xN1wdj5Xe18fVyk58JepK8GxpUbqcz3hyWxegocMbvnZK+KoTslwd0ACZ3woi/DVUdVjyQ==
3927+
3928+
version "6.0.2"
3929+
resolved "https://registry.npmjs.org/cross-env/-/cross-env-6.0.2.tgz#2ec3c4b9b90cc074fed375415fc229cb7d6ce612"
3930+
integrity sha512-lA44HlqWCzrv7/l2pY3sfLDvMhXXhx8oztvD6rg34PdCIcP0yk77UwOL2nacsZXlrzPUMtbfagVbK6Itx8pwng==
39243931
dependencies:
3932+
"@babel/runtime" "^7.6.2"
39253933
cross-spawn "^7.0.0"
39263934

39273935
cross-spawn@^5.0.1, cross-spawn@^5.1.0:

0 commit comments

Comments
 (0)