diff --git a/docs-site/package-lock.json b/docs-site/package-lock.json index feb879e8..6375af4e 100644 --- a/docs-site/package-lock.json +++ b/docs-site/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@astrojs/check": "^0.9.6", "@astrojs/starlight": "^0.37.1", - "astro": "^5.16.6", + "astro": "^5.16.11", "astro-mermaid": "1.1.0", "mermaid": "^11.12.2", "sharp": "^0.34.5" @@ -2590,9 +2590,9 @@ } }, "node_modules/astro": { - "version": "5.16.9", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.16.9.tgz", - "integrity": "sha512-gJvoZv0v8xCcKBcsxz1ZfXqoJ7sJJcyoKP8bUTjkuD4vDShLe0N26em4LQxitVv/2HLOpldQg67bEHB/qGoxJA==", + "version": "5.16.11", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.16.11.tgz", + "integrity": "sha512-Z7kvkTTT5n6Hn5lCm6T3WU6pkxx84Hn25dtQ6dR7ATrBGq9eVa8EuB/h1S8xvaoVyCMZnIESu99Z9RJfdLRLDA==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.13.0", @@ -2613,8 +2613,8 @@ "cssesc": "^3.0.0", "debug": "^4.4.3", "deterministic-object-hash": "^2.0.2", - "devalue": "^5.6.1", - "diff": "^5.2.0", + "devalue": "^5.6.2", + "diff": "^8.0.3", "dlv": "^1.1.3", "dset": "^3.1.4", "es-module-lexer": "^1.7.0", diff --git a/docs-site/package.json b/docs-site/package.json index 9e4db107..60ad8263 100644 --- a/docs-site/package.json +++ b/docs-site/package.json @@ -12,7 +12,7 @@ "dependencies": { "@astrojs/check": "^0.9.6", "@astrojs/starlight": "^0.37.1", - "astro": "^5.16.6", + "astro": "^5.16.11", "astro-mermaid": "1.1.0", "mermaid": "^11.12.2", "sharp": "^0.34.5"