From b4eefcbc1c5a02943ac96b66b615d9fb45170707 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Jul 2025 01:37:41 +0000 Subject: [PATCH] Bump @astrojs/node from 9.2.2 to 9.3.0 in /client Bumps [@astrojs/node](https://github.com/withastro/astro/tree/HEAD/packages/integrations/node) from 9.2.2 to 9.3.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.3.0/packages/integrations/node) --- updated-dependencies: - dependency-name: "@astrojs/node" dependency-version: 9.3.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 414bdc56..0e4cc955 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.2.2", + "@astrojs/node": "^9.3.0", "@astrojs/svelte": "^7.1.0", "@tailwindcss/vite": "^4.1.11", "astro": "^5.9.1", @@ -78,9 +78,9 @@ } }, "node_modules/@astrojs/node": { - "version": "9.2.2", - "resolved": "https://registry.npmjs.org/@astrojs/node/-/node-9.2.2.tgz", - "integrity": "sha512-PtLPuuojmcl9O3CEvXqL/D+wB4x5DlbrGOvP0MeTAh/VfKFprYAzgw1+45xsnTO+QvPWb26l1cT+ZQvvohmvMw==", + "version": "9.3.0", + "resolved": "https://registry.npmjs.org/@astrojs/node/-/node-9.3.0.tgz", + "integrity": "sha512-IV8NzGStHAsKBz1ljxxD8PBhBfnw/BEx/PZfsncTNXg9D4kQtZbSy+Ak0LvDs+rPmK0VeXLNn0HAdWuHCVg8cw==", "license": "MIT", "dependencies": { "@astrojs/internal-helpers": "0.6.1", diff --git a/client/package.json b/client/package.json index 3f160545..e92e56f2 100644 --- a/client/package.json +++ b/client/package.json @@ -10,7 +10,7 @@ "test:e2e": "npx playwright test" }, "dependencies": { - "@astrojs/node": "^9.2.2", + "@astrojs/node": "^9.3.0", "@astrojs/svelte": "^7.1.0", "@tailwindcss/vite": "^4.1.11", "astro": "^5.9.1",