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",