diff --git a/package.json b/package.json index dd63bb7f..363beb3b 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "devDependencies": { "@book000/node-utils": "1.11.7", "@fastify/basic-auth": "5.1.1", - "@fastify/cors": "8.4.1", + "@fastify/cors": "8.4.2", "@types/cheerio": "0.22.35", "@types/node": "20.10.3", "@types/web-push": "3.6.3", diff --git a/yarn.lock b/yarn.lock index 7732e749..0abc77e9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -149,10 +149,10 @@ "@fastify/error" "^3.0.0" fastify-plugin "^4.0.0" -"@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== +"@fastify/cors@8.4.2": + version "8.4.2" + resolved "https://registry.yarnpkg.com/@fastify/cors/-/cors-8.4.2.tgz#5a3af71a356def991d49d78fe9982fba504d3d0a" + integrity sha512-IVynbcPG9eWiJ0P/A1B+KynmiU/yTYbu3ooBUSIeHfca/N1XLb9nIJVCws+YTr2q63MA8Y6QLeXQczEv4npM9g== dependencies: fastify-plugin "^4.0.0" mnemonist "0.39.5"