diff --git a/package-lock.json b/package-lock.json index 39ee795..252fee1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ }, "devDependencies": { "@astrojs/starlight": "0.34.4", - "astro": "^5.1.1", + "astro": "^5.10.1", "micromark": "^4.0.1", "prettier": "^3.3.3", "prettier-plugin-astro": "^0.14.1", @@ -1816,6 +1816,7 @@ "resolved": "https://registry.npmjs.org/astro/-/astro-5.10.1.tgz", "integrity": "sha512-DJVmt+51jU1xmgmAHCDwuUgcG/5aVFSU+tcX694acAZqPVt8EMUAmUZcJDX36Z7/EztnPph9HR3pm72jS2EgHQ==", "dev": true, + "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.12.2", "@astrojs/internal-helpers": "0.6.1", diff --git a/package.json b/package.json index 4da79a7..631c4ff 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ }, "devDependencies": { "@astrojs/starlight": "0.34.4", - "astro": "^5.1.1", + "astro": "^5.10.1", "micromark": "^4.0.1", "prettier": "^3.3.3", "prettier-plugin-astro": "^0.14.1",