diff --git a/docs/package-lock.json b/docs/package-lock.json index 812a6b3ba..23e46985c 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@astrojs/check": "0.9.4", "@astrojs/starlight": "0.28.3", - "astro": "4.16.0", + "astro": "4.16.3", "sharp": "0.33.5", "typescript": "5.6.3" } @@ -2231,9 +2231,9 @@ } }, "node_modules/astro": { - "version": "4.16.0", - "resolved": "https://registry.npmjs.org/astro/-/astro-4.16.0.tgz", - "integrity": "sha512-R5voBFy0yOg57uFnW24WV+RvqPerp9eOoDQoT0pQYqECuGuyV1PsZaSb9Nm0ec+KMLrfO9jvvESFw9LIN6XiUw==", + "version": "4.16.3", + "resolved": "https://registry.npmjs.org/astro/-/astro-4.16.3.tgz", + "integrity": "sha512-0IrnbCUprAyfeZ8Au/d/d0ssrYGMAZOZ1K3fX7GxI0OwUhkA9bSex0+ywiyVNiVZE5uRlTKRSkvLNKYQWdtHqw==", "dependencies": { "@astrojs/compiler": "^2.10.3", "@astrojs/internal-helpers": "0.4.1", @@ -2265,7 +2265,6 @@ "esbuild": "^0.21.5", "estree-walker": "^3.0.3", "fast-glob": "^3.3.2", - "fastq": "^1.17.1", "flattie": "^1.1.1", "github-slugger": "^2.0.0", "gray-matter": "^4.0.3", @@ -2286,7 +2285,6 @@ "rehype": "^13.0.2", "semver": "^7.6.3", "shiki": "^1.22.0", - "string-width": "^7.2.0", "tinyexec": "^0.3.0", "tsconfck": "^3.1.3", "unist-util-visit": "^5.0.0", diff --git a/docs/package.json b/docs/package.json index 1ef67e9df..f61c2076f 100644 --- a/docs/package.json +++ b/docs/package.json @@ -12,7 +12,7 @@ "dependencies": { "@astrojs/check": "0.9.4", "@astrojs/starlight": "0.28.3", - "astro": "4.16.0", + "astro": "4.16.3", "sharp": "0.33.5", "typescript": "5.6.3" }