Skip to content

Commit

Permalink
fix(deps): update dependency @fastify/request-context to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 19, 2024
1 parent e6f9b7b commit 5da5ac0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@fastify/awilix": "5.1.0",
"@fastify/cors": "9.0.1",
"@fastify/helmet": "11.1.1",
"@fastify/request-context": "5.1.0",
"@fastify/request-context": "6.0.0",
"@fastify/swagger": "8.15.0",
"@fastify/swagger-ui": "4.1.1",
"@fastify/type-provider-json-schema-to-ts": "3.0.0",
Expand Down
19 changes: 13 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2022,12 +2022,12 @@ __metadata:
languageName: node
linkType: hard

"@fastify/request-context@npm:5.1.0":
version: 5.1.0
resolution: "@fastify/request-context@npm:5.1.0"
"@fastify/request-context@npm:6.0.0":
version: 6.0.0
resolution: "@fastify/request-context@npm:6.0.0"
dependencies:
fastify-plugin: "npm:^4.0.0"
checksum: 10c0/0905b6a3fdbbab2da5651b26cbcc0f27285a4b411deb3f585a8b026e1180bb94e616f99329f23d5a49f275f638dbf78e3b2706a95c60ed198dd8aa92f7780994
fastify-plugin: "npm:^5.0.0-pre.fv5.1"
checksum: 10c0/9457af796cce0f9764a8e79ae2cd9e267db71b56a77bf4e22c1afd446574dcefde553d9b887235d8a16f648cf0e18e1097664b5b4765909f8d679796bbde5726
languageName: node
linkType: hard

Expand Down Expand Up @@ -8729,7 +8729,7 @@ __metadata:
"@fastify/awilix": "npm:5.1.0"
"@fastify/cors": "npm:9.0.1"
"@fastify/helmet": "npm:11.1.1"
"@fastify/request-context": "npm:5.1.0"
"@fastify/request-context": "npm:6.0.0"
"@fastify/swagger": "npm:8.15.0"
"@fastify/swagger-ui": "npm:4.1.1"
"@fastify/type-provider-json-schema-to-ts": "npm:3.0.0"
Expand Down Expand Up @@ -8794,6 +8794,13 @@ __metadata:
languageName: node
linkType: hard

"fastify-plugin@npm:^5.0.0-pre.fv5.1":
version: 5.0.0
resolution: "fastify-plugin@npm:5.0.0"
checksum: 10c0/9b6b009c7b3e672ce95fa422bb48423987d24631adfc56337a9c99d2816c1a6176af7f68e3aa48df92a288b4020484e5902bad7c6b9c6d87d45917ef5ff660cd
languageName: node
linkType: hard

"fastify@npm:4.28.1":
version: 4.28.1
resolution: "fastify@npm:4.28.1"
Expand Down

0 comments on commit 5da5ac0

Please sign in to comment.