From ff6fe527a119b67938d177bb9b958bb1d271a119 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 11:53:42 +0000 Subject: [PATCH] build(deps): bump fastify from 5.2.1 to 5.2.2 Bumps [fastify](https://github.com/fastify/fastify) from 5.2.1 to 5.2.2. - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/v5.2.1...v5.2.2) --- updated-dependencies: - dependency-name: fastify dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 821f6cc0..5b1e4d08 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "deepmerge": "4.3.1", "dotenv": "16.4.7", "email-validator": "2.0.4", - "fastify": "5.2.1", + "fastify": "5.2.2", "fastify-cors": "6.1.0", "fastify-helmet": "7.1.0", "fastify-static": "4.7.0", diff --git a/yarn.lock b/yarn.lock index 4e9c4998..66bc03c7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4361,10 +4361,10 @@ fastify-static@4.7.0: fastify-static-deprecated "npm:fastify-static@4.6.1" process-warning "^1.0.0" -fastify@5.2.1: - version "5.2.1" - resolved "https://registry.yarnpkg.com/fastify/-/fastify-5.2.1.tgz#38381800eb26b7e27da72d9ee51c544f0c52ff39" - integrity sha512-rslrNBF67eg8/Gyn7P2URV8/6pz8kSAscFL4EThZJ8JBMaXacVdVE4hmUcnPNKERl5o/xTiBSLfdowBRhVF1WA== +fastify@5.2.2: + version "5.2.2" + resolved "https://registry.yarnpkg.com/fastify/-/fastify-5.2.2.tgz#4af803da759a5c7de3996af8b82ad7df69a82cf8" + integrity sha512-22T/PnhquWozuFXg3Ish4md5ipsF1Nx1mJ9ulLdZPXSk14WFj/wMlyNB/yll9sQOojKRgOIxT2inK3Xpjg5hyw== dependencies: "@fastify/ajv-compiler" "^4.0.0" "@fastify/error" "^4.0.0"