From 37adbf9c2c4875681726eca6f993d755b7202495 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 07:33:35 +0000 Subject: [PATCH] chore(deps): bump @fastify/autoload from 5.8.3 to 5.9.0 Bumps [@fastify/autoload](https://github.com/fastify/fastify-autoload) from 5.8.3 to 5.9.0. - [Release notes](https://github.com/fastify/fastify-autoload/releases) - [Commits](https://github.com/fastify/fastify-autoload/compare/v5.8.3...v5.9.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 8e42abe..c531e76 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "2.3.0", "dependencies": { "@fastify/auth": "^4.6.1", - "@fastify/autoload": "^5.8.3", + "@fastify/autoload": "^5.9.0", "@fastify/helmet": "^11.1.1", "@fastify/sensible": "^5.6.0", "@fastify/static": "^7.0.4", @@ -961,9 +961,9 @@ } }, "node_modules/@fastify/autoload": { - "version": "5.8.3", - "resolved": "https://registry.npmjs.org/@fastify/autoload/-/autoload-5.8.3.tgz", - "integrity": "sha512-QR/bd/4EfGwWfk/3kmG8vj2iIXjoDt71AlYVujjJWYBjBh7oIFvxmT25jeVxkIK1ttmM3ycwsWwpg2MLObb54g==" + "version": "5.9.0", + "resolved": "https://registry.npmjs.org/@fastify/autoload/-/autoload-5.9.0.tgz", + "integrity": "sha512-EM/2QKQW2oym0gwuPjhculnqbpqu0mWblxRJvYMTvb7SVRGWBh/SFWTtrNAb46fYIOirJUH95mc+dhYuFq99pg==" }, "node_modules/@fastify/busboy": { "version": "2.1.1", @@ -13292,9 +13292,9 @@ } }, "@fastify/autoload": { - "version": "5.8.3", - "resolved": "https://registry.npmjs.org/@fastify/autoload/-/autoload-5.8.3.tgz", - "integrity": "sha512-QR/bd/4EfGwWfk/3kmG8vj2iIXjoDt71AlYVujjJWYBjBh7oIFvxmT25jeVxkIK1ttmM3ycwsWwpg2MLObb54g==" + "version": "5.9.0", + "resolved": "https://registry.npmjs.org/@fastify/autoload/-/autoload-5.9.0.tgz", + "integrity": "sha512-EM/2QKQW2oym0gwuPjhculnqbpqu0mWblxRJvYMTvb7SVRGWBh/SFWTtrNAb46fYIOirJUH95mc+dhYuFq99pg==" }, "@fastify/busboy": { "version": "2.1.1", diff --git a/package.json b/package.json index 7081de4..84cc0a5 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ }, "dependencies": { "@fastify/auth": "^4.6.1", - "@fastify/autoload": "^5.8.3", + "@fastify/autoload": "^5.9.0", "@fastify/helmet": "^11.1.1", "@fastify/sensible": "^5.6.0", "@fastify/static": "^7.0.4",