Skip to content

Commit c99fda8

Browse files
committed
chore: update cross-spawn
BREAKING CHANGE: drop support for Node.js < 8
1 parent 401441c commit c99fda8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/mongodb-memory-server-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
},
4545
"dependencies": {
4646
"camelcase": "^5.3.1",
47-
"cross-spawn": "^6.0.5",
47+
"cross-spawn": "^7.0.1",
4848
"debug": "^4.1.1",
4949
"decompress": "^4.2.0",
5050
"dedent": "^0.7.0",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2286,7 +2286,7 @@ cross-spawn@^6.0.0, cross-spawn@^6.0.5:
22862286
shebang-command "^1.2.0"
22872287
which "^1.2.9"
22882288

2289-
cross-spawn@^7.0.0:
2289+
cross-spawn@^7.0.0, cross-spawn@^7.0.1:
22902290
version "7.0.1"
22912291
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.1.tgz#0ab56286e0f7c24e153d04cc2aa027e43a9a5d14"
22922292
integrity sha512-u7v4o84SwFpD32Z8IIcPZ6z1/ie24O6RU3RbtL5Y316l3KuHVPx9ItBgWQ6VlfAFnRnTtMUrsQ9MUUTuEZjogg==

0 commit comments

Comments
 (0)