diff --git a/package.json b/package.json index 9a4494ac..a61f7de8 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "@astrojs/check": "0.9.8", "@astrojs/compiler-rs": "^0.1.6", "@astrojs/mdx": "5.0.3", - "@astrojs/node": "10.0.4", + "@astrojs/node": "10.0.5", "@astrojs/rss": "4.0.18", "@astrojs/sitemap": "^3.7.2", "@mdx-js/mdx": "^3.1.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index fbad8efc..b44f9a08 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -21,8 +21,8 @@ importers: specifier: 5.0.3 version: 5.0.3(astro@6.1.6(@types/node@25.5.2)(jiti@2.6.1)(rollup@4.60.1)(typescript@5.9.3)(yaml@2.8.3)) '@astrojs/node': - specifier: 10.0.4 - version: 10.0.4(astro@6.1.6(@types/node@25.5.2)(jiti@2.6.1)(rollup@4.60.1)(typescript@5.9.3)(yaml@2.8.3)) + specifier: 10.0.5 + version: 10.0.5(astro@6.1.6(@types/node@25.5.2)(jiti@2.6.1)(rollup@4.60.1)(typescript@5.9.3)(yaml@2.8.3)) '@astrojs/rss': specifier: 4.0.18 version: 4.0.18 @@ -422,8 +422,8 @@ packages: peerDependencies: astro: ^6.0.0 - '@astrojs/node@10.0.4': - resolution: {integrity: sha512-7pVgiVSscQHRC2WqjlXcnbbcKMYp2GXrYpmuvdGg5zgA8J1lFm2vmwVhHZFuZK3Ik5PzoxiDROaEgoDGLbfhLw==} + '@astrojs/node@10.0.5': + resolution: {integrity: sha512-rgZiU9nD7zmM3fdmOVuobcNHAyXWx2HXXDLTuxjVCTQ+QmHmL5zkZZhNIL5NjlQtDRAU1i5fVaXp7nAKdET30w==} peerDependencies: astro: ^6.0.0 @@ -6760,7 +6760,7 @@ snapshots: transitivePeerDependencies: - supports-color - '@astrojs/node@10.0.4(astro@6.1.6(@types/node@25.5.2)(jiti@2.6.1)(rollup@4.60.1)(typescript@5.9.3)(yaml@2.8.3))': + '@astrojs/node@10.0.5(astro@6.1.6(@types/node@25.5.2)(jiti@2.6.1)(rollup@4.60.1)(typescript@5.9.3)(yaml@2.8.3))': dependencies: '@astrojs/internal-helpers': 0.8.0 astro: 6.1.6(@types/node@25.5.2)(jiti@2.6.1)(rollup@4.60.1)(typescript@5.9.3)(yaml@2.8.3) diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 7bdb9d76..51320816 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -8,6 +8,8 @@ minimumReleaseAgeExclude: - nodemailer@8.0.4 || 8.0.5 # Renovate security update: astro@6.1.6 - astro@6.1.6 + # Renovate security update: @astrojs/node@10.0.5 + - "@astrojs/node@10.0.5" onlyBuiltDependencies: - cypress - esbuild