Skip to content
This repository was archived by the owner on Apr 24, 2024. It is now read-only.

Commit b361439

Browse files
build(deps): bump cross-spawn from 7.0.1 to 7.0.3
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.1 to 7.0.3. - [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.1...v7.0.3) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 52a6f2c commit b361439

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"prettier": "2.1.2"
9393
},
9494
"dependencies": {
95-
"cross-spawn": "7.0.1",
95+
"cross-spawn": "7.0.3",
9696
"fs-extra": "^9.0.1",
9797
"html-webpack-plugin": "^4.5.0",
9898
"import-cwd": "3.0.0",

yarn.lock

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1603,10 +1603,10 @@ cosmiconfig@^7.0.0:
16031603
path-type "^4.0.0"
16041604
yaml "^1.10.0"
16051605

1606-
[email protected].1, cross-spawn@^7.0.0:
1607-
version "7.0.1"
1608-
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.1.tgz#0ab56286e0f7c24e153d04cc2aa027e43a9a5d14"
1609-
integrity sha512-u7v4o84SwFpD32Z8IIcPZ6z1/ie24O6RU3RbtL5Y316l3KuHVPx9ItBgWQ6VlfAFnRnTtMUrsQ9MUUTuEZjogg==
1606+
[email protected].3, cross-spawn@^7.0.0:
1607+
version "7.0.3"
1608+
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6"
1609+
integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==
16101610
dependencies:
16111611
path-key "^3.1.0"
16121612
shebang-command "^2.0.0"
@@ -5116,7 +5116,7 @@ semver-regex@^2.0.0:
51165116
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
51175117
integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
51185118

5119-
[email protected], semver@^7.3.2:
5119+
[email protected], semver@^7.1.1, semver@^7.3.2:
51205120
version "7.3.2"
51215121
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.2.tgz#604962b052b81ed0786aae84389ffba70ffd3938"
51225122
integrity sha512-OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ==
@@ -5126,11 +5126,6 @@ semver@^6.0.0, semver@^6.1.2, semver@^6.3.0:
51265126
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
51275127
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
51285128

5129-
semver@^7.1.1:
5130-
version "7.1.2"
5131-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.1.2.tgz#847bae5bce68c5d08889824f02667199b70e3d87"
5132-
integrity sha512-BJs9T/H8sEVHbeigqzIEo57Iu/3DG6c4QoqTfbQB3BPA4zgzAomh/Fk9E7QtjWQ8mx2dgA9YCfSF4y9k9bHNpQ==
5133-
51345129
set-blocking@^2.0.0:
51355130
version "2.0.0"
51365131
resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7"

0 commit comments

Comments
 (0)