diff --git a/package-lock.json b/package-lock.json index ceec66b..4587107 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@astrojs/sitemap": "3.7.2", "@tailwindcss/vite": "4.2.2", - "astro": "6.1.1", + "astro": "6.1.4", "tailwindcss": "4.2.2" }, "devDependencies": { @@ -2343,9 +2343,9 @@ } }, "node_modules/astro": { - "version": "6.1.1", - "resolved": "https://registry.npmjs.org/astro/-/astro-6.1.1.tgz", - "integrity": "sha512-vq8sHpu1JsY1fWAunn+tdKNbVDmLQNiVdyuGsVT2csgITdFGXXVAyEXFWc1DzkMN0ehElPeiHnqItyQOJK+GqA==", + "version": "6.1.4", + "resolved": "https://registry.npmjs.org/astro/-/astro-6.1.4.tgz", + "integrity": "sha512-SRy1bONuCHkGWhI5JiWCQKVDVbeaXOikjAVZs/Nz+lvUvubtdLoZfnacmuZHQ9RL2IOkU54M8/qZYm9ypJDKrg==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^3.0.1", @@ -2421,9 +2421,9 @@ } }, "node_modules/astro/node_modules/vite": { - "version": "7.3.1", - "resolved": "https://registry.npmjs.org/vite/-/vite-7.3.1.tgz", - "integrity": "sha512-w+N7Hifpc3gRjZ63vYBXA56dvvRlNWRczTdmCBBa+CotUzAPf5b7YMdMR/8CQoeYE5LX3W4wj6RYTgonm1b9DA==", + "version": "7.3.2", + "resolved": "https://registry.npmjs.org/vite/-/vite-7.3.2.tgz", + "integrity": "sha512-Bby3NOsna2jsjfLVOHKes8sGwgl4TT0E6vvpYgnAYDIF/tie7MRaFthmKuHx1NSXjiTueXH3do80FMQgvEktRg==", "license": "MIT", "dependencies": { "esbuild": "^0.27.0", diff --git a/package.json b/package.json index f637c77..a8125e4 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/sitemap": "3.7.2", "@tailwindcss/vite": "4.2.2", - "astro": "6.1.1", + "astro": "6.1.4", "tailwindcss": "4.2.2" }, "devDependencies": {