diff --git a/package-lock.json b/package-lock.json index 743d8cd..01c7ac7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.1", "dependencies": { "@astrojs/starlight": "^0.34.4", - "astro": "^5.9.4", + "astro": "^5.10.1", "astro-auto-import": "^0.4.4", "remark-definition-list": "^2.0.0", "sharp": "^0.33.5", @@ -1797,9 +1797,10 @@ } }, "node_modules/astro": { - "version": "5.9.4", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.9.4.tgz", - "integrity": "sha512-AEulm16C9IijMYrFb3VIFx9z17p/wfDSHUHdbbvSEX+rBca64xV+f67tnsql3s4CE8u2cwYpdX+5yH7l53W4iA==", + "version": "5.10.1", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.10.1.tgz", + "integrity": "sha512-DJVmt+51jU1xmgmAHCDwuUgcG/5aVFSU+tcX694acAZqPVt8EMUAmUZcJDX36Z7/EztnPph9HR3pm72jS2EgHQ==", + "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.12.2", "@astrojs/internal-helpers": "0.6.1", diff --git a/package.json b/package.json index 1064129..458b52d 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { "@astrojs/starlight": "^0.34.4", - "astro": "^5.9.4", + "astro": "^5.10.1", "astro-auto-import": "^0.4.4", "remark-definition-list": "^2.0.0", "sharp": "^0.33.5",