From e44dcf0a8627d352e9b668a5fe2df79b788e97d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 19:02:01 +0000 Subject: [PATCH] Bump @fastify/accepts from 4.3.0 to 5.0.1 Bumps [@fastify/accepts](https://github.com/fastify/fastify-accepts) from 4.3.0 to 5.0.1. - [Release notes](https://github.com/fastify/fastify-accepts/releases) - [Commits](https://github.com/fastify/fastify-accepts/compare/v4.3.0...v5.0.1) --- updated-dependencies: - dependency-name: "@fastify/accepts" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++++------- package.json | 2 +- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index e26382c..452a875 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "@apidevtools/json-schema-ref-parser": "^11.7.2", - "@fastify/accepts": "^4.3.0", + "@fastify/accepts": "^5.0.1", "@mia-platform/custom-plugin-lib": "^6.0.3", "ajv": "^8.17.1", "commander": "^11.1.0", @@ -1101,15 +1101,19 @@ } }, "node_modules/@fastify/accepts": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/@fastify/accepts/-/accepts-4.3.0.tgz", - "integrity": "sha512-QK4FoqXdwwPmaPOLL6NrxsyaXVvdviYVoS6ltHyOLdFlUyREIaMykHQIp+x0aJz9hB3B3n/Ht6QRdvBeGkptGQ==", - "license": "MIT", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/@fastify/accepts/-/accepts-5.0.1.tgz", + "integrity": "sha512-8ji2MGTbceSnAXKYx/U9iWt6Fmf0zJovh0meO5rpwYS/vy0Z3QIR2J/hKmbcTpYfMu5NUliNpsAtMavmzBQhmA==", "dependencies": { - "accepts": "^1.3.5", - "fastify-plugin": "^4.0.0" + "accepts": "^1.3.8", + "fastify-plugin": "^5.0.0" } }, + "node_modules/@fastify/accepts/node_modules/fastify-plugin": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/fastify-plugin/-/fastify-plugin-5.0.1.tgz", + "integrity": "sha512-HCxs+YnRaWzCl+cWRYFnHmeRFyR5GVnJTAaCJQiYzQSDwK9MgJdyAsuL3nh0EWRCYMgQ5MeziymvmAhUHYHDUQ==" + }, "node_modules/@fastify/ajv-compiler": { "version": "3.6.0", "resolved": "https://registry.npmjs.org/@fastify/ajv-compiler/-/ajv-compiler-3.6.0.tgz", diff --git a/package.json b/package.json index e6ecaf4..7edf893 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ }, "dependencies": { "@apidevtools/json-schema-ref-parser": "^11.7.2", - "@fastify/accepts": "^4.3.0", + "@fastify/accepts": "^5.0.1", "@mia-platform/custom-plugin-lib": "^6.0.3", "ajv": "^8.17.1", "commander": "^11.1.0",