From 24c45e3c1b71ecbc13d58f17f7483887f5457811 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 00:34:41 +0000 Subject: [PATCH] Bump @astrojs/node from 9.4.6 to 9.5.0 in /client Bumps [@astrojs/node](https://github.com/withastro/astro/tree/HEAD/packages/integrations/node) from 9.4.6 to 9.5.0. - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/node/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/node@9.5.0/packages/integrations/node) --- updated-dependencies: - dependency-name: "@astrojs/node" dependency-version: 9.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- client/package-lock.json | 8 ++++---- client/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 5ed0b5b4..2076ee10 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.1", "dependencies": { "@astrojs/check": "^0.9.5", - "@astrojs/node": "^9.4.6", + "@astrojs/node": "^9.5.0", "@astrojs/svelte": "^7.2.1", "@tailwindcss/vite": "^4.1.16", "astro": "^5.12.3", @@ -125,9 +125,9 @@ } }, "node_modules/@astrojs/node": { - "version": "9.4.6", - "resolved": "https://registry.npmjs.org/@astrojs/node/-/node-9.4.6.tgz", - "integrity": "sha512-vyl+GaT20CjullFghaO5/g3ygpzfjQdxjRJev8r33Vi831nCe3yyy4G/V1z6wpq4FHDEduMtT2jdXfJVx1th+A==", + "version": "9.5.0", + "resolved": "https://registry.npmjs.org/@astrojs/node/-/node-9.5.0.tgz", + "integrity": "sha512-x1whLIatmCefaqJA8FjfI+P6FStF+bqmmrib0OUGM1M3cZhAXKLgPx6UF2AzQ3JgpXgCWYM24MHtraPvZhhyLQ==", "license": "MIT", "dependencies": { "@astrojs/internal-helpers": "0.7.4", diff --git a/client/package.json b/client/package.json index da8f22b5..f3853efd 100644 --- a/client/package.json +++ b/client/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@astrojs/check": "^0.9.5", - "@astrojs/node": "^9.4.6", + "@astrojs/node": "^9.5.0", "@astrojs/svelte": "^7.2.1", "@tailwindcss/vite": "^4.1.16", "astro": "^5.12.3",