diff --git a/package-lock.json b/package-lock.json index d46a3376..734e3998 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "eslint-config-prettier": "10.1.5", "eslint-plugin-prettier": "5.4.1", "express": "5.1.0", - "fastify": "5.3.0", + "fastify": "^5.3.2", "globals": "16.2.0", "husky": "9.1.7", "jest": "29.7.0", @@ -6072,9 +6072,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.2", + "resolved": "https://registry.npmjs.org/fastify/-/fastify-5.3.2.tgz", + "integrity": "sha512-AIPqBgtqBAwkOkrnwesEE+dOyU30dQ4kh7udxeGVR05CRGwubZx+p2H8P0C4cRnQT0+EPK4VGea2DTL2RtWttg==", "dev": true, "funding": [ { diff --git a/package.json b/package.json index 72df1974..7bf27a3a 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "eslint-config-prettier": "10.1.5", "eslint-plugin-prettier": "5.4.1", "express": "5.1.0", - "fastify": "5.3.0", + "fastify": "5.3.2", "globals": "16.2.0", "husky": "9.1.7", "jest": "29.7.0",