From 301efa2d47efb3b1734282e5456e914b79135a4e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 29 Oct 2023 16:13:40 +0000 Subject: [PATCH] chore(deps): update dependency @fastify/cors to v8.4.1 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ce42546d..6ee2c7b3 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "devDependencies": { "@book000/node-utils": "1.8.0", "@fastify/basic-auth": "5.0.0", - "@fastify/cors": "8.4.0", + "@fastify/cors": "8.4.1", "@types/cheerio": "0.22.33", "@types/node": "20.8.9", "@types/web-push": "3.6.2", diff --git a/yarn.lock b/yarn.lock index d3e3acfe..023f1d66 100644 --- a/yarn.lock +++ b/yarn.lock @@ -141,10 +141,10 @@ basic-auth "^2.0.1" fastify-plugin "^4.0.0" -"@fastify/cors@8.4.0": - version "8.4.0" - resolved "https://registry.yarnpkg.com/@fastify/cors/-/cors-8.4.0.tgz#dc518a5c147141e21d2dd47108ec9ab0bb9b821c" - integrity sha512-MlVvMTenltToByTpLwlWtO+7dQ3l2J+1OpmGrx9JpSNWo1d+dhfNCOi23zHhxdFhtpDzfwGwCsKu9DTeG7k7nQ== +"@fastify/cors@8.4.1": + version "8.4.1" + resolved "https://registry.yarnpkg.com/@fastify/cors/-/cors-8.4.1.tgz#bd8fece8e175a20059a4c6552f0e7de9e94eafa0" + integrity sha512-iYQJtrY3pFiDS5mo5zRaudzg2OcUdJ96PD6xfkKOOEilly5nnrFZx/W6Sce2T79xxlEn2qpU3t5+qS2phS369w== dependencies: fastify-plugin "^4.0.0" mnemonist "0.39.5"