Skip to content

Commit

Permalink
fix(deps): update dependency @fastify/swagger to v9.4.2 (#374)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 19, 2025
1 parent bdf8430 commit e79f853
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@fastify/cors": "10.0.2",
"@fastify/helmet": "13.0.1",
"@fastify/request-context": "6.0.2",
"@fastify/swagger": "9.4.1",
"@fastify/swagger": "9.4.2",
"@fastify/swagger-ui": "5.2.1",
"@fastify/type-provider-json-schema-to-ts": "4.0.1",
"@fastify/type-provider-typebox": "5.1.0",
Expand Down
29 changes: 18 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1992,16 +1992,16 @@ __metadata:
languageName: node
linkType: hard

"@fastify/swagger@npm:9.4.1":
version: 9.4.1
resolution: "@fastify/swagger@npm:9.4.1"
"@fastify/swagger@npm:9.4.2":
version: 9.4.2
resolution: "@fastify/swagger@npm:9.4.2"
dependencies:
fastify-plugin: "npm:^5.0.0"
json-schema-resolver: "npm:^2.0.0"
json-schema-resolver: "npm:^3.0.0"
openapi-types: "npm:^12.1.3"
rfdc: "npm:^1.3.1"
yaml: "npm:^2.4.2"
checksum: 10c0/c90d1c388b1b183a10d96a5af7515c1dbc68b74eb260c1c8aeee9ae4e1342da5ae245fc458fab439e0c1aaea6bcb0560094f26616b4f6e12b72742f22b2c2874
checksum: 10c0/a23c1ff72c2c7b3323ac11afbb80e5086cf8e284967bf75e8e95278a09c3bf176c2ceab2ff481d6bfc6aff1dfda26eba807dfe196fde19d9e4b8ed5baa03c584
languageName: node
linkType: hard

Expand Down Expand Up @@ -8135,6 +8135,13 @@ __metadata:
languageName: node
linkType: hard

"fast-uri@npm:^3.0.5":
version: 3.0.5
resolution: "fast-uri@npm:3.0.5"
checksum: 10c0/f5501fd849e02f16f1730d2c8628078718c492b5bc00198068bc5c2880363ae948287fdc8cebfff47465229b517dbeaf668866fbabdff829b4138a899e5c2ba3
languageName: node
linkType: hard

"fast-xml-parser@npm:4.4.1":
version: 4.4.1
resolution: "fast-xml-parser@npm:4.4.1"
Expand Down Expand Up @@ -8181,7 +8188,7 @@ __metadata:
"@fastify/cors": "npm:10.0.2"
"@fastify/helmet": "npm:13.0.1"
"@fastify/request-context": "npm:6.0.2"
"@fastify/swagger": "npm:9.4.1"
"@fastify/swagger": "npm:9.4.2"
"@fastify/swagger-ui": "npm:5.2.1"
"@fastify/type-provider-json-schema-to-ts": "npm:4.0.1"
"@fastify/type-provider-typebox": "npm:5.1.0"
Expand Down Expand Up @@ -10206,14 +10213,14 @@ __metadata:
languageName: node
linkType: hard

"json-schema-resolver@npm:^2.0.0":
version: 2.0.0
resolution: "json-schema-resolver@npm:2.0.0"
"json-schema-resolver@npm:^3.0.0":
version: 3.0.0
resolution: "json-schema-resolver@npm:3.0.0"
dependencies:
debug: "npm:^4.1.1"
fast-uri: "npm:^3.0.5"
rfdc: "npm:^1.1.4"
uri-js: "npm:^4.2.2"
checksum: 10c0/d838ae7e955ed7a16cb45702abecf302a656d0ba7bb30843947ffc2d1c9554bcd18b93afa1132ab1e519ae2b0b7ef621d720efb82c5516978ac94532d3a39f07
checksum: 10c0/f84edefb65da8833ee5949415abf599ebe18bec82ebf8f154b3565490552eaf1d9c6389d7310e5cdb611a21e655baaf20025f005c9222885ab69a092afd3f011
languageName: node
linkType: hard

Expand Down

0 comments on commit e79f853

Please sign in to comment.