Skip to content

Commit

Permalink
chore(core,express,fastify): fix deps with security issues
Browse files Browse the repository at this point in the history
- `path-to-regexp`
- `body-parser`
- `express` v4
  • Loading branch information
micalevisk committed Sep 13, 2024
1 parent 7840835 commit e0d2ba6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@nuxtjs/opencollective": "0.3.2",
"fast-safe-stringify": "2.1.1",
"iterare": "1.2.1",
"path-to-regexp": "3.2.0",
"path-to-regexp": "3.3.0",
"tslib": "2.6.3",
"uid": "2.0.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/platform-express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"access": "public"
},
"dependencies": {
"body-parser": "1.20.2",
"body-parser": "1.20.3",
"cors": "2.8.5",
"express": "4.19.2",
"express": "4.21.0",
"multer": "1.4.4-lts.1",
"tslib": "2.6.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/platform-fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@fastify/middie": "8.3.1",
"fastify": "4.28.1",
"light-my-request": "5.13.0",
"path-to-regexp": "3.2.0",
"path-to-regexp": "3.3.0",
"tslib": "2.6.3"
},
"peerDependencies": {
Expand Down

0 comments on commit e0d2ba6

Please sign in to comment.