Skip to content

Commit 3f56e64

Browse files
dependabot[bot]bdukes
authored andcommitted
Bump cross-spawn from 7.0.3 to 7.0.4
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.4. - [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md) - [Commits](moxystudio/node-cross-spawn@v7.0.3...v7.0.4) --- updated-dependencies: - dependency-name: cross-spawn dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e625274 commit 3f56e64

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"devDependencies": {
8787
"chalk": "^5.3.0",
8888
"cliui": "8.0.1",
89-
"cross-spawn": "7.0.3",
89+
"cross-spawn": "7.0.4",
9090
"decompress": "4.2.1",
9191
"del": "8.0.0",
9292
"end-of-stream": "1.4.4",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1774,10 +1774,10 @@ cross-fetch@^3.0.6:
17741774
dependencies:
17751775
node-fetch "2.6.7"
17761776

1777-
cross-spawn@7.0.3, cross-spawn@^7.0.0, cross-spawn@^7.0.3:
1778-
version "7.0.3"
1779-
resolved "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz"
1780-
integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==
1777+
cross-spawn@7.0.4, cross-spawn@^7.0.0, cross-spawn@^7.0.3:
1778+
version "7.0.4"
1779+
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.4.tgz#36d9cb36c32ae7a0df935f0191f79959962a2165"
1780+
integrity sha512-9KdyVPPtLHjPAD7tcuzSFs64UfHlLJt7U6qP4/bFVLyjLceyizj6s6jO6YBaV5d0G7g/9KnY/dOpLR4Rcg8YDg==
17811781
dependencies:
17821782
path-key "^3.1.0"
17831783
shebang-command "^2.0.0"

0 commit comments

Comments
 (0)