From 627df61c8ec632349d078a93940829731d105d67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 00:40:48 +0000 Subject: [PATCH] chore(deps): bump @fastify/basic-auth from 6.0.1 to 6.0.2 Bumps [@fastify/basic-auth](https://github.com/fastify/fastify-basic-auth) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/fastify/fastify-basic-auth/releases) - [Commits](https://github.com/fastify/fastify-basic-auth/compare/v6.0.1...v6.0.2) --- updated-dependencies: - dependency-name: "@fastify/basic-auth" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- pnpm-lock.yaml | 10 +++++----- 3 files changed, 10 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8b9651a..b29f119 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@astrojs/check": "^0.9.4", "@astrojs/node": "^8.3.4", "@astrojs/tailwind": "^5.1.3", - "@fastify/basic-auth": "^6.0.1", + "@fastify/basic-auth": "^6.0.2", "@fastify/compress": "^8.0.1", "@fastify/middie": "^9.0.2", "@fastify/static": "^8.0.3", @@ -1147,10 +1147,9 @@ } }, "node_modules/@fastify/basic-auth": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/@fastify/basic-auth/-/basic-auth-6.0.1.tgz", - "integrity": "sha512-qEc2GvqqKg6LdkG4/a/95lmOfJVY1iImv+F8hyYtmnQjqihmB1s0GZJUgSUjGpJRZcl7bta09/nKIlRfGbhu1w==", - "license": "MIT", + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/@fastify/basic-auth/-/basic-auth-6.0.2.tgz", + "integrity": "sha512-tnFVBPGHSqO/+g134I1S1bWxDKBAuByThy35zNdpCls/pyZ/sy7B0TwxtfG6MmESP4WiqwmLUTMfW+YOKe83vA==", "dependencies": { "@fastify/error": "^4.0.0", "fastify-plugin": "^5.0.0" diff --git a/package.json b/package.json index 934379b..0908682 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@astrojs/check": "^0.9.4", "@astrojs/node": "^8.3.4", "@astrojs/tailwind": "^5.1.3", - "@fastify/basic-auth": "^6.0.1", + "@fastify/basic-auth": "^6.0.2", "@fastify/compress": "^8.0.1", "@fastify/middie": "^9.0.2", "@fastify/static": "^8.0.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index bc7eaee..ec4c05c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -21,8 +21,8 @@ importers: specifier: ^5.1.3 version: 5.1.3(astro@4.16.2(@types/node@22.10.1)(rollup@4.24.0)(typescript@5.6.3))(tailwindcss@3.4.16) '@fastify/basic-auth': - specifier: ^6.0.1 - version: 6.0.1 + specifier: ^6.0.2 + version: 6.0.2 '@fastify/compress': specifier: ^8.0.1 version: 8.0.1 @@ -609,8 +609,8 @@ packages: '@fastify/ajv-compiler@4.0.1': resolution: {integrity: sha512-DxrBdgsjNLP0YM6W5Hd6/Fmj43S8zMKiFJYgi+Ri3htTGAowPVG/tG1wpnWLMjufEnehRivUCKZ1pLDIoZdTuw==} - '@fastify/basic-auth@6.0.1': - resolution: {integrity: sha512-qEc2GvqqKg6LdkG4/a/95lmOfJVY1iImv+F8hyYtmnQjqihmB1s0GZJUgSUjGpJRZcl7bta09/nKIlRfGbhu1w==} + '@fastify/basic-auth@6.0.2': + resolution: {integrity: sha512-tnFVBPGHSqO/+g134I1S1bWxDKBAuByThy35zNdpCls/pyZ/sy7B0TwxtfG6MmESP4WiqwmLUTMfW+YOKe83vA==} '@fastify/compress@8.0.1': resolution: {integrity: sha512-yWNfKhvL4orfN45LKCHCo8Fcsbj1kdNgwyShw2xpdHfzPf4A3MESmgSfUm3TCKQwgqDdrPnLfy1E+3I/DVP+BQ==} @@ -3337,7 +3337,7 @@ snapshots: ajv-formats: 3.0.1(ajv@8.17.1) fast-uri: 3.0.2 - '@fastify/basic-auth@6.0.1': + '@fastify/basic-auth@6.0.2': dependencies: '@fastify/error': 4.0.0 fastify-plugin: 5.0.1