From 96a5355685e3b00d39b019f5bd9fbd6d34dd8e64 Mon Sep 17 00:00:00 2001 From: scriptuser <scriptuser@open-xchange.com> Date: Sun, 15 Oct 2023 17:32:13 +0000 Subject: [PATCH] Bump fastify from 4.24.1 to 4.24.2 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 0608a64..98757fa 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@fastify/url-data": "^5.3.1", "bull": "^4.11.4", "dotenv-defaults": "^5.0.2", - "fastify": "^4.24.1", + "fastify": "^4.24.2", "fastify-metrics": "^10.3.2", "fastify-plugin": "^4.5.1", "ioredis": "^5.3.2", diff --git a/yarn.lock b/yarn.lock index ad65595..2aaa9b3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1212,10 +1212,10 @@ fastify-plugin@^4.0.0, fastify-plugin@^4.2.1, fastify-plugin@^4.3.0, fastify-plu resolved "https://registry.yarnpkg.com/fastify-plugin/-/fastify-plugin-4.5.1.tgz#44dc6a3cc2cce0988bc09e13f160120bbd91dbee" integrity sha512-stRHYGeuqpEZTL1Ef0Ovr2ltazUT9g844X5z/zEBFLG8RYlpDiOCIG+ATvYEp+/zmc7sN29mcIMp8gvYplYPIQ== -fastify@^4.17.0, fastify@^4.24.1: - version "4.24.1" - resolved "https://registry.yarnpkg.com/fastify/-/fastify-4.24.1.tgz#b386ab914d6898270f8f082ef5940059b346acf6" - integrity sha512-uMthXpH0DjWWxb3/ERmBsVkFm5cllozjbOFkhsD4Xlw+OUg5wGASRBjVRcp2XeYZa91W2BbwgIWJrnGGPWY2dQ== +fastify@^4.17.0, fastify@^4.24.2: + version "4.24.2" + resolved "https://registry.yarnpkg.com/fastify/-/fastify-4.24.2.tgz#fad5d42b1abd112aac6ee699e40fec13a2bcbfa8" + integrity sha512-V/7fdhFas7HoAyjD8ha8wPCeiRLUzPgwwM5dSSUx/eBUv7GvG61YzjggqOchMOsa7Sw32MNN4uCCoFrl+9ccJA== dependencies: "@fastify/ajv-compiler" "^3.5.0" "@fastify/error" "^3.4.0" -- GitLab