Skip to content

Commit

Permalink
feat: bump path-to-regexp to @6.3.0 (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
pengzhanbo authored Dec 15, 2024
1 parent 3b81cdf commit 34524a2
Show file tree
Hide file tree
Showing 3 changed files with 202 additions and 261 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
"@types/formidable": "2.0.6",
"@types/is-core-module": "^2.2.2",
"@types/mime-types": "^2.1.4",
"@types/node": "^22.10.1",
"@types/node": "^22.10.2",
"@types/ws": "^8.5.13",
"bumpp": "^9.8.1",
"bumpp": "^9.9.1",
"conventional-changelog-cli": "^5.0.0",
"eslint": "^9.16.0",
"eslint": "^9.17.0",
"tsup": "^8.3.5",
"typescript": "^5.7.2",
"vitest": "^2.1.8"
Expand Down
6 changes: 3 additions & 3 deletions plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
},
"dependencies": {
"@pengzhanbo/utils": "^1.2.0",
"@rollup/pluginutils": "^5.1.3",
"@rollup/pluginutils": "^5.1.4",
"chokidar": "3.6.0",
"co-body": "^6.2.0",
"cookies": "^0.9.1",
Expand All @@ -81,10 +81,10 @@
"fast-glob": "^3.3.2",
"formidable": "2.1.2",
"http-status": "^2.0.0",
"is-core-module": "^2.15.1",
"is-core-module": "^2.16.0",
"json5": "^2.2.3",
"mime-types": "^2.1.35",
"path-to-regexp": "6.2.2",
"path-to-regexp": "6.3.0",
"picocolors": "^1.1.1",
"ws": "^8.18.0"
},
Expand Down
Loading

0 comments on commit 34524a2

Please sign in to comment.