mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
chore(deps): bump fastify from 5.3.3 to 5.4.0
Bumps [fastify](https://github.com/fastify/fastify) from 5.3.3 to 5.4.0. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/v5.3.3...v5.4.0) --- updated-dependencies: - dependency-name: fastify dependency-version: 5.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
8
package-lock.json
generated
8
package-lock.json
generated
@@ -85,7 +85,7 @@
|
||||
"eslint-plugin-prettier": "5.4.1",
|
||||
"eventsource": "4.0.0",
|
||||
"fancy-log": "2.0.0",
|
||||
"fastify": "5.3.3",
|
||||
"fastify": "5.4.0",
|
||||
"globals": "16.2.0",
|
||||
"graphql": "16.11.0",
|
||||
"graphql-subscriptions": "3.0.0",
|
||||
@@ -20357,9 +20357,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/fastify": {
|
||||
"version": "5.3.3",
|
||||
"resolved": "https://registry.npmjs.org/fastify/-/fastify-5.3.3.tgz",
|
||||
"integrity": "sha512-nCBiBCw9q6jPx+JJNVgO8JVnTXeUyrGcyTKPQikRkA/PanrFcOIo4R+ZnLeOLPZPGgzjomqfVarzE0kYx7qWiQ==",
|
||||
"version": "5.4.0",
|
||||
"resolved": "https://registry.npmjs.org/fastify/-/fastify-5.4.0.tgz",
|
||||
"integrity": "sha512-I4dVlUe+WNQAhKSyv15w+dwUh2EPiEl4X2lGYMmNSgF83WzTMAPKGdWEv5tPsCQOb+SOZwz8Vlta2vF+OeDgRw==",
|
||||
"dev": true,
|
||||
"funding": [
|
||||
{
|
||||
|
||||
@@ -134,7 +134,7 @@
|
||||
"eslint-plugin-prettier": "5.4.1",
|
||||
"eventsource": "4.0.0",
|
||||
"fancy-log": "2.0.0",
|
||||
"fastify": "5.3.3",
|
||||
"fastify": "5.4.0",
|
||||
"globals": "16.2.0",
|
||||
"graphql": "16.11.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.3",
|
||||
"fastify": "5.4.0",
|
||||
"light-my-request": "6.6.0",
|
||||
"path-to-regexp": "8.2.0",
|
||||
"tslib": "2.8.1"
|
||||
|
||||
Reference in New Issue
Block a user