From 4cb60af03c0f15599ddc7d2014936bba93f0da6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 24 May 2025 17:42:57 +0000 Subject: [PATCH] Bump @fastify/basic-auth from 6.1.0 to 6.2.0 Bumps [@fastify/basic-auth](https://github.com/fastify/fastify-basic-auth) from 6.1.0 to 6.2.0. - [Release notes](https://github.com/fastify/fastify-basic-auth/releases) - [Commits](https://github.com/fastify/fastify-basic-auth/compare/v6.1.0...v6.2.0) --- updated-dependencies: - dependency-name: "@fastify/basic-auth" dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- pnpm-lock.yaml | 10 +++++----- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6f21cf8..8a64d0e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@astrojs/check": "^0.9.4", "@astrojs/node": "^9.2.1", - "@fastify/basic-auth": "^6.0.3", + "@fastify/basic-auth": "^6.2.0", "@fastify/caching": "^9.0.3", "@fastify/compress": "^8.0.1", "@fastify/middie": "^9.0.3", @@ -736,9 +736,9 @@ } }, "node_modules/@fastify/basic-auth": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/@fastify/basic-auth/-/basic-auth-6.1.0.tgz", - "integrity": "sha512-66yA8LpWLUZjCYX5vn6yxtoCG33McFapbUdiVIXqRoTednWGMo4q3xWvYbw91y5leevP0JkM0EjsipMASyPrBQ==", + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/@fastify/basic-auth/-/basic-auth-6.2.0.tgz", + "integrity": "sha512-Ao9Jf8TyW8v7p3CPy++c+E3qcCDeWfAlSIfFo0CsKrfvm81i0OCpnobIMwaSSkg/At0rzsLzbJPDWrgNru0G1w==", "funding": [ { "type": "github", diff --git a/package.json b/package.json index dc7c31d..c4d94a6 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "dependencies": { "@astrojs/check": "^0.9.4", "@astrojs/node": "^9.2.1", - "@fastify/basic-auth": "^6.0.3", + "@fastify/basic-auth": "^6.2.0", "@fastify/caching": "^9.0.3", "@fastify/compress": "^8.0.1", "@fastify/middie": "^9.0.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index bb6910b..7cedd0c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -15,8 +15,8 @@ importers: specifier: ^9.2.1 version: 9.2.1(astro@5.7.13(@types/node@22.14.0)(jiti@2.4.2)(lightningcss@1.29.3)(rollup@4.40.1)(terser@5.39.0)(tsx@4.19.4)(typescript@5.8.3)(yaml@2.7.1)) '@fastify/basic-auth': - specifier: ^6.0.3 - version: 6.1.0 + specifier: ^6.2.0 + version: 6.2.0 '@fastify/caching': specifier: ^9.0.3 version: 9.0.3 @@ -486,8 +486,8 @@ packages: '@fastify/ajv-compiler@4.0.2': resolution: {integrity: sha512-Rkiu/8wIjpsf46Rr+Fitd3HRP+VsxUFDDeag0hs9L0ksfnwx2g7SPQQTFL0E8Qv+rfXzQOxBJnjUB9ITUDjfWQ==} - '@fastify/basic-auth@6.1.0': - resolution: {integrity: sha512-66yA8LpWLUZjCYX5vn6yxtoCG33McFapbUdiVIXqRoTednWGMo4q3xWvYbw91y5leevP0JkM0EjsipMASyPrBQ==} + '@fastify/basic-auth@6.2.0': + resolution: {integrity: sha512-Ao9Jf8TyW8v7p3CPy++c+E3qcCDeWfAlSIfFo0CsKrfvm81i0OCpnobIMwaSSkg/At0rzsLzbJPDWrgNru0G1w==} '@fastify/caching@9.0.3': resolution: {integrity: sha512-5K/2shYpvWHWiSAs59SaCVBoFhHEF8Yz4TTiXZf8YWVDcxuIxw0Adn5eDQ7s132s7vwURNOnCKHBjUQSOI+PLA==} @@ -3298,7 +3298,7 @@ snapshots: ajv-formats: 3.0.1(ajv@8.17.1) fast-uri: 3.0.6 - '@fastify/basic-auth@6.1.0': + '@fastify/basic-auth@6.2.0': dependencies: '@fastify/error': 4.1.0 fastify-plugin: 5.0.1