From 827c1ba2569ca295d7dba3461923307a5d60dc96 Mon Sep 17 00:00:00 2001 From: scriptuser <scriptuser@open-xchange.com> Date: Mon, 11 Sep 2023 14:50:08 +0000 Subject: [PATCH] Bump fastify from 4.21.0 to 4.22.2 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a46c627..b6ba10c 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@fastify/url-data": "^5.3.1", "bull": "^4.11.3", "dotenv-defaults": "^5.0.2", - "fastify": "^4.21.0", + "fastify": "^4.22.2", "fastify-metrics": "^10.3.0", "fastify-plugin": "^4.5.1", "ioredis": "^5.3.2", diff --git a/yarn.lock b/yarn.lock index ff251ca..fb0e787 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1210,10 +1210,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.21.0: - version "4.21.0" - resolved "https://registry.yarnpkg.com/fastify/-/fastify-4.21.0.tgz#82f4272310c0fb7733a1a70605c57bdd1de938f2" - integrity sha512-tsu4bcwE4HetxqW8prA5fbC9bKHMYDp7jGEDWyzK1l90a3uOaLoIcQbdGcWeODNLVJviQnzh1wvIjTZE3MJFEg== +fastify@^4.17.0, fastify@^4.22.2: + version "4.22.2" + resolved "https://registry.yarnpkg.com/fastify/-/fastify-4.22.2.tgz#ad5ad555c9612874e8dcd7181a248fe3674142e7" + integrity sha512-rK8mF/1mZJHH6H/L22OhmilTgrp5XMkk3RHcSy03LC+TJ6+wLhbq+4U62bjns15VzIbBNgxTqAForBqtGAa0NQ== dependencies: "@fastify/ajv-compiler" "^3.5.0" "@fastify/error" "^3.2.0" -- GitLab