From 16ce347684e4b406660dfc1ea0fd93a4ca3c0dd1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 07:21:30 +0000 Subject: [PATCH] chore(deps): bump @fastify/autoload from 6.0.1 to 6.0.2 (#632) Bumps [@fastify/autoload](https://github.com/fastify/fastify-autoload) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/fastify/fastify-autoload/releases) - [Commits](https://github.com/fastify/fastify-autoload/compare/v6.0.1...v6.0.2) --- updated-dependencies: - dependency-name: "@fastify/autoload" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 49db41d..71f1f04 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": "^6.0.1", + "@fastify/autoload": "^6.0.2", "@fastify/helmet": "^12.0.1", "@fastify/sensible": "^5.6.0", "@fastify/static": "^7.0.4", @@ -719,9 +719,9 @@ } }, "node_modules/@fastify/autoload": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/@fastify/autoload/-/autoload-6.0.1.tgz", - "integrity": "sha512-NVVu/g9yUFkv4nNxsDHhNKz37jINXlPxwNYbA4Hu8pnho6sDVeKo24pt+dnax1SeUapxxs/yulXukbUai6Aebw==" + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/@fastify/autoload/-/autoload-6.0.2.tgz", + "integrity": "sha512-efRwk2KKTPERxHEnzabK+w2pGxBExCCYixPYUMqtLd++Xsoh4h5Rrq8D2xZDq2BQ8hTFI1rzGLkHWsz40wgoWA==" }, "node_modules/@fastify/deepmerge": { "version": "1.1.0", @@ -12466,9 +12466,9 @@ } }, "@fastify/autoload": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/@fastify/autoload/-/autoload-6.0.1.tgz", - "integrity": "sha512-NVVu/g9yUFkv4nNxsDHhNKz37jINXlPxwNYbA4Hu8pnho6sDVeKo24pt+dnax1SeUapxxs/yulXukbUai6Aebw==" + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/@fastify/autoload/-/autoload-6.0.2.tgz", + "integrity": "sha512-efRwk2KKTPERxHEnzabK+w2pGxBExCCYixPYUMqtLd++Xsoh4h5Rrq8D2xZDq2BQ8hTFI1rzGLkHWsz40wgoWA==" }, "@fastify/deepmerge": { "version": "1.1.0", diff --git a/package.json b/package.json index 689bb9a..bc71766 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ }, "dependencies": { "@fastify/auth": "^4.6.1", - "@fastify/autoload": "^6.0.1", + "@fastify/autoload": "^6.0.2", "@fastify/helmet": "^12.0.1", "@fastify/sensible": "^5.6.0", "@fastify/static": "^7.0.4",