mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
chore(core,express,fastify): fix deps with security issues
- `path-to-regexp` - `body-parser` - `express` v4
This commit is contained in:
@@ -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"
|
||||
},
|
||||
|
||||
@@ -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"
|
||||
},
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user