Skip to content

Commit c69b2a2

Browse files
authored
Merge pull request #457 from stianjensen/bump-cross-spawn
Bump cross-spawn to 7.x
2 parents a1a3231 + 3c2ed30 commit c69b2a2

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
@@ -72,7 +72,7 @@
7272
"dependencies": {
7373
"@yarnpkg/lockfile": "^1.1.0",
7474
"chalk": "^4.1.2",
75-
"cross-spawn": "^6.0.5",
75+
"cross-spawn": "^7.0.3",
7676
"find-yarn-workspace-root": "^2.0.0",
7777
"fs-extra": "^9.0.0",
7878
"is-ci": "^2.0.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -400,9 +400,9 @@
400400
integrity sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ==
401401

402402
"@types/cross-spawn@^6.0.0":
403-
version "6.0.0"
404-
resolved "https://registry.yarnpkg.com/@types/cross-spawn/-/cross-spawn-6.0.0.tgz#320aaf1d1a12979f1b84fe7a5590a7e860bf3a80"
405-
integrity sha512-evp2ZGsFw9YKprDbg8ySgC9NA15g3YgiI8ANkGmKKvvi0P2aDGYLPxQIC5qfeKNUOe3TjABVGuah6omPRpIYhg==
403+
version "6.0.2"
404+
resolved "https://registry.yarnpkg.com/@types/cross-spawn/-/cross-spawn-6.0.2.tgz#168309de311cd30a2b8ae720de6475c2fbf33ac7"
405+
integrity sha512-KuwNhp3eza+Rhu8IFI5HUXRP0LIhqH5cAjubUvGXXthh4YYBuP2ntwEX+Cz8GJoZUHlKo247wPWOfA9LYEq4cw==
406406
dependencies:
407407
"@types/node" "*"
408408

@@ -1292,7 +1292,7 @@ cosmiconfig@^7.0.0:
12921292
path-type "^4.0.0"
12931293
yaml "^1.10.0"
12941294

1295-
cross-spawn@^6.0.0, cross-spawn@^6.0.5:
1295+
cross-spawn@^6.0.0:
12961296
version "6.0.5"
12971297
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4"
12981298
integrity sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==

0 commit comments

Comments
 (0)