Skip to content

Commit aa94f44

Browse files
build(deps): bump fastify-swagger from 5.1.0 to 5.2.0
Bumps [fastify-swagger](https://github.com/fastify/fastify-swagger) from 5.1.0 to 5.2.0. - [Release notes](https://github.com/fastify/fastify-swagger/releases) - [Commits](https://github.com/fastify/fastify-swagger/commits) --- updated-dependencies: - dependency-name: fastify-swagger dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7422bb2 commit aa94f44

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"fastify-env": "2.2.0",
3030
"fastify-oauth2": "4.5.0",
3131
"fastify-server-session": "5.0.1",
32-
"fastify-swagger": "5.1.0",
32+
"fastify-swagger": "5.2.0",
3333
"got": "11.8.3",
3434
"pino": "7.11.0",
3535
"uuid": "8.3.2"

yarn.lock

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2193,16 +2193,25 @@ fastify-static@^4.0.0:
21932193
readable-stream "^3.4.0"
21942194
send "^0.17.1"
21952195

2196-
fastify-swagger@5.1.0:
2197-
version "5.1.0"
2198-
resolved "https://registry.yarnpkg.com/fastify-swagger/-/fastify-swagger-5.1.0.tgz#c00049540cd7c752da67f90beb614f82d27ad4e4"
2199-
integrity sha512-blV4vhuGXrFXo7+yR287D0v4gSxicgOQzfMTWS9nbjA2wIaf+/sxHEmaLUphnKilj3siURb9Bx69gy1eomv8Ng==
2196+
"fastify-swagger-deprecated@npm:fastify-swagger@5.1.1":
2197+
version "5.1.1"
2198+
resolved "https://registry.yarnpkg.com/fastify-swagger/-/fastify-swagger-5.1.1.tgz#9aae3f7edb629c98e534841c3c0a1347f9321cd1"
2199+
integrity sha512-7DA0zS8CCV5r+gbLgWdeeKEwLrVbbOxLMJVUfOl1H9+wSildSLD8hok2TLX7s3c28wOjF8+iZRxsz/hBDzfdIw==
22002200
dependencies:
22012201
fastify-plugin "^3.0.0"
22022202
fastify-static "^4.0.0"
22032203
js-yaml "^4.0.0"
22042204
json-schema-resolver "^1.3.0"
22052205
openapi-types "^10.0.0"
2206+
rfdc "^1.3.0"
2207+
2208+
fastify-swagger@5.2.0:
2209+
version "5.2.0"
2210+
resolved "https://registry.yarnpkg.com/fastify-swagger/-/fastify-swagger-5.2.0.tgz#680cae4352b68b7e064aaaeb36fa1de60ff26dc7"
2211+
integrity sha512-yKct50Mev9YIrhd2FRO4AChcJM9JwTBCziIjA4C+AI+hV2ystaIklgHVEwHoyqlaeQ+B4gZ1Z5rgOE87i4llLg==
2212+
dependencies:
2213+
fastify-swagger-deprecated "npm:fastify-swagger@5.1.1"
2214+
process-warning "^1.0.0"
22062215

22072216
fastify-warning@^0.2.0:
22082217
version "0.2.0"

0 commit comments

Comments
 (0)