From 8c1c3b703f361f6d8215f3e101d0f8331bf58d87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 19:54:29 +0000 Subject: [PATCH] build(deps): bump the fastify-core group with 4 updates (#939) Bumps the fastify-core group with 4 updates: [@fastify/bearer-auth](https://github.com/fastify/fastify-bearer-auth), [@fastify/rate-limit](https://github.com/fastify/fastify-rate-limit), [@fastify/swagger](https://github.com/fastify/fastify-swagger) and [fastify](https://github.com/fastify/fastify). Updates `@fastify/bearer-auth` from 9.1.0 to 9.3.0 - [Release notes](https://github.com/fastify/fastify-bearer-auth/releases) - [Commits](https://github.com/fastify/fastify-bearer-auth/compare/v9.1.0...v9.3.0) Updates `@fastify/rate-limit` from 9.0.1 to 9.1.0 - [Release notes](https://github.com/fastify/fastify-rate-limit/releases) - [Commits](https://github.com/fastify/fastify-rate-limit/compare/v9.0.1...v9.1.0) Updates `@fastify/swagger` from 8.12.1 to 8.14.0 - [Release notes](https://github.com/fastify/fastify-swagger/releases) - [Commits](https://github.com/fastify/fastify-swagger/compare/v8.12.1...v8.14.0) Updates `fastify` from 4.25.1 to 4.25.2 - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/v4.25.1...v4.25.2) --- updated-dependencies: - dependency-name: "@fastify/bearer-auth" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: fastify-core - dependency-name: "@fastify/rate-limit" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: fastify-core - dependency-name: "@fastify/swagger" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: fastify-core - dependency-name: fastify dependency-type: direct:production update-type: version-update:semver-patch dependency-group: fastify-core ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 33 +++++++++++++++++---------------- package.json | 8 ++++---- 2 files changed, 21 insertions(+), 20 deletions(-) diff --git a/package-lock.json b/package-lock.json index ab24153d..91bcee8e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,19 +12,19 @@ "@fastify/accepts": "^4.3.0", "@fastify/autoload": "^5.8.0", "@fastify/basic-auth": "^5.1.1", - "@fastify/bearer-auth": "^9.1.0", + "@fastify/bearer-auth": "^9.3.0", "@fastify/compress": "^6.5.0", "@fastify/cors": "^8.5.0", "@fastify/helmet": "^11.1.1", - "@fastify/rate-limit": "^9.0.1", + "@fastify/rate-limit": "^9.1.0", "@fastify/sensible": "^5.5.0", "@fastify/static": "^6.12.0", - "@fastify/swagger": "^8.12.1", + "@fastify/swagger": "^8.14.0", "@fastify/under-pressure": "^8.3.0", "bcryptjs": "^2.4.3", "dotenv": "^16.3.1", "env-schema": "^5.2.1", - "fastify": "^4.25.1", + "fastify": "^4.25.2", "fastify-disablecache": "^3.1.7", "fastify-floc-off": "^2.1.7", "fastify-json-to-xml": "^1.1.9", @@ -1789,10 +1789,11 @@ } }, "node_modules/@fastify/bearer-auth": { - "version": "9.1.0", - "resolved": "https://registry.npmjs.org/@fastify/bearer-auth/-/bearer-auth-9.1.0.tgz", - "integrity": "sha512-ur2yUktfTHt2EDYcuS4eWUyg6R0wbmYIUl9THxK7kgY03bK0d8jDFgTqQhVwYQHbfWKatY/waXGVfvE6qDekmg==", + "version": "9.3.0", + "resolved": "https://registry.npmjs.org/@fastify/bearer-auth/-/bearer-auth-9.3.0.tgz", + "integrity": "sha512-k2ertyzvveeY7P64+kczNJainIsOj3OvMwFkg+OHmVRebfvN6V0cGaKOgLb8d/UE8zuMfoCSxgIkp9+2HjheUg==", "dependencies": { + "@fastify/error": "^3.4.1", "fastify-plugin": "^4.0.0" } }, @@ -1848,9 +1849,9 @@ } }, "node_modules/@fastify/rate-limit": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/@fastify/rate-limit/-/rate-limit-9.0.1.tgz", - "integrity": "sha512-BNKWtMHyJV+f3TUAQxWacq8dVfJLeTzBOthKpTpkYEBdBRY0cYn2UTPGpHglwZ84o0V+U7pS3wfO4mzF8eXFzg==", + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/@fastify/rate-limit/-/rate-limit-9.1.0.tgz", + "integrity": "sha512-h5dZWCkuZXN0PxwqaFQLxeln8/LNwQwH9popywmDCFdKfgpi4b/HoMH1lluy6P+30CG9yzzpSpwTCIPNB9T1JA==", "dependencies": { "@lukeed/ms": "^2.0.1", "fastify-plugin": "^4.0.0", @@ -1926,9 +1927,9 @@ } }, "node_modules/@fastify/swagger": { - "version": "8.12.1", - "resolved": "https://registry.npmjs.org/@fastify/swagger/-/swagger-8.12.1.tgz", - "integrity": "sha512-0GATwS+a1QHHhTYtyZfoIpRD5lL1XlDSiV2DqsTVMQxKpL18kx5o6oMz0l0rtFr4883XIGiRuvTv2rxFRIxp4Q==", + "version": "8.14.0", + "resolved": "https://registry.npmjs.org/@fastify/swagger/-/swagger-8.14.0.tgz", + "integrity": "sha512-sGiznEb3rl6pKGGUZ+JmfI7ct5cwbTQGo+IjewaTvtzfrshnryu4dZwEsjw0YHABpBA+kCz3kpRaHB7qpa67jg==", "dependencies": { "fastify-plugin": "^4.0.0", "json-schema-resolver": "^2.0.0", @@ -5369,9 +5370,9 @@ "integrity": "sha512-eel5UKGn369gGEWOqBShmFJWfq/xSJvsgDzgLYC845GneayWvXBf0lJCBn5qTABfewy1ZDPoaR5OZCP+kssfuw==" }, "node_modules/fastify": { - "version": "4.25.1", - "resolved": "https://registry.npmjs.org/fastify/-/fastify-4.25.1.tgz", - "integrity": "sha512-D8d0rv61TwqoAS7lom2tvIlgVMlx88lLsiwXyWNjA7CU/LC/mx/Gp2WAlC0S/ABq19U+y/aRvYFG5xLUu2aMrg==", + "version": "4.25.2", + "resolved": "https://registry.npmjs.org/fastify/-/fastify-4.25.2.tgz", + "integrity": "sha512-SywRouGleDHvRh054onj+lEZnbC1sBCLkR0UY3oyJwjD4BdZJUrxBqfkfCaqn74pVCwBaRHGuL3nEWeHbHzAfw==", "dependencies": { "@fastify/ajv-compiler": "^3.5.0", "@fastify/error": "^3.4.0", diff --git a/package.json b/package.json index 1f1b1516..91e3afe9 100644 --- a/package.json +++ b/package.json @@ -106,19 +106,19 @@ "@fastify/accepts": "^4.3.0", "@fastify/autoload": "^5.8.0", "@fastify/basic-auth": "^5.1.1", - "@fastify/bearer-auth": "^9.1.0", + "@fastify/bearer-auth": "^9.3.0", "@fastify/compress": "^6.5.0", "@fastify/cors": "^8.5.0", "@fastify/helmet": "^11.1.1", - "@fastify/rate-limit": "^9.0.1", + "@fastify/rate-limit": "^9.1.0", "@fastify/sensible": "^5.5.0", "@fastify/static": "^6.12.0", - "@fastify/swagger": "^8.12.1", + "@fastify/swagger": "^8.14.0", "@fastify/under-pressure": "^8.3.0", "bcryptjs": "^2.4.3", "dotenv": "^16.3.1", "env-schema": "^5.2.1", - "fastify": "^4.25.1", + "fastify": "^4.25.2", "fastify-disablecache": "^3.1.7", "fastify-floc-off": "^2.1.7", "fastify-json-to-xml": "^1.1.9",