Update dependency astro to v4.5.4
This commit is contained in:
parent
26449b7be5
commit
924437ec98
1 changed files with 3 additions and 5 deletions
8
package-lock.json
generated
8
package-lock.json
generated
|
@ -1436,9 +1436,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/astro": {
|
"node_modules/astro": {
|
||||||
"version": "4.5.2",
|
"version": "4.5.4",
|
||||||
"resolved": "https://registry.npmjs.org/astro/-/astro-4.5.2.tgz",
|
"resolved": "https://registry.npmjs.org/astro/-/astro-4.5.4.tgz",
|
||||||
"integrity": "sha512-Nq3GojlwXJ3XD047khraCWu/6aqGFfcyq7Q0blpTBSZnCz2s4Zri04PHvUkbKF7TK2UljkFuTXKP0CE4ZuJi9Q==",
|
"integrity": "sha512-qwMyBn36wXvaCzdCmdbyCxLQGG5hTa3saNdHdqS20Yn1b7Z7oqqcWOb2UjFuq6O8dFqZxU8Hq0/pGFscvsYtJA==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/compiler": "^2.7.0",
|
"@astrojs/compiler": "^2.7.0",
|
||||||
"@astrojs/internal-helpers": "0.3.0",
|
"@astrojs/internal-helpers": "0.3.0",
|
||||||
|
@ -1450,7 +1450,6 @@
|
||||||
"@babel/plugin-transform-react-jsx": "^7.22.5",
|
"@babel/plugin-transform-react-jsx": "^7.22.5",
|
||||||
"@babel/traverse": "^7.23.3",
|
"@babel/traverse": "^7.23.3",
|
||||||
"@babel/types": "^7.23.3",
|
"@babel/types": "^7.23.3",
|
||||||
"@shikijs/core": "^1.1.2",
|
|
||||||
"@types/babel__core": "^7.20.4",
|
"@types/babel__core": "^7.20.4",
|
||||||
"acorn": "^8.11.2",
|
"acorn": "^8.11.2",
|
||||||
"aria-query": "^5.3.0",
|
"aria-query": "^5.3.0",
|
||||||
|
@ -1481,7 +1480,6 @@
|
||||||
"js-yaml": "^4.1.0",
|
"js-yaml": "^4.1.0",
|
||||||
"kleur": "^4.1.4",
|
"kleur": "^4.1.4",
|
||||||
"magic-string": "^0.30.3",
|
"magic-string": "^0.30.3",
|
||||||
"mdast-util-to-hast": "13.0.2",
|
|
||||||
"mime": "^3.0.0",
|
"mime": "^3.0.0",
|
||||||
"ora": "^7.0.1",
|
"ora": "^7.0.1",
|
||||||
"p-limit": "^5.0.0",
|
"p-limit": "^5.0.0",
|
||||||
|
|
Loading…
Reference in a new issue