From 4d373f6b91dd2bbb756e6b3f6f0010d3479e1e14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jan 2022 23:03:40 +0000 Subject: [PATCH] build(deps): bump fastify-bearer-auth from 6.0.0 to 6.1.0 Bumps [fastify-bearer-auth](https://github.com/fastify/fastify-bearer-auth) from 6.0.0 to 6.1.0. - [Release notes](https://github.com/fastify/fastify-bearer-auth/releases) - [Commits](https://github.com/fastify/fastify-bearer-auth/compare/v6.0.0...v6.1.0) --- updated-dependencies: - dependency-name: fastify-bearer-auth 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 88701f34..d5d13d5b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "fastify-accepts": "^2.1.0", "fastify-auth": "^1.1.0", "fastify-autoload": "^3.9.0", - "fastify-bearer-auth": "^6.0.0", + "fastify-bearer-auth": "^6.1.0", "fastify-cors": "^6.0.2", "fastify-disablecache": "^2.0.4", "fastify-floc-off": "^1.0.3", @@ -4341,9 +4341,9 @@ } }, "node_modules/fastify-bearer-auth": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/fastify-bearer-auth/-/fastify-bearer-auth-6.0.0.tgz", - "integrity": "sha512-uGhce0u75Lwc+csNn9bKHgNdEO1mqGsUyf/R1Gqd95fmbI2fTawElG04kvhsjL/V9QPQ32CwE66T7o77FezYwA==", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/fastify-bearer-auth/-/fastify-bearer-auth-6.1.0.tgz", + "integrity": "sha512-qplgYoQ1OipyAMwSlAQVxEhlRnBtYukF6sLmxmfBqFgCdHPkvpZ0gL/AsQfpKFt31wlq4fuHZIymMNaWHVfgcA==", "dependencies": { "fastify-plugin": "^3.0.0" } @@ -13699,9 +13699,9 @@ } }, "fastify-bearer-auth": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/fastify-bearer-auth/-/fastify-bearer-auth-6.0.0.tgz", - "integrity": "sha512-uGhce0u75Lwc+csNn9bKHgNdEO1mqGsUyf/R1Gqd95fmbI2fTawElG04kvhsjL/V9QPQ32CwE66T7o77FezYwA==", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/fastify-bearer-auth/-/fastify-bearer-auth-6.1.0.tgz", + "integrity": "sha512-qplgYoQ1OipyAMwSlAQVxEhlRnBtYukF6sLmxmfBqFgCdHPkvpZ0gL/AsQfpKFt31wlq4fuHZIymMNaWHVfgcA==", "requires": { "fastify-plugin": "^3.0.0" } diff --git a/package.json b/package.json index 7ca140d7..203d4ccd 100644 --- a/package.json +++ b/package.json @@ -94,7 +94,7 @@ "fastify-accepts": "^2.1.0", "fastify-auth": "^1.1.0", "fastify-autoload": "^3.9.0", - "fastify-bearer-auth": "^6.0.0", + "fastify-bearer-auth": "^6.1.0", "fastify-cors": "^6.0.2", "fastify-disablecache": "^2.0.4", "fastify-floc-off": "^1.0.3",