Skip to content

Commit fc3511d

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] <[email protected]>
1 parent 80aeb9a commit fc3511d

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.1.1",
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
@@ -2185,16 +2185,25 @@ fastify-static@^4.0.0:
21852185
readable-stream "^3.4.0"
21862186
send "^0.17.1"
21872187

2188-
fastify-swagger@5.1.0:
2189-
version "5.1.0"
2190-
resolved "https://registry.yarnpkg.com/fastify-swagger/-/fastify-swagger-5.1.0.tgz#c00049540cd7c752da67f90beb614f82d27ad4e4"
2191-
integrity sha512-blV4vhuGXrFXo7+yR287D0v4gSxicgOQzfMTWS9nbjA2wIaf+/sxHEmaLUphnKilj3siURb9Bx69gy1eomv8Ng==
2188+
"fastify-swagger-deprecated@npm:fastify-swagger@5.1.1":
2189+
version "5.1.1"
2190+
resolved "https://registry.yarnpkg.com/fastify-swagger/-/fastify-swagger-5.1.1.tgz#9aae3f7edb629c98e534841c3c0a1347f9321cd1"
2191+
integrity sha512-7DA0zS8CCV5r+gbLgWdeeKEwLrVbbOxLMJVUfOl1H9+wSildSLD8hok2TLX7s3c28wOjF8+iZRxsz/hBDzfdIw==
21922192
dependencies:
21932193
fastify-plugin "^3.0.0"
21942194
fastify-static "^4.0.0"
21952195
js-yaml "^4.0.0"
21962196
json-schema-resolver "^1.3.0"
21972197
openapi-types "^10.0.0"
2198+
rfdc "^1.3.0"
2199+
2200+
2201+
version "5.2.0"
2202+
resolved "https://registry.yarnpkg.com/fastify-swagger/-/fastify-swagger-5.2.0.tgz#680cae4352b68b7e064aaaeb36fa1de60ff26dc7"
2203+
integrity sha512-yKct50Mev9YIrhd2FRO4AChcJM9JwTBCziIjA4C+AI+hV2ystaIklgHVEwHoyqlaeQ+B4gZ1Z5rgOE87i4llLg==
2204+
dependencies:
2205+
fastify-swagger-deprecated "npm:[email protected]"
2206+
process-warning "^1.0.0"
21982207

21992208
fastify-warning@^0.2.0:
22002209
version "0.2.0"

0 commit comments

Comments
 (0)