fix(deps): update dependency fastify to v5.3.1

This commit is contained in:
renovate[bot]
2025-04-18 08:28:35 +00:00
committed by GitHub
parent be5a076f4d
commit 929892a14b
3 changed files with 6 additions and 6 deletions

8
package-lock.json generated
View File

@@ -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": [
{

View File

@@ -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",

View File

@@ -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"