From 002720f145a006a9175f729a8ef6188807d4920e Mon Sep 17 00:00:00 2001 From: scriptuser <scriptuser@open-xchange.com> Date: Fri, 20 Oct 2023 18:01:44 +0000 Subject: [PATCH] Bump fastify from 4.24.2 to 4.24.3 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 3b15d47..fc27d1b 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.2", + "fastify": "^4.24.3", "fastify-metrics": "^10.3.2", "fastify-plugin": "^4.5.1", "ioredis": "^5.3.2", diff --git a/yarn.lock b/yarn.lock index a42adcd..ce7e23c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1218,10 +1218,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.2: - version "4.24.2" - resolved "https://registry.yarnpkg.com/fastify/-/fastify-4.24.2.tgz#fad5d42b1abd112aac6ee699e40fec13a2bcbfa8" - integrity sha512-V/7fdhFas7HoAyjD8ha8wPCeiRLUzPgwwM5dSSUx/eBUv7GvG61YzjggqOchMOsa7Sw32MNN4uCCoFrl+9ccJA== +fastify@^4.17.0, fastify@^4.24.3: + version "4.24.3" + resolved "https://registry.yarnpkg.com/fastify/-/fastify-4.24.3.tgz#bf97a3f5158ff7f78af949d483cac4e6115fb651" + integrity sha512-6HHJ+R2x2LS3y1PqxnwEIjOTZxFl+8h4kSC/TuDPXtA+v2JnV9yEtOsNSKK1RMD7sIR2y1ZsA4BEFaid/cK5pg== dependencies: "@fastify/ajv-compiler" "^3.5.0" "@fastify/error" "^3.4.0" -- GitLab