diff --git a/client/package-lock.json b/client/package-lock.json index 414bdc5..8f55769 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -11,7 +11,7 @@ "@astrojs/node": "^9.2.2", "@astrojs/svelte": "^7.1.0", "@tailwindcss/vite": "^4.1.11", - "astro": "^5.9.1", + "astro": "^5.11.1", "svelte": "^5.33.12", "typescript": "^5.8.3" }, @@ -37,9 +37,9 @@ } }, "node_modules/@astrojs/compiler": { - "version": "2.12.1", - "resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-2.12.1.tgz", - "integrity": "sha512-WDSyVIiz7sNcJcCJxJFITu6XjfGhJ50Z0auyaWsrM+xb07IlhBLFtQuDkNy0caVHWNcKTM2LISAaHhgkRqGAVg==", + "version": "2.12.2", + "resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-2.12.2.tgz", + "integrity": "sha512-w2zfvhjNCkNMmMMOn5b0J8+OmUaBL1o40ipMvqcG6NRpdC+lKxmTi48DT8Xw0SzJ3AfmeFLB45zXZXtmbsjcgw==", "license": "MIT" }, "node_modules/@astrojs/internal-helpers": { @@ -1974,12 +1974,12 @@ } }, "node_modules/astro": { - "version": "5.9.1", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.9.1.tgz", - "integrity": "sha512-wxoJcTbuDZNFSv6EaL0PAlrp0Wx6VnOAULCXvy0scsV70oWMeUkdxuBxfO54JxO5Qgyvwj9h99y6E0elqOpGtA==", + "version": "5.11.1", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.11.1.tgz", + "integrity": "sha512-32dpUh0tXSV/FR2q2/z7LOA6IXl7RqET9J51IA0pPSSi3exhRP3EOSQGjBq10DzXT7VrvplDrFqwfiiWBS8oYA==", "license": "MIT", "dependencies": { - "@astrojs/compiler": "^2.12.1", + "@astrojs/compiler": "^2.12.2", "@astrojs/internal-helpers": "0.6.1", "@astrojs/markdown-remark": "6.3.2", "@astrojs/telemetry": "3.3.0", diff --git a/client/package.json b/client/package.json index 3f16054..674a80c 100644 --- a/client/package.json +++ b/client/package.json @@ -13,7 +13,7 @@ "@astrojs/node": "^9.2.2", "@astrojs/svelte": "^7.1.0", "@tailwindcss/vite": "^4.1.11", - "astro": "^5.9.1", + "astro": "^5.11.1", "svelte": "^5.33.12", "typescript": "^5.8.3" },