Skip to content
This repository was archived by the owner on May 23, 2021. It is now read-only.

Commit ff0120c

Browse files
renovate[bot]azu
authored andcommitted
fix(deps): update dependency cross-spawn to v7 (#36)
1 parent 32cf438 commit ff0120c

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@babel/register": "^7.5.5",
4747
"babel-plugin-static-fs": "^3.0.0",
4848
"confirmer": "^1.1.2",
49-
"cross-spawn": "^6.0.5",
49+
"cross-spawn": "^7.0.0",
5050
"mocha": "^6.2.0",
5151
"pkg-to-readme": "^1.1.0",
5252
"textlint-tester": "^5.1.9"

Diff for: yarn.lock

+10-1
Original file line numberDiff line numberDiff line change
@@ -1446,6 +1446,15 @@ cross-spawn@^6.0.0, cross-spawn@^6.0.5:
14461446
shebang-command "^1.2.0"
14471447
which "^1.2.9"
14481448

1449+
cross-spawn@^7.0.0:
1450+
version "7.0.0"
1451+
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.0.tgz#21ef9470443262f33dba80b2705a91db959b2e03"
1452+
integrity sha512-6U/8SMK2FBNnB21oQ4+6Nsodxanw1gTkntYA2zBdkFYFu3ZDx65P2ONEXGSvob/QS6REjVHQ9zxzdOafwFdstw==
1453+
dependencies:
1454+
path-key "^3.1.0"
1455+
shebang-command "^1.2.0"
1456+
which "^1.2.9"
1457+
14491458
crypt@~0.0.1:
14501459
version "0.0.2"
14511460
resolved "https://registry.yarnpkg.com/crypt/-/crypt-0.0.2.tgz#88d7ff7ec0dfb86f713dc87bbb42d044d3e6c41b"
@@ -3403,7 +3412,7 @@ path-key@^2.0.0, path-key@^2.0.1:
34033412
resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40"
34043413
integrity sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=
34053414

3406-
path-key@^3.0.0:
3415+
path-key@^3.0.0, path-key@^3.1.0:
34073416
version "3.1.0"
34083417
resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.0.tgz#99a10d870a803bdd5ee6f0470e58dfcd2f9a54d3"
34093418
integrity sha512-8cChqz0RP6SHJkMt48FW0A7+qUOn+OsnOsVtzI59tZ8m+5bCSk7hzwET0pulwOM2YMn9J1efb07KB9l9f30SGg==

0 commit comments

Comments
 (0)