mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
fix(deps): update dependency fastify to v5.3.1
This commit is contained in:
8
package-lock.json
generated
8
package-lock.json
generated
@@ -85,7 +85,7 @@
|
||||
"eslint-plugin-prettier": "5.2.6",
|
||||
"eventsource": "3.0.6",
|
||||
"fancy-log": "2.0.0",
|
||||
"fastify": "5.3.0",
|
||||
"fastify": "5.3.1",
|
||||
"globals": "16.0.0",
|
||||
"graphql": "16.10.0",
|
||||
"graphql-subscriptions": "3.0.0",
|
||||
@@ -19000,9 +19000,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/fastify": {
|
||||
"version": "5.3.0",
|
||||
"resolved": "https://registry.npmjs.org/fastify/-/fastify-5.3.0.tgz",
|
||||
"integrity": "sha512-vDpCJa4KRkHrdDMpDNtyPaIDi/ptCwoJ0M8RiefuIMvyXTgG63xYGe9DYYiCpydjh0ETIaLoSyKBNKkh7ew1eA==",
|
||||
"version": "5.3.1",
|
||||
"resolved": "https://registry.npmjs.org/fastify/-/fastify-5.3.1.tgz",
|
||||
"integrity": "sha512-PhpFhuUZVnq1IvTHCrIMCqqukNuJGWnV/nxTrSDtirbsAZnVYO8I9LaxSk5OPXSiioA6DoEG1r5U1g41/cix0g==",
|
||||
"dev": true,
|
||||
"funding": [
|
||||
{
|
||||
|
||||
@@ -134,7 +134,7 @@
|
||||
"eslint-plugin-prettier": "5.2.6",
|
||||
"eventsource": "3.0.6",
|
||||
"fancy-log": "2.0.0",
|
||||
"fastify": "5.3.0",
|
||||
"fastify": "5.3.1",
|
||||
"globals": "16.0.0",
|
||||
"graphql": "16.10.0",
|
||||
"graphql-subscriptions": "3.0.0",
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
"@fastify/formbody": "8.0.2",
|
||||
"@fastify/middie": "9.0.3",
|
||||
"fast-querystring": "1.1.2",
|
||||
"fastify": "5.3.0",
|
||||
"fastify": "5.3.1",
|
||||
"light-my-request": "6.6.0",
|
||||
"path-to-regexp": "8.2.0",
|
||||
"tslib": "2.8.1"
|
||||
|
||||
Reference in New Issue
Block a user