Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency @fastify/awilix to v6.0.1 #166

Merged
merged 1 commit into from
Sep 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
},
"dependencies": {
"@fastify/autoload": "6.0.1",
"@fastify/awilix": "6.0.0",
"@fastify/awilix": "6.0.1",
"@fastify/cors": "10.0.0",
"@fastify/helmet": "12.0.0",
"@fastify/request-context": "6.0.1",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1967,16 +1967,16 @@ __metadata:
languageName: node
linkType: hard

"@fastify/awilix@npm:6.0.0":
version: 6.0.0
resolution: "@fastify/awilix@npm:6.0.0"
"@fastify/awilix@npm:6.0.1":
version: 6.0.1
resolution: "@fastify/awilix@npm:6.0.1"
dependencies:
awilix-manager: "npm:^5.1.0"
fastify-plugin: "npm:^5.0.0"
peerDependencies:
awilix: ">=9.0.0"
fastify: ^5.0.0-alpha.4
checksum: 10c0/97b71894faad56ace5e8caaee4936fe4af47906c708d29af5a152da0356e18c4722a211205093570d0d40150c9ccc3156c0945e66ca77777b32ad555a192026e
fastify: ^5.0.0
checksum: 10c0/a407f6df2e3b56e44712c51c399ace9df9ac63e5e5b607c06a95f4ed66979a8b84e4b8ad7dd15e3fea6b6969dc7a995b7cc7a21d8305222b314f94dd6c23bf1d
languageName: node
linkType: hard

Expand Down Expand Up @@ -8325,7 +8325,7 @@ __metadata:
"@eslint/compat": "npm:1.1.1"
"@eslint/js": "npm:9.11.0"
"@fastify/autoload": "npm:6.0.1"
"@fastify/awilix": "npm:6.0.0"
"@fastify/awilix": "npm:6.0.1"
"@fastify/cors": "npm:10.0.0"
"@fastify/helmet": "npm:12.0.0"
"@fastify/request-context": "npm:6.0.1"
Expand Down