From eb1a39b3997e5c01cd2938c17f016475b8623475 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 22:58:40 +0000 Subject: [PATCH] chore(deps): bump @fastify/swagger from 9.2.0 to 9.3.0 (#845) Bumps [@fastify/swagger](https://github.com/fastify/fastify-swagger) from 9.2.0 to 9.3.0. - [Release notes](https://github.com/fastify/fastify-swagger/releases) - [Commits](https://github.com/fastify/fastify-swagger/compare/v9.2.0...v9.3.0) --- updated-dependencies: - dependency-name: "@fastify/swagger" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4bda760b..a53fb431 100644 --- a/package-lock.json +++ b/package-lock.json @@ -482,10 +482,9 @@ } }, "node_modules/@fastify/swagger": { - "version": "9.2.0", - "resolved": "https://registry.npmjs.org/@fastify/swagger/-/swagger-9.2.0.tgz", - "integrity": "sha512-tuy78fW3G4z8EhTdopAu6gXbllFrQBkcYduOmPiEVESZNaLnxR8N80YVu7F6WuMwk7sd9rYGnGo9bxDQChCFjg==", - "license": "MIT", + "version": "9.3.0", + "resolved": "https://registry.npmjs.org/@fastify/swagger/-/swagger-9.3.0.tgz", + "integrity": "sha512-e34xt616umWP8hekeGZIOSVd+U5XxrEDJyCg2yntRchxfAPm7ukUBz+D4NnGkS/kQLIabr5ezF3V2Xw5vWhsdQ==", "dependencies": { "fastify-plugin": "^5.0.0", "json-schema-resolver": "^2.0.0", @@ -6015,9 +6014,9 @@ } }, "@fastify/swagger": { - "version": "9.2.0", - "resolved": "https://registry.npmjs.org/@fastify/swagger/-/swagger-9.2.0.tgz", - "integrity": "sha512-tuy78fW3G4z8EhTdopAu6gXbllFrQBkcYduOmPiEVESZNaLnxR8N80YVu7F6WuMwk7sd9rYGnGo9bxDQChCFjg==", + "version": "9.3.0", + "resolved": "https://registry.npmjs.org/@fastify/swagger/-/swagger-9.3.0.tgz", + "integrity": "sha512-e34xt616umWP8hekeGZIOSVd+U5XxrEDJyCg2yntRchxfAPm7ukUBz+D4NnGkS/kQLIabr5ezF3V2Xw5vWhsdQ==", "requires": { "fastify-plugin": "^5.0.0", "json-schema-resolver": "^2.0.0",