From a79a25b4bff095ccbb21f77909b8f9c878691289 Mon Sep 17 00:00:00 2001 From: scriptuser <scriptuser@open-xchange.com> Date: Thu, 14 Sep 2023 17:26:16 +0000 Subject: [PATCH] Bump fastify from 4.23.1 to 4.23.2 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ba29949..43fe373 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.23.1", + "fastify": "^4.23.2", "fastify-metrics": "^10.3.0", "fastify-plugin": "^4.5.1", "ioredis": "^5.3.2", diff --git a/yarn.lock b/yarn.lock index c9f3951..98224a9 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.23.1: - version "4.23.1" - resolved "https://registry.yarnpkg.com/fastify/-/fastify-4.23.1.tgz#72df21bdbd2502530e8d517c613a9d0b518ff5b5" - integrity sha512-JhZWyz2PgjzkDTrTX/PQ6+03s+/r2hC3RiOoF9WQUUHbPGiDJtQch1mg5IyJjUjwhug+/z1XHt5yweZNW4kbMg== +fastify@^4.17.0, fastify@^4.23.2: + version "4.23.2" + resolved "https://registry.yarnpkg.com/fastify/-/fastify-4.23.2.tgz#7072f04b544540d2523afb4a54d4095d187f5444" + integrity sha512-WFSxsHES115svC7NrerNqZwwM0UOxbC/P6toT9LRHgAAFvG7o2AN5W+H4ihCtOGuYXjZf4z+2jXC89rVEoPWOA== dependencies: "@fastify/ajv-compiler" "^3.5.0" "@fastify/error" "^3.2.0" -- GitLab