From ed67d1d6e414685cf45530ec02cfe1101c17a2c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 05:53:56 +0000 Subject: [PATCH] Bump the fastify group with 2 updates Bumps the fastify group with 2 updates: [@fastify/awilix](https://github.com/fastify/fastify-awilix) and [@fastify/swagger](https://github.com/fastify/fastify-swagger). Updates `@fastify/awilix` from 6.0.1 to 6.0.2 - [Release notes](https://github.com/fastify/fastify-awilix/releases) - [Commits](https://github.com/fastify/fastify-awilix/compare/v6.0.1...v6.0.2) Updates `@fastify/swagger` from 9.3.0 to 9.4.0 - [Release notes](https://github.com/fastify/fastify-swagger/releases) - [Commits](https://github.com/fastify/fastify-swagger/compare/v9.3.0...v9.4.0) --- updated-dependencies: - dependency-name: "@fastify/awilix" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: fastify - dependency-name: "@fastify/swagger" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: fastify ... Signed-off-by: dependabot[bot] --- package-lock.json | 17 ++++++++--------- package.json | 4 ++-- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 747f0a21..7486d9aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,12 +12,12 @@ "@aws-sdk/client-sqs": "^3.693.0", "@aws-sdk/credential-providers": "^3.693.0", "@fastify/auth": "^5.0.1", - "@fastify/awilix": "^6.0.1", + "@fastify/awilix": "^6.0.2", "@fastify/cors": "^10.0.1", "@fastify/helmet": "^12.0.1", "@fastify/jwt": "^9.0.1", "@fastify/schedule": "^5.0.2", - "@fastify/swagger": "^9.3.0", + "@fastify/swagger": "^9.4.0", "@lokalise/backend-http-client": "^2.4.0", "@lokalise/background-jobs-common": "^8.0.0", "@lokalise/fastify-extras": "^25.2.0", @@ -1800,10 +1800,9 @@ } }, "node_modules/@fastify/awilix": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/@fastify/awilix/-/awilix-6.0.1.tgz", - "integrity": "sha512-kakNOpHoG7PglDogZYP06x9jykSkrvIN7IzxKjGumhe2bHBiHggV1FizL24w/OoIgkiHbPZ6vUHvyg03waIWHQ==", - "license": "MIT", + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/@fastify/awilix/-/awilix-6.0.2.tgz", + "integrity": "sha512-1ACa3RjmbBR5Teb+iZN9bXXsqxyzT2NwO7UA8HDWZWL6LelvoIyiDpDdPnDYwF9bLL4yKyP0l+LdU7PTm7GbzQ==", "dependencies": { "awilix-manager": "^5.1.0", "fastify-plugin": "^5.0.0" @@ -1883,9 +1882,9 @@ } }, "node_modules/@fastify/swagger": { - "version": "9.3.0", - "resolved": "https://registry.npmjs.org/@fastify/swagger/-/swagger-9.3.0.tgz", - "integrity": "sha512-e34xt616umWP8hekeGZIOSVd+U5XxrEDJyCg2yntRchxfAPm7ukUBz+D4NnGkS/kQLIabr5ezF3V2Xw5vWhsdQ==", + "version": "9.4.0", + "resolved": "https://registry.npmjs.org/@fastify/swagger/-/swagger-9.4.0.tgz", + "integrity": "sha512-3hF7asqyNfu41aeDA/ATlIG0RY4XizgaDqPR0nc1Unt3EiXWjkVMiELLaH5WZKNvB4BA/5Wovxdin7N4ii7YHw==", "dependencies": { "fastify-plugin": "^5.0.0", "json-schema-resolver": "^2.0.0", diff --git a/package.json b/package.json index 494a18f2..061ad58b 100644 --- a/package.json +++ b/package.json @@ -38,12 +38,12 @@ "@aws-sdk/client-sqs": "^3.693.0", "@aws-sdk/credential-providers": "^3.693.0", "@fastify/auth": "^5.0.1", - "@fastify/awilix": "^6.0.1", + "@fastify/awilix": "^6.0.2", "@fastify/cors": "^10.0.1", "@fastify/helmet": "^12.0.1", "@fastify/jwt": "^9.0.1", "@fastify/schedule": "^5.0.2", - "@fastify/swagger": "^9.3.0", + "@fastify/swagger": "^9.4.0", "@lokalise/backend-http-client": "^2.4.0", "@lokalise/background-jobs-common": "^8.0.0", "@lokalise/fastify-extras": "^25.2.0",