From 537e16af9f4b0fa7d7e023fb392837a14d76461b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 23:37:51 +0000 Subject: [PATCH] chore(deps-dev): bump @fastify/swagger-ui in the fastify group (#344) Bumps the fastify group with 1 update: [@fastify/swagger-ui](https://github.com/fastify/fastify-swagger-ui). Updates `@fastify/swagger-ui` from 5.2.0 to 5.2.1 - [Release notes](https://github.com/fastify/fastify-swagger-ui/releases) - [Commits](https://github.com/fastify/fastify-swagger-ui/compare/v5.2.0...v5.2.1) --- updated-dependencies: - dependency-name: "@fastify/swagger-ui" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: fastify ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 31c6d45..c1f9a2c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1013,11 +1013,20 @@ } }, "node_modules/@fastify/swagger-ui": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/@fastify/swagger-ui/-/swagger-ui-5.2.0.tgz", - "integrity": "sha512-oxL9bcL/ad8J1zXAvG2kMmj9d9mHQSM7Mx92yUk90IhvsTns9xy+GK2wXaNyv8/DFg6HpJOL2NrBAzuUt80j8g==", + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/@fastify/swagger-ui/-/swagger-ui-5.2.1.tgz", + "integrity": "sha512-R78kXg5Ss2/x2v6/N4oYMUEynzRyqJAiylPFoz1MOD01k+LZCrAyCstLuOc4aUwo6R8P2FlYiDdbneAixQK3WA==", "dev": true, - "license": "MIT", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/fastify" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/fastify" + } + ], "dependencies": { "@fastify/static": "^8.0.0", "fastify-plugin": "^5.0.0",