Update astro to 5.9.3

This commit is contained in:
Ben Edgington
2025-06-14 08:16:47 +01:00
parent 240cd95267
commit 106ccd8fdd
2 changed files with 37 additions and 37 deletions

View File

@@ -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.9.2",
"astro": "^5.9.3",
"hast-util-select": "^6.0.4",
"hast-util-to-string": "^3.0.1",
"loader-utils": "^3.3.1",
@@ -34,9 +34,9 @@
"svgo": "^4.0.0-rc.4"
},
"devDependencies": {
"@eslint/js": "^9.28.0",
"@eslint/js": "^9.29.0",
"axios": "^1.9.0",
"eslint": "^9.28.0",
"eslint": "^9.29.0",
"eslint-plugin-astro": "^1.3.1",
"globals": "^16.1.0",
"prettier": "^3.5.3",