Skip to content

Commit f733fd7

Browse files
chore: update dependencies
1 parent bbdf57e commit f733fd7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/create-webpack-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@inquirer/select": "^4.0.3",
4747
"colorette": "^2.0.20",
4848
"commander": "^12.1.0",
49-
"cross-spawn": "^7.0.3",
49+
"cross-spawn": "^7.0.6",
5050
"ejs": "^3.1.10",
5151
"node-plop": "^0.32.0"
5252
},

packages/webpack-cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@webpack-cli/serve": "^3.0.1",
4141
"colorette": "^2.0.14",
4242
"commander": "^12.1.0",
43-
"cross-spawn": "^7.0.3",
43+
"cross-spawn": "^7.0.6",
4444
"envinfo": "^7.14.0",
4545
"fastest-levenshtein": "^1.0.12",
4646
"import-local": "^3.0.2",

yarn.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -4330,7 +4330,7 @@ create-require@^1.1.0:
43304330
resolved "https://registry.yarnpkg.com/create-require/-/create-require-1.1.1.tgz#c1d7e8f1e5f6cfc9ff65f9cd352d37348756c333"
43314331
integrity sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==
43324332

4333-
cross-spawn@^7.0.0, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
4333+
cross-spawn@^7.0.0, cross-spawn@^7.0.2, cross-spawn@^7.0.3, cross-spawn@^7.0.6:
43344334
version "7.0.6"
43354335
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.6.tgz#8a58fe78f00dcd70c370451759dfbfaf03e8ee9f"
43364336
integrity sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==

0 commit comments

Comments
 (0)