From c062171a652c9aec680afd90efd178946080f00f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 04:40:43 +0000 Subject: [PATCH] fix(deps): update dependency @fastify/cors to v8.5.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 261b370c..b0b336a7 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "convict": "6.2.4", "fastify": "4.25.2", "@fastify/compress": "6.5.0", - "@fastify/cors": "8.4.2", + "@fastify/cors": "8.5.0", "@fastify/jwt": "7.2.4", "http-errors": "2.0.0", "js-yaml": "4.1.0",