From dbc8903be97821d703ecb50c8c249540ad5ee60b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Aug 2022 09:41:18 +0000 Subject: [PATCH] build(deps): bump @fastify/autoload from 5.1.0 to 5.2.0 Bumps [@fastify/autoload](https://github.com/fastify/fastify-autoload) from 5.1.0 to 5.2.0. - [Release notes](https://github.com/fastify/fastify-autoload/releases) - [Commits](https://github.com/fastify/fastify-autoload/compare/v5.1.0...v5.2.0) --- updated-dependencies: - dependency-name: "@fastify/autoload" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index f30218b8..d49a901b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@fastify/accepts": "^4.0.0", "@fastify/auth": "^3.0.2", - "@fastify/autoload": "^5.1.0", + "@fastify/autoload": "^5.2.0", "@fastify/bearer-auth": "^8.0.1", "@fastify/cors": "^8.1.0", "@fastify/helmet": "^9.1.0", @@ -1023,9 +1023,9 @@ "integrity": "sha512-qKcDXmuZadJqdTm6vlCqioEbyewF60b/0LOFCcYN1B6BIZGlYJumWWOYs70SFYLDAH4YqdE1cxH/RKMG7rFxgA==" }, "node_modules/@fastify/autoload": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/@fastify/autoload/-/autoload-5.1.0.tgz", - "integrity": "sha512-FcZf3sy/8P6GObc6g2MrRqW1ricDtUm/xDK9i1PNH4Aaqj83DkkmADWTyQvE92OR0gy5EjPGPUcBHY7NzvHRUg==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/@fastify/autoload/-/autoload-5.2.0.tgz", + "integrity": "sha512-qpLVPQM+JCiGvRdybGRz8dty3HRJtKgYRCagslyAiVecN+g/xHvB0gR8I1PiOvek2NQFIs3WPDxz2nLBoXqB2A==", "dependencies": { "pkg-up": "^3.1.0" } @@ -9682,9 +9682,9 @@ } }, "@fastify/autoload": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/@fastify/autoload/-/autoload-5.1.0.tgz", - "integrity": "sha512-FcZf3sy/8P6GObc6g2MrRqW1ricDtUm/xDK9i1PNH4Aaqj83DkkmADWTyQvE92OR0gy5EjPGPUcBHY7NzvHRUg==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/@fastify/autoload/-/autoload-5.2.0.tgz", + "integrity": "sha512-qpLVPQM+JCiGvRdybGRz8dty3HRJtKgYRCagslyAiVecN+g/xHvB0gR8I1PiOvek2NQFIs3WPDxz2nLBoXqB2A==", "requires": { "pkg-up": "^3.1.0" } diff --git a/package.json b/package.json index fa1ae0b2..4251e05d 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "dependencies": { "@fastify/accepts": "^4.0.0", "@fastify/auth": "^3.0.2", - "@fastify/autoload": "^5.1.0", + "@fastify/autoload": "^5.2.0", "@fastify/bearer-auth": "^8.0.1", "@fastify/cors": "^8.1.0", "@fastify/helmet": "^9.1.0",