diff --git a/web/package-lock.json b/web/package-lock.json index 88b4af9..99da1f8 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -11,7 +11,7 @@ "@astrojs/sitemap": "^3.7.2", "@resvg/resvg-js": "^2.6.2", "@tailwindcss/vite": "^4.2.2", - "astro": "^6.1.1", + "astro": "^6.1.6", "tailwindcss": "^4.2.2" }, "engines": { @@ -2235,9 +2235,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.6", + "resolved": "https://registry.npmjs.org/astro/-/astro-6.1.6.tgz", + "integrity": "sha512-pRsz+kYriwCV/AUcY/I9OVKtVHuYFs2DtCszAxprXded/kTE53nMwxfnK0Nf6FPfaX9vcUiLnigcSIhuFoKntA==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^3.0.1", @@ -2256,7 +2256,6 @@ "cookie": "^1.1.1", "devalue": "^5.6.3", "diff": "^8.0.3", - "dlv": "^1.1.3", "dset": "^3.1.4", "es-module-lexer": "^2.0.0", "esbuild": "^0.27.3", diff --git a/web/package.json b/web/package.json index fdefd45..0990f8e 100644 --- a/web/package.json +++ b/web/package.json @@ -15,7 +15,7 @@ "@astrojs/sitemap": "^3.7.2", "@resvg/resvg-js": "^2.6.2", "@tailwindcss/vite": "^4.2.2", - "astro": "^6.1.1", + "astro": "^6.1.6", "tailwindcss": "^4.2.2" } }