Skip to content

Commit 948e47c

Browse files
dependabot-preview[bot]jrolfs
authored andcommitted
build(deps): bump cross-spawn from 7.0.0 to 7.0.1
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.0 to 7.0.1. - [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@v7.0.0...v7.0.1) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 6894fdf commit 948e47c

File tree

1 file changed

+24
-5
lines changed

1 file changed

+24
-5
lines changed

yarn.lock

Lines changed: 24 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2703,13 +2703,13 @@ cross-spawn@^6.0.0, cross-spawn@^6.0.5:
27032703
which "^1.2.9"
27042704

27052705
cross-spawn@^7.0.0:
2706-
version "7.0.0"
2707-
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.0.tgz#21ef9470443262f33dba80b2705a91db959b2e03"
2708-
integrity sha512-6U/8SMK2FBNnB21oQ4+6Nsodxanw1gTkntYA2zBdkFYFu3ZDx65P2ONEXGSvob/QS6REjVHQ9zxzdOafwFdstw==
2706+
version "7.0.1"
2707+
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.1.tgz#0ab56286e0f7c24e153d04cc2aa027e43a9a5d14"
2708+
integrity sha512-u7v4o84SwFpD32Z8IIcPZ6z1/ie24O6RU3RbtL5Y316l3KuHVPx9ItBgWQ6VlfAFnRnTtMUrsQ9MUUTuEZjogg==
27092709
dependencies:
27102710
path-key "^3.1.0"
2711-
shebang-command "^1.2.0"
2712-
which "^1.2.9"
2711+
shebang-command "^2.0.0"
2712+
which "^2.0.1"
27132713

27142714
crypto-browserify@^3.11.0:
27152715
version "3.12.0"
@@ -7599,11 +7599,23 @@ shebang-command@^1.2.0:
75997599
dependencies:
76007600
shebang-regex "^1.0.0"
76017601

7602+
shebang-command@^2.0.0:
7603+
version "2.0.0"
7604+
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"
7605+
integrity sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==
7606+
dependencies:
7607+
shebang-regex "^3.0.0"
7608+
76027609
shebang-regex@^1.0.0:
76037610
version "1.0.0"
76047611
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3"
76057612
integrity sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=
76067613

7614+
shebang-regex@^3.0.0:
7615+
version "3.0.0"
7616+
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
7617+
integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
7618+
76077619
76087620
version "0.7.6"
76097621
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.7.6.tgz#379cccfb56b91c8601e4793356eb5382924de9ad"
@@ -8651,6 +8663,13 @@ which@^1.2.14, which@^1.2.9, which@^1.3.0:
86518663
dependencies:
86528664
isexe "^2.0.0"
86538665

8666+
which@^2.0.1:
8667+
version "2.0.1"
8668+
resolved "https://registry.yarnpkg.com/which/-/which-2.0.1.tgz#f1cf94d07a8e571b6ff006aeb91d0300c47ef0a4"
8669+
integrity sha512-N7GBZOTswtB9lkQBZA4+zAXrjEIWAUOB93AvzUiudRzRxhUdLURQ7D/gAIMY1gatT/LTbmbcv8SiYazy3eYB7w==
8670+
dependencies:
8671+
isexe "^2.0.0"
8672+
86548673
wide-align@^1.1.0:
86558674
version "1.1.3"
86568675
resolved "https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.3.tgz#ae074e6bdc0c14a431e804e624549c633b000457"

0 commit comments

Comments
 (0)