From eb064a09e0ee38be61e5fd00303289f980232d58 Mon Sep 17 00:00:00 2001 From: nojaf Date: Tue, 1 Jul 2025 10:40:26 +0200 Subject: [PATCH] Update Astro --- package-lock.json | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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",