From cf7cbfc5b036c618c93b12af7c425ed8cc455bbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 03:01:30 +0000 Subject: [PATCH] Bump @fastify/swagger from 8.13.0 to 8.14.0 Bumps [@fastify/swagger](https://github.com/fastify/fastify-swagger) from 8.13.0 to 8.14.0. - [Release notes](https://github.com/fastify/fastify-swagger/releases) - [Commits](https://github.com/fastify/fastify-swagger/compare/v8.13.0...v8.14.0) --- updated-dependencies: - dependency-name: "@fastify/swagger" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 4afd976..2624179 100644 --- a/yarn.lock +++ b/yarn.lock @@ -448,9 +448,9 @@ yaml "^2.2.2" "@fastify/swagger@^8.3.1": - version "8.13.0" - resolved "https://registry.yarnpkg.com/@fastify/swagger/-/swagger-8.13.0.tgz#4439b0d2b92ec2f7d3de7563f3357a3dafcdfd1a" - integrity sha512-N6+qcJ5CwLC7PUMge8rc4y/3pc2y26srNb6bYAJ94Nx7QIrGws8Oe0sExj0eRXeSPBqL2L1O0zVSIz4JQwL/BA== + version "8.14.0" + resolved "https://registry.yarnpkg.com/@fastify/swagger/-/swagger-8.14.0.tgz#112625cf08d1e22e237cf01b38f080eb053da78b" + integrity sha512-sGiznEb3rl6pKGGUZ+JmfI7ct5cwbTQGo+IjewaTvtzfrshnryu4dZwEsjw0YHABpBA+kCz3kpRaHB7qpa67jg== dependencies: fastify-plugin "^4.0.0" json-schema-resolver "^2.0.0"