diff --git a/package.json b/package.json index 6c738ba426a5f31b2dac580f07c49597b198d2f6..cd91ec5c34703f9a002dfb09b742cc027ca37770 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "license": "AGPL-3.0-or-later", "dependencies": { "@fastify/autoload": "^5.8.0", - "@fastify/cors": "^8.4.1", + "@fastify/cors": "^8.4.2", "@fastify/formbody": "^7.4.0", "@fastify/helmet": "^11.1.1", "@fastify/sensible": "^5.5.0", diff --git a/yarn.lock b/yarn.lock index 26b6586c913545eb72eb1158e094001e3c5571f7..13b18e9b93b6b5522487e6bf7d6d017589c15dda 100644 --- a/yarn.lock +++ b/yarn.lock @@ -53,10 +53,10 @@ resolved "https://registry.yarnpkg.com/@fastify/autoload/-/autoload-5.8.0.tgz#533257b868a1ac7e65d720c7ff815aa6a53825cc" integrity sha512-bF86vl+1Kk91S41WIL9NrKhcugGQg/cQ959aTaombkCjA+9YAbgVCKKu2lRqtMsosDZ0CNRfVnaLYoHQIDUI2A== -"@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"