Skip to content

Commit 537e729

Browse files
renovate[bot]faustbrian
authored andcommitted
chore(deps): update dependency cross-env to v6 (#67)
1 parent cb8e1e6 commit 537e729

2 files changed

Lines changed: 21 additions & 7 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"@typeskrift/tsconfig": "^0.1.2",
7070
"@typeskrift/tslint": "^0.1.5",
7171
"codecov": "^3.5.0",
72-
"cross-env": "^5.2.1",
72+
"cross-env": "^6.0.0",
7373
"jest": "^24.9.0",
7474
"jest-extended": "^0.11.2",
7575
"nock": "^11.3.3",

yarn.lock

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1023,14 +1023,14 @@ core-util-is@1.0.2, core-util-is@~1.0.0:
10231023
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
10241024
integrity sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=
10251025

1026-
cross-env@^5.2.1:
1027-
version "5.2.1"
1028-
resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-5.2.1.tgz#b2c76c1ca7add66dc874d11798466094f551b34d"
1029-
integrity sha512-1yHhtcfAd1r4nwQgknowuUNfIT9E8dOMMspC36g45dN+iD1blloi7xp8X/xAIDnjHWyt1uQ8PHk2fkNaym7soQ==
1026+
cross-env@^6.0.0:
1027+
version "6.0.0"
1028+
resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-6.0.0.tgz#3c8e71440ea20aa6faaf5aec541235efc565dac6"
1029+
integrity sha512-G/B6gtkjgthT8AP/xN1wdj5Xe18fVyk58JepK8GxpUbqcz3hyWxegocMbvnZK+KoTslwd0ACZ3woi/DVUdVjyQ==
10301030
dependencies:
1031-
cross-spawn "^6.0.5"
1031+
cross-spawn "^7.0.0"
10321032

1033-
cross-spawn@^6.0.0, cross-spawn@^6.0.5:
1033+
cross-spawn@^6.0.0:
10341034
version "6.0.5"
10351035
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4"
10361036
integrity sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==
@@ -1041,6 +1041,15 @@ cross-spawn@^6.0.0, cross-spawn@^6.0.5:
10411041
shebang-command "^1.2.0"
10421042
which "^1.2.9"
10431043

1044+
cross-spawn@^7.0.0:
1045+
version "7.0.0"
1046+
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.0.tgz#21ef9470443262f33dba80b2705a91db959b2e03"
1047+
integrity sha512-6U/8SMK2FBNnB21oQ4+6Nsodxanw1gTkntYA2zBdkFYFu3ZDx65P2ONEXGSvob/QS6REjVHQ9zxzdOafwFdstw==
1048+
dependencies:
1049+
path-key "^3.1.0"
1050+
shebang-command "^1.2.0"
1051+
which "^1.2.9"
1052+
10441053
cssom@0.3.x, "cssom@>= 0.3.2 < 0.4.0":
10451054
version "0.3.4"
10461055
resolved "https://registry.yarnpkg.com/cssom/-/cssom-0.3.4.tgz#8cd52e8a3acfd68d3aed38ee0a640177d2f9d797"
@@ -3075,6 +3084,11 @@ path-key@^2.0.0, path-key@^2.0.1:
30753084
resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40"
30763085
integrity sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=
30773086

3087+
path-key@^3.1.0:
3088+
version "3.1.0"
3089+
resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.0.tgz#99a10d870a803bdd5ee6f0470e58dfcd2f9a54d3"
3090+
integrity sha512-8cChqz0RP6SHJkMt48FW0A7+qUOn+OsnOsVtzI59tZ8m+5bCSk7hzwET0pulwOM2YMn9J1efb07KB9l9f30SGg==
3091+
30783092
path-parse@^1.0.5, path-parse@^1.0.6:
30793093
version "1.0.6"
30803094
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"

0 commit comments

Comments
 (0)