diff --git a/package-lock.json b/package-lock.json index 38c2080..e2422fb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@astrojs/starlight": "^0.38.2", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", - "astro": "^6.1.3", + "astro": "^6.1.5", "react": "^19.2.4", "react-dom": "^19.2.4", "sharp": "^0.34.5", @@ -3093,9 +3093,9 @@ } }, "node_modules/astro": { - "version": "6.1.3", - "resolved": "https://registry.npmjs.org/astro/-/astro-6.1.3.tgz", - "integrity": "sha512-FUKbBYOdYYrRNZwDd9I5CVSfR6Nj9aZeNzcjcvh1FgHwR0uXawkYFR3HiGxmdmAB2m8fs0iIkDdsiUfwGeO8qA==", + "version": "6.1.5", + "resolved": "https://registry.npmjs.org/astro/-/astro-6.1.5.tgz", + "integrity": "sha512-AJVw/JlssxUCBFi3Hp4djL8Pt7wUQqStBBawCd8cNGBBM2lBzp/rXGguzt4OcMfW+86fs0hpFwMyopHM2r6d3g==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^3.0.1", @@ -3114,7 +3114,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/package.json b/package.json index 525072c..627bf5c 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@astrojs/starlight": "^0.38.2", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", - "astro": "^6.1.3", + "astro": "^6.1.5", "react": "^19.2.4", "react-dom": "^19.2.4", "sharp": "^0.34.5",