diff --git a/website/package-lock.json b/website/package-lock.json index dc6ae21..1e2d6ff 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@astrojs/sitemap": "^3.7.2", "@astrojs/starlight": "^0.38.2", - "astro": "^6.1.2", + "astro": "^6.1.6", "sharp": "^0.34.5" } }, @@ -2044,9 +2044,9 @@ } }, "node_modules/astro": { - "version": "6.1.2", - "resolved": "https://registry.npmjs.org/astro/-/astro-6.1.2.tgz", - "integrity": "sha512-r3iIvmB6JvQxsdJLvapybKKq7Bojd1iQK6CCx5P55eRnXJIyUpHx/1UB/GdMm+em/lwaCUasxHCmIO0lCLV2uA==", + "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", @@ -2065,7 +2065,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/website/package.json b/website/package.json index 629ad92..bfae3f2 100644 --- a/website/package.json +++ b/website/package.json @@ -10,7 +10,7 @@ "dependencies": { "@astrojs/sitemap": "^3.7.2", "@astrojs/starlight": "^0.38.2", - "astro": "^6.1.2", + "astro": "^6.1.6", "sharp": "^0.34.5" } }