From 5c9be8975f6fc0e86c133c0646749af7a02be020 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 19:18:03 +0000 Subject: [PATCH] build(deps-dev): bump @fastify/cors from 8.4.1 to 8.4.2 Bumps [@fastify/cors](https://github.com/fastify/fastify-cors) from 8.4.1 to 8.4.2. - [Release notes](https://github.com/fastify/fastify-cors/releases) - [Commits](https://github.com/fastify/fastify-cors/compare/v8.4.1...v8.4.2) --- updated-dependencies: - dependency-name: "@fastify/cors" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9e5b2fb..8803042 100644 --- a/package-lock.json +++ b/package-lock.json @@ -931,9 +931,9 @@ } }, "node_modules/@fastify/cors": { - "version": "8.4.1", - "resolved": "https://registry.npmjs.org/@fastify/cors/-/cors-8.4.1.tgz", - "integrity": "sha512-iYQJtrY3pFiDS5mo5zRaudzg2OcUdJ96PD6xfkKOOEilly5nnrFZx/W6Sce2T79xxlEn2qpU3t5+qS2phS369w==", + "version": "8.4.2", + "resolved": "https://registry.npmjs.org/@fastify/cors/-/cors-8.4.2.tgz", + "integrity": "sha512-IVynbcPG9eWiJ0P/A1B+KynmiU/yTYbu3ooBUSIeHfca/N1XLb9nIJVCws+YTr2q63MA8Y6QLeXQczEv4npM9g==", "dev": true, "dependencies": { "fastify-plugin": "^4.0.0", @@ -10492,9 +10492,9 @@ "dev": true }, "@fastify/cors": { - "version": "8.4.1", - "resolved": "https://registry.npmjs.org/@fastify/cors/-/cors-8.4.1.tgz", - "integrity": "sha512-iYQJtrY3pFiDS5mo5zRaudzg2OcUdJ96PD6xfkKOOEilly5nnrFZx/W6Sce2T79xxlEn2qpU3t5+qS2phS369w==", + "version": "8.4.2", + "resolved": "https://registry.npmjs.org/@fastify/cors/-/cors-8.4.2.tgz", + "integrity": "sha512-IVynbcPG9eWiJ0P/A1B+KynmiU/yTYbu3ooBUSIeHfca/N1XLb9nIJVCws+YTr2q63MA8Y6QLeXQczEv4npM9g==", "dev": true, "requires": { "fastify-plugin": "^4.0.0",