diff --git a/package-lock.json b/package-lock.json index 892c085c..10cf39d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@astrojs/check": "^0.9.4", "@astrojs/node": "^9.0.0", "@astrojs/tailwind": "^5.1.3", - "@fastify/basic-auth": "^6.0.2", + "@fastify/basic-auth": "^6.0.3", "@fastify/compress": "^8.0.1", "@fastify/middie": "^9.0.2", "@fastify/static": "^8.0.3", @@ -903,9 +903,19 @@ } }, "node_modules/@fastify/basic-auth": { - "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==", + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/@fastify/basic-auth/-/basic-auth-6.0.3.tgz", + "integrity": "sha512-1uFhStk9zFAQQgSdbGVK2BMSEOPyKQ+lPLLkbto8gpqYqISmXLtvD1jz8/5ibf2Q7jI6+Ns4WdKmRQjI8FYiyA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/fastify" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/fastify" + } + ], "dependencies": { "@fastify/error": "^4.0.0", "fastify-plugin": "^5.0.0" diff --git a/package.json b/package.json index 03976fe3..b2a59795 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@astrojs/check": "^0.9.4", "@astrojs/node": "^9.0.0", "@astrojs/tailwind": "^5.1.3", - "@fastify/basic-auth": "^6.0.2", + "@fastify/basic-auth": "^6.0.3", "@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 7b0f3e78..1155bd07 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -21,8 +21,8 @@ importers: specifier: ^5.1.3 version: 5.1.3(astro@5.1.5(@types/node@22.10.2)(jiti@1.21.6)(rollup@4.29.1)(tsx@4.19.2)(typescript@5.7.3)(yaml@2.5.1))(tailwindcss@3.4.17) '@fastify/basic-auth': - specifier: ^6.0.2 - version: 6.0.2 + specifier: ^6.0.3 + version: 6.0.3 '@fastify/compress': specifier: ^8.0.1 version: 8.0.1 @@ -681,8 +681,8 @@ packages: '@fastify/ajv-compiler@4.0.1': resolution: {integrity: sha512-DxrBdgsjNLP0YM6W5Hd6/Fmj43S8zMKiFJYgi+Ri3htTGAowPVG/tG1wpnWLMjufEnehRivUCKZ1pLDIoZdTuw==} - '@fastify/basic-auth@6.0.2': - resolution: {integrity: sha512-tnFVBPGHSqO/+g134I1S1bWxDKBAuByThy35zNdpCls/pyZ/sy7B0TwxtfG6MmESP4WiqwmLUTMfW+YOKe83vA==} + '@fastify/basic-auth@6.0.3': + resolution: {integrity: sha512-1uFhStk9zFAQQgSdbGVK2BMSEOPyKQ+lPLLkbto8gpqYqISmXLtvD1jz8/5ibf2Q7jI6+Ns4WdKmRQjI8FYiyA==} '@fastify/compress@8.0.1': resolution: {integrity: sha512-yWNfKhvL4orfN45LKCHCo8Fcsbj1kdNgwyShw2xpdHfzPf4A3MESmgSfUm3TCKQwgqDdrPnLfy1E+3I/DVP+BQ==} @@ -3359,7 +3359,7 @@ snapshots: ajv-formats: 3.0.1(ajv@8.17.1) fast-uri: 3.0.2 - '@fastify/basic-auth@6.0.2': + '@fastify/basic-auth@6.0.3': dependencies: '@fastify/error': 4.0.0 fastify-plugin: 5.0.1