diff --git a/package-lock.json b/package-lock.json index 0ffe889ca..760950fb7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3317,9 +3317,9 @@ "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" }, "node_modules/@fastify/cors": { - "version": "8.3.0", - "resolved": "https://registry.npmjs.org/@fastify/cors/-/cors-8.3.0.tgz", - "integrity": "sha512-oj9xkka2Tg0MrwuKhsSUumcAkfp2YCnKxmFEusi01pjk1YrdDsuSYTHXEelWNW+ilSy/ApZq0c2SvhKrLX0H1g==", + "version": "8.4.0", + "resolved": "https://registry.npmjs.org/@fastify/cors/-/cors-8.4.0.tgz", + "integrity": "sha512-MlVvMTenltToByTpLwlWtO+7dQ3l2J+1OpmGrx9JpSNWo1d+dhfNCOi23zHhxdFhtpDzfwGwCsKu9DTeG7k7nQ==", "dependencies": { "fastify-plugin": "^4.0.0", "mnemonist": "0.39.5" @@ -17900,7 +17900,7 @@ "name": "@netwerk-digitaal-erfgoed/network-of-terms-graphql", "license": "EUPL", "dependencies": { - "@fastify/cors": "8.3.0", + "@fastify/cors": "8.4.0", "@hapi/hoek": "11.0.2", "@netwerk-digitaal-erfgoed/network-of-terms-catalog": "*", "@netwerk-digitaal-erfgoed/network-of-terms-query": "*", @@ -17983,7 +17983,7 @@ "license": "EUPL-1.2", "dependencies": { "@fastify/accepts": "4.2.0", - "@fastify/cors": "8.3.0", + "@fastify/cors": "8.4.0", "@fastify/formbody": "7.4.0", "@hapi/hoek": "11.0.2", "@netwerk-digitaal-erfgoed/network-of-terms-catalog": "*", diff --git a/packages/network-of-terms-graphql/package.json b/packages/network-of-terms-graphql/package.json index 65335e579..b235c2ba4 100644 --- a/packages/network-of-terms-graphql/package.json +++ b/packages/network-of-terms-graphql/package.json @@ -7,7 +7,7 @@ "build/" ], "dependencies": { - "@fastify/cors": "8.3.0", + "@fastify/cors": "8.4.0", "@hapi/hoek": "11.0.2", "@netwerk-digitaal-erfgoed/network-of-terms-catalog": "*", "@netwerk-digitaal-erfgoed/network-of-terms-query": "*", diff --git a/packages/network-of-terms-reconciliation/package.json b/packages/network-of-terms-reconciliation/package.json index 430c82e01..2fdb15d47 100644 --- a/packages/network-of-terms-reconciliation/package.json +++ b/packages/network-of-terms-reconciliation/package.json @@ -7,7 +7,7 @@ }, "dependencies": { "@fastify/accepts": "4.2.0", - "@fastify/cors": "8.3.0", + "@fastify/cors": "8.4.0", "@fastify/formbody": "7.4.0", "@hapi/hoek": "11.0.2", "@netwerk-digitaal-erfgoed/network-of-terms-catalog": "*",