Skip to content

Commit 71450d8

Browse files
opensearch-trigger-bot[bot]github-actions[bot]derek-ho
authored
Forceably resolve cross-spawn to 7.0.5 (#2179) (#2181)
(cherry picked from commit aa7e3b9) Signed-off-by: Craig Perkins <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Derek Ho <[email protected]>
1 parent 79241ee commit 71450d8

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
"express": "^4.21.1",
5757
"braces": "^3.0.3",
5858
"body-parser": "^1.20.3",
59-
"micromatch": "^4.0.8"
59+
"micromatch": "^4.0.8",
60+
"cross-spawn": "7.0.5"
6061
}
6162
}

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1256,10 +1256,10 @@ create-hmac@^1.1.0, create-hmac@^1.1.4, create-hmac@^1.1.7:
12561256
safe-buffer "^5.0.1"
12571257
sha.js "^2.4.8"
12581258

1259-
cross-spawn@^7.0.0:
1260-
version "7.0.3"
1261-
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6"
1262-
integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==
1259+
cross-spawn@7.0.5, cross-spawn@^7.0.0:
1260+
version "7.0.5"
1261+
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.5.tgz#910aac880ff5243da96b728bc6521a5f6c2f2f82"
1262+
integrity sha512-ZVJrKKYunU38/76t0RMOulHOnUcbU9GbpWKAOZ0mhjr7CX6FVrH+4FrAapSOekrgFQ3f/8gwMEuIft0aKq6Hug==
12631263
dependencies:
12641264
path-key "^3.1.0"
12651265
shebang-command "^2.0.0"

0 commit comments

Comments
 (0)