From b3ea3e9b68a3611cfbfae3fbbefffd07de92ee87 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 11 Dec 2020 09:04:25 +0000 Subject: [PATCH] build(deps): bump fastify-cors from 3.0.3 to 5.1.0 Bumps [fastify-cors](https://github.com/fastify/fastify-cors) from 3.0.3 to 5.1.0. - [Release notes](https://github.com/fastify/fastify-cors/releases) - [Commits](https://github.com/fastify/fastify-cors/compare/v3.0.3...v5.1.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 f0ef0e1..ccd24c9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6276,12 +6276,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.1.0", + "resolved": "https://registry.npmjs.org/fastify-cors/-/fastify-cors-5.1.0.tgz", + "integrity": "sha512-PTq4wSBFljXmbFKmp5eKW9gg0m488nXBl+OSTb/vnWXXLvVn7HFk7WKgt7uQVfd9UuksveCGTXipVlus3qhmrw==", "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-openapi-glue": { diff --git a/package.json b/package.json index b664be3..9245c86 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "ajv": "^6.12.0", "dotenv": "^8.2.0", "fastify": "^2.13.0", - "fastify-cors": "^3.0.3", + "fastify-cors": "^5.1.0", "fastify-openapi-glue": "^1.5.1", "glob": "^7.1.6", "js-search": "^2.0.0"