mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
Merge pull request #16201 from nestjs/renovate/fastify-5.x
fix(deps): update dependency fastify to v5.7.1
This commit is contained in:
48
package-lock.json
generated
48
package-lock.json
generated
@@ -88,7 +88,7 @@
|
||||
"eslint-plugin-prettier": "5.5.5",
|
||||
"eventsource": "4.1.0",
|
||||
"fancy-log": "2.0.0",
|
||||
"fastify": "5.7.0",
|
||||
"fastify": "5.7.1",
|
||||
"fastify-plugin": "5.1.0",
|
||||
"find-my-way": "9.4.0",
|
||||
"globals": "17.0.0",
|
||||
@@ -15984,17 +15984,6 @@
|
||||
"dev": true,
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@types/whatwg-url": {
|
||||
"version": "11.0.5",
|
||||
"resolved": "https://registry.npmjs.org/@types/whatwg-url/-/whatwg-url-11.0.5.tgz",
|
||||
"integrity": "sha512-coYR071JRaHa+xoEvvYqvnIHaVqaYrLPbsufM9BF63HkwI5Lgmy2QR8Q5K/lYDYo5AK82wOvSOS0UsLTpTG7uQ==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"optional": true,
|
||||
"dependencies": {
|
||||
"@types/webidl-conversions": "*"
|
||||
}
|
||||
},
|
||||
"node_modules/@types/ws": {
|
||||
"version": "8.18.1",
|
||||
"resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.18.1.tgz",
|
||||
@@ -18845,17 +18834,6 @@
|
||||
"node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
|
||||
}
|
||||
},
|
||||
"node_modules/bson": {
|
||||
"version": "6.10.4",
|
||||
"resolved": "https://registry.npmjs.org/bson/-/bson-6.10.4.tgz",
|
||||
"integrity": "sha512-WIsKqkSC0ABoBJuT1LEX+2HEvNmNKKgnTAyd0fL8qzK4SH2i9NXg+t08YtdZp/V9IZ33cxe3iV4yM0qg8lMQng==",
|
||||
"dev": true,
|
||||
"license": "Apache-2.0",
|
||||
"optional": true,
|
||||
"engines": {
|
||||
"node": ">=16.20.1"
|
||||
}
|
||||
},
|
||||
"node_modules/buffer": {
|
||||
"version": "5.7.1",
|
||||
"resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz",
|
||||
@@ -24549,9 +24527,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/fastify": {
|
||||
"version": "5.7.0",
|
||||
"resolved": "https://registry.npmjs.org/fastify/-/fastify-5.7.0.tgz",
|
||||
"integrity": "sha512-EA1WUXWhvo+G3ed9TUm+jd8UYdnSGMpCywM1A1CtZtb+h0cKnLb0t8w3TWPN3/w55JfzKZxd959ENp2nOKnZQw==",
|
||||
"version": "5.7.1",
|
||||
"resolved": "https://registry.npmjs.org/fastify/-/fastify-5.7.1.tgz",
|
||||
"integrity": "sha512-ZW7S4fxlZhE+tYWVokFzjh+i56R+buYKNGhrVl6DtN8sxkyMEzpJnzvO8A/ZZrsg5w6X37u6I4EOQikYS5DXpA==",
|
||||
"dev": true,
|
||||
"funding": [
|
||||
{
|
||||
@@ -24617,9 +24595,9 @@
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/fastify/node_modules/semver": {
|
||||
"version": "7.7.1",
|
||||
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.1.tgz",
|
||||
"integrity": "sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==",
|
||||
"version": "7.7.3",
|
||||
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
|
||||
"integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
|
||||
"dev": true,
|
||||
"license": "ISC",
|
||||
"bin": {
|
||||
@@ -33762,18 +33740,6 @@
|
||||
"node": "*"
|
||||
}
|
||||
},
|
||||
"node_modules/mongodb-connection-string-url": {
|
||||
"version": "3.0.2",
|
||||
"resolved": "https://registry.npmjs.org/mongodb-connection-string-url/-/mongodb-connection-string-url-3.0.2.tgz",
|
||||
"integrity": "sha512-rMO7CGo/9BFwyZABcKAWL8UJwH/Kc2x0g72uhDWzG48URRax5TCIcJ7Rc3RZqffZzO/Gwff/jyKwCU9TN8gehA==",
|
||||
"dev": true,
|
||||
"license": "Apache-2.0",
|
||||
"optional": true,
|
||||
"dependencies": {
|
||||
"@types/whatwg-url": "^11.0.2",
|
||||
"whatwg-url": "^14.1.0 || ^13.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/mongoose": {
|
||||
"version": "9.1.4",
|
||||
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-9.1.4.tgz",
|
||||
|
||||
@@ -137,7 +137,7 @@
|
||||
"eslint-plugin-prettier": "5.5.5",
|
||||
"eventsource": "4.1.0",
|
||||
"fancy-log": "2.0.0",
|
||||
"fastify": "5.7.0",
|
||||
"fastify": "5.7.1",
|
||||
"fastify-plugin": "5.1.0",
|
||||
"find-my-way": "9.4.0",
|
||||
"globals": "17.0.0",
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
"@fastify/cors": "11.2.0",
|
||||
"@fastify/formbody": "8.0.2",
|
||||
"fast-querystring": "1.1.2",
|
||||
"fastify": "5.7.0",
|
||||
"fastify": "5.7.1",
|
||||
"fastify-plugin": "5.1.0",
|
||||
"find-my-way": "9.4.0",
|
||||
"light-my-request": "6.6.0",
|
||||
|
||||
Reference in New Issue
Block a user