diff --git a/package-lock.json b/package-lock.json index c8861e2..06b5c74 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "dependencies": { "@fastify/compress": "^8.0.0", - "@fastify/cors": "^9.0.0", + "@fastify/cors": "^10.0.0", "@fastify/postgres": "^6.0.0", "@fastify/rate-limit": "^9.0.0", "@fastify/throttle": "^3.0.0", @@ -105,14 +105,21 @@ } }, "node_modules/@fastify/cors": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/@fastify/cors/-/cors-9.0.1.tgz", - "integrity": "sha512-YY9Ho3ovI+QHIL2hW+9X4XqQjXLjJqsU+sMV/xFsxZkE8p3GNnYVFpoOxF7SsP5ZL76gwvbo3V9L+FIekBGU4Q==", + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/@fastify/cors/-/cors-10.0.0.tgz", + "integrity": "sha512-kb9fkc/LVbLTQ3lhA+ZZjC/Styzysodo/MTCdVCvTtgHa/gBwxrEEkcp3fuoKIfAQt85wksrpXjUGbw5NQffEQ==", + "license": "MIT", "dependencies": { - "fastify-plugin": "^4.0.0", - "mnemonist": "0.39.6" + "fastify-plugin": "^5.0.0", + "mnemonist": "0.39.8" } }, + "node_modules/@fastify/cors/node_modules/fastify-plugin": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/fastify-plugin/-/fastify-plugin-5.0.0.tgz", + "integrity": "sha512-0725fmH/yYi8ugsjszLci+lLnGBK6cG+WSxM7edY2OXJEU7gr2JiGBoieL2h9mhTych1vFsEfXsAsGGDJ/Rd5w==", + "license": "MIT" + }, "node_modules/@fastify/error": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/@fastify/error/-/error-4.0.0.tgz", @@ -570,9 +577,10 @@ } }, "node_modules/mnemonist": { - "version": "0.39.6", - "resolved": "https://registry.npmjs.org/mnemonist/-/mnemonist-0.39.6.tgz", - "integrity": "sha512-A/0v5Z59y63US00cRSLiloEIw3t5G+MiKz4BhX21FI+YBJXBOGW0ohFxTxO08dsOYlzxo87T7vGfZKYp2bcAWA==", + "version": "0.39.8", + "resolved": "https://registry.npmjs.org/mnemonist/-/mnemonist-0.39.8.tgz", + "integrity": "sha512-vyWo2K3fjrUw8YeeZ1zF0fy6Mu59RHokURlld8ymdUPjMlD9EC9ov1/YPqTgqRvUN9nTr3Gqfz29LYAmu0PHPQ==", + "license": "MIT", "dependencies": { "obliterator": "^2.0.1" } diff --git a/package.json b/package.json index 5bc501f..6795628 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@fastify/compress": "^8.0.0", - "@fastify/cors": "^9.0.0", + "@fastify/cors": "^10.0.0", "@fastify/postgres": "^6.0.0", "@fastify/rate-limit": "^9.0.0", "@fastify/throttle": "^3.0.0",