Skip to content

Commit e8831b9

Browse files
renovate-botmarionebl
authored andcommitted
chore: update dependency cross-env to v5.2.1
1 parent 56bc550 commit e8831b9

File tree

8 files changed

+15
-8
lines changed

8 files changed

+15
-8
lines changed

Diff for: @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": "5.1.1",
63+
"cross-env": "5.2.1",
6464
"execa": "0.11.0",
6565
"mkdirp": "0.5.1",
6666
"pkg-dir": "4.2.0",

Diff for: @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": "5.1.1",
66+
"cross-env": "5.2.1",
6767
"execa": "0.11.0",
6868
"globby": "10.0.1",
6969
"proxyquire": "2.1.3"

Diff for: @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": "5.1.1",
66+
"cross-env": "5.2.1",
6767
"execa": "0.11.0",
6868
"globby": "10.0.1"
6969
},

Diff for: @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": "5.1.1"
65+
"cross-env": "5.2.1"
6666
},
6767
"dependencies": {
6868
"@commitlint/load": "^8.2.0",

Diff for: @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": "5.1.1",
66+
"cross-env": "5.2.1",
6767
"execa": "0.11.0"
6868
},
6969
"dependencies": {

Diff for: @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": "5.1.1",
68+
"cross-env": "5.2.1",
6969
"globby": "10.0.1",
7070
"lodash": "4.17.15"
7171
},

Diff for: @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": "5.1.1",
64+
"cross-env": "5.2.1",
6565
"which": "1.3.1"
6666
},
6767
"dependencies": {

Diff for: yarn.lock

+8-1
Original file line numberDiff line numberDiff line change
@@ -3865,6 +3865,13 @@ [email protected]:
38653865
cross-spawn "^5.1.0"
38663866
is-windows "^1.0.0"
38673867

3868+
3869+
version "5.2.1"
3870+
resolved "https://registry.npmjs.org/cross-env/-/cross-env-5.2.1.tgz#b2c76c1ca7add66dc874d11798466094f551b34d"
3871+
integrity sha512-1yHhtcfAd1r4nwQgknowuUNfIT9E8dOMMspC36g45dN+iD1blloi7xp8X/xAIDnjHWyt1uQ8PHk2fkNaym7soQ==
3872+
dependencies:
3873+
cross-spawn "^6.0.5"
3874+
38683875
cross-spawn@^5.0.1, cross-spawn@^5.1.0:
38693876
version "5.1.0"
38703877
resolved "https://registry.npmjs.org/cross-spawn/-/cross-spawn-5.1.0.tgz#e8bd0efee58fcff6f8f94510a0a554bbfa235449"
@@ -3874,7 +3881,7 @@ cross-spawn@^5.0.1, cross-spawn@^5.1.0:
38743881
shebang-command "^1.2.0"
38753882
which "^1.2.9"
38763883

3877-
cross-spawn@^6.0.0:
3884+
cross-spawn@^6.0.0, cross-spawn@^6.0.5:
38783885
version "6.0.5"
38793886
resolved "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4"
38803887
integrity sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==

0 commit comments

Comments
 (0)