Dep: update astro to 5.12.1

This commit is contained in:
Ben Edgington
2025-07-21 16:42:04 +01:00
parent 815045cdc0
commit 8adebd854e
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -8,7 +8,7 @@
"name": "upgrading-ethereum-book",
"version": "0.3.0",
"dependencies": {
"astro": "^5.12.0",
"astro": "^5.12.1",
"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.12.0",
"resolved": "https://registry.npmjs.org/astro/-/astro-5.12.0.tgz",
"integrity": "sha512-Oov5JsMFHuUmuO+Nx6plfv3nQNK1Xl/8CgLvR8lBhZTjYnraxhuPX5COVAzbom+YLgwaDfK7KBd8zOEopRf9mg==",
"version": "5.12.1",
"resolved": "https://registry.npmjs.org/astro/-/astro-5.12.1.tgz",
"integrity": "sha512-/gH9cLIp6UNdbJO1FPBVN/Ea+1I9hJdQoLJKYUsXIRIfHcyF/3NCg0QVDJGw1oWkyQT6x6poQsnbgY9UXitjiw==",
"license": "MIT",
"dependencies": {
"@astrojs/compiler": "^2.12.2",

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.12.0",
"astro": "^5.12.1",
"hast-util-select": "^6.0.4",
"hast-util-to-string": "^3.0.1",
"loader-utils": "^3.3.1",