diff --git a/package-lock.json b/package-lock.json index d617cc8e..d7d33277 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0-automated", "license": "MIT", "dependencies": { - "@fastify/cors": "^8.2.0", + "@fastify/cors": "^9.0.1", "@fastify/swagger": "^8.2.1", "@fastify/type-provider-typebox": "^3.5.0", "@sinclair/typebox": "^0.31.25", @@ -988,9 +988,9 @@ } }, "node_modules/@fastify/cors": { - "version": "8.5.0", - "resolved": "https://registry.npmjs.org/@fastify/cors/-/cors-8.5.0.tgz", - "integrity": "sha512-/oZ1QSb02XjP0IK1U0IXktEsw/dUBTxJOW7IpIeO8c/tNalw/KjoNSJv1Sf6eqoBPO+TDGkifq6ynFK3v68HFQ==", + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/@fastify/cors/-/cors-9.0.1.tgz", + "integrity": "sha512-YY9Ho3ovI+QHIL2hW+9X4XqQjXLjJqsU+sMV/xFsxZkE8p3GNnYVFpoOxF7SsP5ZL76gwvbo3V9L+FIekBGU4Q==", "dependencies": { "fastify-plugin": "^4.0.0", "mnemonist": "0.39.6" @@ -9781,9 +9781,9 @@ } }, "@fastify/cors": { - "version": "8.5.0", - "resolved": "https://registry.npmjs.org/@fastify/cors/-/cors-8.5.0.tgz", - "integrity": "sha512-/oZ1QSb02XjP0IK1U0IXktEsw/dUBTxJOW7IpIeO8c/tNalw/KjoNSJv1Sf6eqoBPO+TDGkifq6ynFK3v68HFQ==", + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/@fastify/cors/-/cors-9.0.1.tgz", + "integrity": "sha512-YY9Ho3ovI+QHIL2hW+9X4XqQjXLjJqsU+sMV/xFsxZkE8p3GNnYVFpoOxF7SsP5ZL76gwvbo3V9L+FIekBGU4Q==", "requires": { "fastify-plugin": "^4.0.0", "mnemonist": "0.39.6" diff --git a/package.json b/package.json index 50a02c74..1fbafe3f 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ ] }, "dependencies": { - "@fastify/cors": "^8.2.0", + "@fastify/cors": "^9.0.1", "@fastify/swagger": "^8.2.1", "@fastify/type-provider-typebox": "^3.5.0", "@sinclair/typebox": "^0.31.25",