From 65d1b641e68fdab2d79b09f15daf48eb0f7ed953 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Sep 2022 12:11:33 +0000 Subject: [PATCH] build(deps): bump @fastify/accepts from 4.0.0 to 4.0.1 (#375) Bumps [@fastify/accepts](https://github.com/fastify/fastify-accepts) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/fastify/fastify-accepts/releases) - [Commits](https://github.com/fastify/fastify-accepts/compare/v4.0.0...v4.0.1) --- updated-dependencies: - dependency-name: "@fastify/accepts" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 30 +++++++++--------------------- package.json | 2 +- 2 files changed, 10 insertions(+), 22 deletions(-) diff --git a/package-lock.json b/package-lock.json index d28936d7..c11616bb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "5.0.6", "license": "MIT", "dependencies": { - "@fastify/accepts": "^4.0.0", + "@fastify/accepts": "^4.0.1", "@fastify/autoload": "^5.2.0", "@fastify/basic-auth": "^4.0.0", "@fastify/bearer-auth": "^8.0.1", @@ -1252,19 +1252,14 @@ } }, "node_modules/@fastify/accepts": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/@fastify/accepts/-/accepts-4.0.0.tgz", - "integrity": "sha512-eRJ6jmW6v46pTyflP2N3LEoUZosJMMe+o8tTWsT5iVpK9Y0cgXsPXqi4QDTHgED0r8LGFPXPX1G7I8JrU6LTng==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/@fastify/accepts/-/accepts-4.0.1.tgz", + "integrity": "sha512-ekyareDwz1i9mNXOdX8Mh1DRU/vDuAf0ht7pvf2vs95/4gYKj54Viztpcb+v745Rgxlq6I+U3n+iO3OiKYcaaQ==", "dependencies": { "accepts": "^1.3.5", - "fastify-plugin": "^3.0.0" + "fastify-plugin": "^4.0.0" } }, - "node_modules/@fastify/accepts/node_modules/fastify-plugin": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/fastify-plugin/-/fastify-plugin-3.0.1.tgz", - "integrity": "sha512-qKcDXmuZadJqdTm6vlCqioEbyewF60b/0LOFCcYN1B6BIZGlYJumWWOYs70SFYLDAH4YqdE1cxH/RKMG7rFxgA==" - }, "node_modules/@fastify/ajv-compiler": { "version": "3.1.2", "resolved": "https://registry.npmjs.org/@fastify/ajv-compiler/-/ajv-compiler-3.1.2.tgz", @@ -11943,19 +11938,12 @@ "integrity": "sha512-4R/N2KfYeld7A5LGkai+iUFMahXcxxYbDp+XS2B1yuL3cdmZLJ9TlCnNzT3q5xFTqsYm0GPpinLUwfSwjcVjyA==" }, "@fastify/accepts": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/@fastify/accepts/-/accepts-4.0.0.tgz", - "integrity": "sha512-eRJ6jmW6v46pTyflP2N3LEoUZosJMMe+o8tTWsT5iVpK9Y0cgXsPXqi4QDTHgED0r8LGFPXPX1G7I8JrU6LTng==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/@fastify/accepts/-/accepts-4.0.1.tgz", + "integrity": "sha512-ekyareDwz1i9mNXOdX8Mh1DRU/vDuAf0ht7pvf2vs95/4gYKj54Viztpcb+v745Rgxlq6I+U3n+iO3OiKYcaaQ==", "requires": { "accepts": "^1.3.5", - "fastify-plugin": "^3.0.0" - }, - "dependencies": { - "fastify-plugin": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/fastify-plugin/-/fastify-plugin-3.0.1.tgz", - "integrity": "sha512-qKcDXmuZadJqdTm6vlCqioEbyewF60b/0LOFCcYN1B6BIZGlYJumWWOYs70SFYLDAH4YqdE1cxH/RKMG7rFxgA==" - } + "fastify-plugin": "^4.0.0" } }, "@fastify/ajv-compiler": { diff --git a/package.json b/package.json index 2f9d6773..6acf40c5 100644 --- a/package.json +++ b/package.json @@ -94,7 +94,7 @@ "prettier": "^2.7.1" }, "dependencies": { - "@fastify/accepts": "^4.0.0", + "@fastify/accepts": "^4.0.1", "@fastify/autoload": "^5.2.0", "@fastify/basic-auth": "^4.0.0", "@fastify/bearer-auth": "^8.0.1",