diff --git a/backend/package-lock.json b/backend/package-lock.json index 5559b9e..ddfd401 100644 --- a/backend/package-lock.json +++ b/backend/package-lock.json @@ -12,7 +12,7 @@ "@fastify/type-provider-typebox": "^5.2.0", "@types/jest": "^30.0.0", "@types/nodemailer": "^7.0.1", - "fastify": "^5.6.0", + "fastify": "^5.6.1", "nodemailer": "^7.0.6", "ts-dotenv": "^0.9.1" }, @@ -5949,9 +5949,9 @@ } }, "node_modules/fastify": { - "version": "5.6.0", - "resolved": "https://registry.npmjs.org/fastify/-/fastify-5.6.0.tgz", - "integrity": "sha512-9j2r9TnwNsfGiCKGYT0Voqy244qwcoYM9qvNi/i+F8sNNWDnqUEVuGYNc9GyjldhXmMlJmVPS6gI1LdvjYGRJw==", + "version": "5.6.1", + "resolved": "https://registry.npmjs.org/fastify/-/fastify-5.6.1.tgz", + "integrity": "sha512-WjjlOciBF0K8pDUPZoGPhqhKrQJ02I8DKaDIfO51EL0kbSMwQFl85cRwhOvmSDWoukNOdTo27gLN549pLCcH7Q==", "funding": [ { "type": "github", diff --git a/backend/package.json b/backend/package.json index c80314b..eaedea6 100644 --- a/backend/package.json +++ b/backend/package.json @@ -43,7 +43,7 @@ "@fastify/type-provider-typebox": "^5.2.0", "@types/jest": "^30.0.0", "@types/nodemailer": "^7.0.1", - "fastify": "^5.6.0", + "fastify": "^5.6.1", "nodemailer": "^7.0.6", "ts-dotenv": "^0.9.1" },