Skip to content

Commit 46f2c82

Browse files
chore(deps-dev): bump cross-spawn from 7.0.3 to 7.0.5 (#885)
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.5. - [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md) - [Commits](moxystudio/node-cross-spawn@v7.0.3...v7.0.5) --- updated-dependencies: - dependency-name: cross-spawn dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0bbb682 commit 46f2c82

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"@types/webpack": "^5.28.0",
7575
"babel-loader": "^8.1.0",
7676
"cross-env": "^7.0.3",
77-
"cross-spawn": "^7.0.3",
77+
"cross-spawn": "^7.0.5",
7878
"del-cli": "^5.1.0",
7979
"eslint": "^8.6.0",
8080
"eslint-config-prettier": "^9.0.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2597,10 +2597,10 @@ cross-spawn@^6.0.0, cross-spawn@^6.0.5:
25972597
shebang-command "^1.2.0"
25982598
which "^1.2.9"
25992599

2600-
cross-spawn@^7.0.0, cross-spawn@^7.0.1, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
2601-
version "7.0.3"
2602-
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6"
2603-
integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==
2600+
cross-spawn@^7.0.0, cross-spawn@^7.0.1, cross-spawn@^7.0.2, cross-spawn@^7.0.3, cross-spawn@^7.0.5:
2601+
version "7.0.5"
2602+
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.5.tgz#910aac880ff5243da96b728bc6521a5f6c2f2f82"
2603+
integrity sha512-ZVJrKKYunU38/76t0RMOulHOnUcbU9GbpWKAOZ0mhjr7CX6FVrH+4FrAapSOekrgFQ3f/8gwMEuIft0aKq6Hug==
26042604
dependencies:
26052605
path-key "^3.1.0"
26062606
shebang-command "^2.0.0"

0 commit comments

Comments
 (0)