diff --git a/package-lock.json b/package-lock.json index df32154..a7142e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "version": "0.0.1", "dependencies": { "@astrojs/starlight": "^0.37.0", - "astro": "^5.16.3", + "astro": "^5.16.4", "astro-mermaid": "^1.2.0", "gray-matter": "^4.0.3", "mermaid": "^11.12.1", @@ -2562,9 +2562,9 @@ } }, "node_modules/astro": { - "version": "5.16.3", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.16.3.tgz", - "integrity": "sha512-KzDk41F9Dspf5fM/Ls4XZhV4/csjJcWBrlenbnp5V3NGwU1zEaJz/HIyrdKdf5yw+FgwCeD2+Yos1Xkx9gnI0A==", + "version": "5.16.4", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.16.4.tgz", + "integrity": "sha512-rgXI/8/tnO3Y9tfAaUyg/8beKhlIMltbiC8Q6jCoAfEidOyaue4KYKzbe0gJIb6qEdEaG3Kf3BY3EOSLkbWOLg==", "license": "MIT", "peer": true, "dependencies": { diff --git a/package.json b/package.json index 1127aa9..c59cbf7 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@astrojs/starlight": "^0.37.0", - "astro": "^5.16.3", + "astro": "^5.16.4", "astro-mermaid": "^1.2.0", "gray-matter": "^4.0.3", "mermaid": "^11.12.1",