From 9f0c9e58251b7490586edd638fbba23caa2b51cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 23:23:48 +0000 Subject: [PATCH] chore(deps-dev): bump @fastify/swagger in the fastify group Bumps the fastify group with 1 update: [@fastify/swagger](https://github.com/fastify/fastify-swagger). Updates `@fastify/swagger` from 9.4.0 to 9.4.1 - [Release notes](https://github.com/fastify/fastify-swagger/releases) - [Commits](https://github.com/fastify/fastify-swagger/compare/v9.4.0...v9.4.1) --- updated-dependencies: - dependency-name: "@fastify/swagger" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: fastify ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index c1f9a2c..0b1d26e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1000,10 +1000,20 @@ } }, "node_modules/@fastify/swagger": { - "version": "9.4.0", - "resolved": "https://registry.npmjs.org/@fastify/swagger/-/swagger-9.4.0.tgz", - "integrity": "sha512-3hF7asqyNfu41aeDA/ATlIG0RY4XizgaDqPR0nc1Unt3EiXWjkVMiELLaH5WZKNvB4BA/5Wovxdin7N4ii7YHw==", + "version": "9.4.1", + "resolved": "https://registry.npmjs.org/@fastify/swagger/-/swagger-9.4.1.tgz", + "integrity": "sha512-VyQ0tTPYIvjHaaIStrXajTEx2xBf0FjYkXfm6GPWA/aCk5q+85Jl//F37BwxUAC5u4lMColWkktCQfczE3WBrQ==", "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/fastify" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/fastify" + } + ], "dependencies": { "fastify-plugin": "^5.0.0", "json-schema-resolver": "^2.0.0",