From 5d67ac89972dbea71be1f843ef4f1818767046f2 Mon Sep 17 00:00:00 2001 From: Ben Edgington Date: Wed, 27 Aug 2025 10:15:58 +0100 Subject: [PATCH] Dep: update astro to 5.13.3 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 213c75b..f126584 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "upgrading-ethereum-book", "version": "0.3.0", "dependencies": { - "astro": "^5.13.2", + "astro": "^5.13.3", "hast-util-select": "^6.0.4", "hast-util-to-string": "^3.0.1", "loader-utils": "^3.3.1", @@ -1894,9 +1894,9 @@ } }, "node_modules/astro": { - "version": "5.13.2", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.13.2.tgz", - "integrity": "sha512-yjcXY0Ua3EwjpVd3GoUXa65HQ6qgmURBptA+M9GzE0oYvgfuyM7bIbH8IR/TWIbdefVUJR5b7nZ0oVnMytmyfQ==", + "version": "5.13.3", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.13.3.tgz", + "integrity": "sha512-V0mUOUK70UZ7xqXp5Noqse/SREU0P756KgFufBEluq5LkmBejzC2GENMUA2Na+PFwUjemElJtRlpKyrnKpFhSQ==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.12.2", diff --git a/package.json b/package.json index 51fcb90..7d41d7a 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "valid": "node --input-type=module -e 'import validateHtml from \"./bin/util/validate.js\"; validateHtml(\"dist/part2/building_blocks/ssz/index.html\")'" }, "dependencies": { - "astro": "^5.13.2", + "astro": "^5.13.3", "hast-util-select": "^6.0.4", "hast-util-to-string": "^3.0.1", "loader-utils": "^3.3.1",