Skip to content

Commit f9677fa

Browse files
security: bump serve to ^14.2.6 in rollup and bundle-analyzer examples
Updates serve-handler/path-to-regexp and related transitive deps (GHSA-9wv6-86v2-598j). Made-with: Cursor
1 parent 5e53051 commit f9677fa

File tree

3 files changed

+46
-318
lines changed

3 files changed

+46
-318
lines changed

examples/bundle-analyzer-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@rollup/plugin-node-resolve": "^15.2.3",
2828
"npm-run-all": "^4.1.5",
2929
"rollup": "^4.22.4",
30-
"serve": "^14.2.1"
30+
"serve": "^14.2.6"
3131
},
3232
"volta": {
3333
"extends": "../../package.json"

examples/rollup/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@rollup/plugin-node-resolve": "^15.2.3",
1919
"npm-run-all": "^4.1.5",
2020
"rollup": "^4.22.4",
21-
"serve": "^14.2.1"
21+
"serve": "^14.2.6"
2222
},
2323
"volta": {
2424
"extends": "../../package.json"

0 commit comments

Comments
 (0)