From c862c347194f2f1a04370898f8c877026bdd9ff4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Sep 2022 15:04:30 +0000 Subject: [PATCH] build(deps-dev): bump @fastify/auth from 3.0.2 to 4.0.0 Bumps [@fastify/auth](https://github.com/fastify/fastify-auth) from 3.0.2 to 4.0.0. - [Release notes](https://github.com/fastify/fastify-auth/releases) - [Commits](https://github.com/fastify/fastify-auth/compare/v3.0.2...4.0.0) --- updated-dependencies: - dependency-name: "@fastify/auth" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f971f12..c114ae7 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ }, "homepage": "https://github.com/fastify/fastify-basic-auth#readme", "devDependencies": { - "@fastify/auth": "^3.0.0", + "@fastify/auth": "^4.0.0", "@fastify/pre-commit": "^2.0.2", "@types/node": "^18.0.0", "fastify": "^4.0.0-rc.2",