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