mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
fix(deps): update dependency fastify to v5.7.2
This commit is contained in:
8
package-lock.json
generated
8
package-lock.json
generated
@@ -83,7 +83,7 @@
|
||||
"eslint-plugin-prettier": "5.5.5",
|
||||
"eventsource": "4.1.0",
|
||||
"fancy-log": "2.0.0",
|
||||
"fastify": "5.7.1",
|
||||
"fastify": "5.7.2",
|
||||
"fastify-plugin": "5.1.0",
|
||||
"find-my-way": "9.4.0",
|
||||
"globals": "17.1.0",
|
||||
@@ -18400,9 +18400,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/fastify": {
|
||||
"version": "5.7.1",
|
||||
"resolved": "https://registry.npmjs.org/fastify/-/fastify-5.7.1.tgz",
|
||||
"integrity": "sha512-ZW7S4fxlZhE+tYWVokFzjh+i56R+buYKNGhrVl6DtN8sxkyMEzpJnzvO8A/ZZrsg5w6X37u6I4EOQikYS5DXpA==",
|
||||
"version": "5.7.2",
|
||||
"resolved": "https://registry.npmjs.org/fastify/-/fastify-5.7.2.tgz",
|
||||
"integrity": "sha512-dBJolW+hm6N/yJVf6J5E1BxOBNkuXNl405nrfeR8SpvGWG3aCC2XDHyiFBdow8Win1kj7sjawQc257JlYY6M/A==",
|
||||
"dev": true,
|
||||
"funding": [
|
||||
{
|
||||
|
||||
@@ -132,7 +132,7 @@
|
||||
"eslint-plugin-prettier": "5.5.5",
|
||||
"eventsource": "4.1.0",
|
||||
"fancy-log": "2.0.0",
|
||||
"fastify": "5.7.1",
|
||||
"fastify": "5.7.2",
|
||||
"fastify-plugin": "5.1.0",
|
||||
"find-my-way": "9.4.0",
|
||||
"globals": "17.1.0",
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
"@fastify/cors": "11.2.0",
|
||||
"@fastify/formbody": "8.0.2",
|
||||
"fast-querystring": "1.1.2",
|
||||
"fastify": "5.7.1",
|
||||
"fastify": "5.7.2",
|
||||
"fastify-plugin": "5.1.0",
|
||||
"find-my-way": "9.4.0",
|
||||
"light-my-request": "6.6.0",
|
||||
|
||||
Reference in New Issue
Block a user