Skip to content

Commit 34524a2

Browse files
authored
feat: bump path-to-regexp to @6.3.0 (#105)
see [path-to-regexp outputs backtracking regular expressions](https://github.com/advisories/GHSA-9wv6-86v2-598j?rgh-link-date=2024-12-09T12%3A41%3A08Z)
1 parent 3b81cdf commit 34524a2

File tree

3 files changed

+202
-261
lines changed

3 files changed

+202
-261
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@
2929
"@types/formidable": "2.0.6",
3030
"@types/is-core-module": "^2.2.2",
3131
"@types/mime-types": "^2.1.4",
32-
"@types/node": "^22.10.1",
32+
"@types/node": "^22.10.2",
3333
"@types/ws": "^8.5.13",
34-
"bumpp": "^9.8.1",
34+
"bumpp": "^9.9.1",
3535
"conventional-changelog-cli": "^5.0.0",
36-
"eslint": "^9.16.0",
36+
"eslint": "^9.17.0",
3737
"tsup": "^8.3.5",
3838
"typescript": "^5.7.2",
3939
"vitest": "^2.1.8"

plugin/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
},
7373
"dependencies": {
7474
"@pengzhanbo/utils": "^1.2.0",
75-
"@rollup/pluginutils": "^5.1.3",
75+
"@rollup/pluginutils": "^5.1.4",
7676
"chokidar": "3.6.0",
7777
"co-body": "^6.2.0",
7878
"cookies": "^0.9.1",
@@ -81,10 +81,10 @@
8181
"fast-glob": "^3.3.2",
8282
"formidable": "2.1.2",
8383
"http-status": "^2.0.0",
84-
"is-core-module": "^2.15.1",
84+
"is-core-module": "^2.16.0",
8585
"json5": "^2.2.3",
8686
"mime-types": "^2.1.35",
87-
"path-to-regexp": "6.2.2",
87+
"path-to-regexp": "6.3.0",
8888
"picocolors": "^1.1.1",
8989
"ws": "^8.18.0"
9090
},

0 commit comments

Comments
 (0)