From 5e64550493f77d318b7c3f4c48735ef256302a85 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 7 Dec 2020 10:57:45 +0000 Subject: [PATCH] Bump fastify-cors from 3.0.3 to 5.0.0 Bumps [fastify-cors](https://github.com/fastify/fastify-cors) from 3.0.3 to 5.0.0. - [Release notes](https://github.com/fastify/fastify-cors/releases) - [Commits](https://github.com/fastify/fastify-cors/compare/v3.0.3...v5.0.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 15 +++++++++++---- package.json | 2 +- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index c4683997..10fede92 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3555,12 +3555,19 @@ } }, "fastify-cors": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/fastify-cors/-/fastify-cors-3.0.3.tgz", - "integrity": "sha512-SDMa+GtyTTAU7pWZwY4fukb/VwCZ4c30p0oEaE7/d/+VCvceB1+NzW2udp2dSZZfWR7J1kUookCpw2dLmtAsSw==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/fastify-cors/-/fastify-cors-5.0.0.tgz", + "integrity": "sha512-r7nQCEewNlwCF98ovNDlG89Et5tpbt+aYNLyTY3l2bwH213ZndKwhgqtlqWsJHOQ5naIRgwgzzkUbHVOYVL3/g==", "requires": { - "fastify-plugin": "^1.6.0", + "fastify-plugin": "^3.0.0", "vary": "^1.1.2" + }, + "dependencies": { + "fastify-plugin": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/fastify-plugin/-/fastify-plugin-3.0.0.tgz", + "integrity": "sha512-ZdCvKEEd92DNLps5n0v231Bha8bkz1DjnPP/aEz37rz/q42Z5JVLmgnqR4DYuNn3NXAO3IDCPyRvgvxtJ4Ym4w==" + } } }, "fastify-helmet": { diff --git a/package.json b/package.json index 45e82ea2..986a5256 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "axios": "^0.21.0", "dotenv": "^8.2.0", "fastify": "^2.15.1", - "fastify-cors": "^3.0.3", + "fastify-cors": "^5.0.0", "fastify-helmet": "^3.0.2", "husky": "^4.3.5", "jest": "^25.5.4",