Skip to content

Commit 868e813

Browse files
dependabot-preview[bot]jrolfs
authored andcommitted
build(deps): bump cross-spawn from 6.0.5 to 7.0.0
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 6.0.5 to 7.0.0. - [Release notes](https://github.com/moxystudio/node-cross-spawn/releases) - [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md) - [Commits](moxystudio/node-cross-spawn@v6.0.5...v7.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 00dcb46 commit 868e813

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"commitizen": "^4.0.3",
6060
"concurrently": "^4.1.1",
6161
"cross-env": "^5.1.4",
62-
"cross-spawn": "^6.0.5",
62+
"cross-spawn": "^7.0.0",
6363
"doctoc": "^1.4.0",
6464
"eslint": "^6.0.1",
6565
"eslint-config-airbnb-typescript": "^4.0.1",

yarn.lock

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2488,6 +2488,15 @@ cross-spawn@^6.0.0, cross-spawn@^6.0.5:
24882488
shebang-command "^1.2.0"
24892489
which "^1.2.9"
24902490

2491+
cross-spawn@^7.0.0:
2492+
version "7.0.0"
2493+
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.0.tgz#21ef9470443262f33dba80b2705a91db959b2e03"
2494+
integrity sha512-6U/8SMK2FBNnB21oQ4+6Nsodxanw1gTkntYA2zBdkFYFu3ZDx65P2ONEXGSvob/QS6REjVHQ9zxzdOafwFdstw==
2495+
dependencies:
2496+
path-key "^3.1.0"
2497+
shebang-command "^1.2.0"
2498+
which "^1.2.9"
2499+
24912500
crypto-browserify@^3.11.0:
24922501
version "3.12.0"
24932502
resolved "https://registry.yarnpkg.com/crypto-browserify/-/crypto-browserify-3.12.0.tgz#396cf9f3137f03e4b8e532c58f698254e00f80ec"
@@ -6302,7 +6311,7 @@ path-key@^2.0.0, path-key@^2.0.1:
63026311
resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40"
63036312
integrity sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=
63046313

6305-
path-key@^3.0.0:
6314+
path-key@^3.0.0, path-key@^3.1.0:
63066315
version "3.1.0"
63076316
resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.0.tgz#99a10d870a803bdd5ee6f0470e58dfcd2f9a54d3"
63086317
integrity sha512-8cChqz0RP6SHJkMt48FW0A7+qUOn+OsnOsVtzI59tZ8m+5bCSk7hzwET0pulwOM2YMn9J1efb07KB9l9f30SGg==

0 commit comments

Comments
 (0)