mirror of
https://github.com/benjaminion/upgrading-ethereum-book.git
synced 2026-01-06 21:24:02 -05:00
Dep: update astro to 5.13.5
This commit is contained in:
8
package-lock.json
generated
8
package-lock.json
generated
@@ -8,7 +8,7 @@
|
||||
"name": "upgrading-ethereum-book",
|
||||
"version": "0.3.0",
|
||||
"dependencies": {
|
||||
"astro": "^5.13.4",
|
||||
"astro": "^5.13.5",
|
||||
"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.4",
|
||||
"resolved": "https://registry.npmjs.org/astro/-/astro-5.13.4.tgz",
|
||||
"integrity": "sha512-Mgq5GYy3EHtastGXqdnh1UPuN++8NmJSluAspA5hu33O7YRs/em/L03cUfRXtc60l5yx5BfYJsjF2MFMlcWlzw==",
|
||||
"version": "5.13.5",
|
||||
"resolved": "https://registry.npmjs.org/astro/-/astro-5.13.5.tgz",
|
||||
"integrity": "sha512-XmBzkl13XU97+n/QiOM5uXQdAVe0yKt5gO+Wlgc8dHRwHR499qhMQ5sMFckLJweUINLzcNGjP3F5nG4wV8a2XA==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@astrojs/compiler": "^2.12.2",
|
||||
|
||||
@@ -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.4",
|
||||
"astro": "^5.13.5",
|
||||
"hast-util-select": "^6.0.4",
|
||||
"hast-util-to-string": "^3.0.1",
|
||||
"loader-utils": "^3.3.1",
|
||||
|
||||
Reference in New Issue
Block a user