From 5ad8d3199e5c120bf69cf173b38dfc5ff78af798 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 01:09:49 +0000 Subject: [PATCH] Bump @astrojs/node from 9.3.0 to 9.4.3 in /client Bumps [@astrojs/node](https://github.com/withastro/astro/tree/HEAD/packages/integrations/node) from 9.3.0 to 9.4.3. - [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.4.3/packages/integrations/node) --- updated-dependencies: - dependency-name: "@astrojs/node" dependency-version: 9.4.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- client/package-lock.json | 18 ++++++++++++------ client/package.json | 2 +- 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 34d28dd..5f43a7f 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -8,7 +8,7 @@ "name": "tailspin-toys", "version": "0.0.1", "dependencies": { - "@astrojs/node": "^9.3.0", + "@astrojs/node": "^9.4.3", "@astrojs/svelte": "^7.1.0", "@tailwindcss/vite": "^4.1.12", "astro": "^5.12.3", @@ -78,19 +78,25 @@ } }, "node_modules/@astrojs/node": { - "version": "9.3.0", - "resolved": "https://registry.npmjs.org/@astrojs/node/-/node-9.3.0.tgz", - "integrity": "sha512-IV8NzGStHAsKBz1ljxxD8PBhBfnw/BEx/PZfsncTNXg9D4kQtZbSy+Ak0LvDs+rPmK0VeXLNn0HAdWuHCVg8cw==", + "version": "9.4.3", + "resolved": "https://registry.npmjs.org/@astrojs/node/-/node-9.4.3.tgz", + "integrity": "sha512-P9BQHY8wQU1y9obknXzxV5SS3EpdaRnuDuHKr3RFC7t+2AzcMXeVmMJprQGijnQ8VdijJ8aS7+12tx325TURMQ==", "license": "MIT", "dependencies": { - "@astrojs/internal-helpers": "0.6.1", + "@astrojs/internal-helpers": "0.7.2", "send": "^1.2.0", "server-destroy": "^1.0.1" }, "peerDependencies": { - "astro": "^5.3.0" + "astro": "^5.7.0" } }, + "node_modules/@astrojs/node/node_modules/@astrojs/internal-helpers": { + "version": "0.7.2", + "resolved": "https://registry.npmjs.org/@astrojs/internal-helpers/-/internal-helpers-0.7.2.tgz", + "integrity": "sha512-KCkCqR3Goym79soqEtbtLzJfqhTWMyVaizUi35FLzgGSzBotSw8DB1qwsu7U96ihOJgYhDk2nVPz+3LnXPeX6g==", + "license": "MIT" + }, "node_modules/@astrojs/prism": { "version": "3.3.0", "resolved": "https://registry.npmjs.org/@astrojs/prism/-/prism-3.3.0.tgz", diff --git a/client/package.json b/client/package.json index 279c336..a762706 100644 --- a/client/package.json +++ b/client/package.json @@ -10,7 +10,7 @@ "test:e2e": "npx playwright test" }, "dependencies": { - "@astrojs/node": "^9.3.0", + "@astrojs/node": "^9.4.3", "@astrojs/svelte": "^7.1.0", "@tailwindcss/vite": "^4.1.12", "astro": "^5.12.3",