Update dependency astro to v4.0.2

This commit is contained in:
Smeagol 2023-12-06 01:00:20 +00:00
parent ddfa8fc776
commit df41823001

16
package-lock.json generated
View file

@ -1518,9 +1518,9 @@
} }
}, },
"node_modules/astro": { "node_modules/astro": {
"version": "4.0.1", "version": "4.0.2",
"resolved": "https://registry.npmjs.org/astro/-/astro-4.0.1.tgz", "resolved": "https://registry.npmjs.org/astro/-/astro-4.0.2.tgz",
"integrity": "sha512-QSZGFbgWw5nWr7pdKkjOz1E+1KMSheX8+dCNi/DstMVlQMIYyUrBuAjGL3fYsR9vc9kGbfhQMgSpM1/p5JYEWA==", "integrity": "sha512-ee7tGS53ZcKjorxTy6VEapIGwRA3rzSUAEXYhuchGppFxykObCbzJv5o3x8G2lvHm4g7Mn83OFrvNlwjYjsXnQ==",
"dependencies": { "dependencies": {
"@astrojs/compiler": "^2.3.2", "@astrojs/compiler": "^2.3.2",
"@astrojs/internal-helpers": "0.2.1", "@astrojs/internal-helpers": "0.2.1",
@ -1579,7 +1579,7 @@
"unist-util-visit": "^5.0.0", "unist-util-visit": "^5.0.0",
"vfile": "^6.0.1", "vfile": "^6.0.1",
"vite": "^5.0.0", "vite": "^5.0.0",
"vitefu": "^0.2.4", "vitefu": "^0.2.5",
"which-pm": "^2.1.1", "which-pm": "^2.1.1",
"yargs-parser": "^21.1.1", "yargs-parser": "^21.1.1",
"zod": "^3.22.4" "zod": "^3.22.4"
@ -7641,11 +7641,11 @@
} }
}, },
"node_modules/vitefu": { "node_modules/vitefu": {
"version": "0.2.4", "version": "0.2.5",
"resolved": "https://registry.npmjs.org/vitefu/-/vitefu-0.2.4.tgz", "resolved": "https://registry.npmjs.org/vitefu/-/vitefu-0.2.5.tgz",
"integrity": "sha512-fanAXjSaf9xXtOOeno8wZXIhgia+CZury481LsDaV++lSvcU2R9Ch2bPh3PYFyoHW+w9LqAeYRISVQjUIew14g==", "integrity": "sha512-SgHtMLoqaeeGnd2evZ849ZbACbnwQCIwRH57t18FxcXoZop0uQu0uzlIhJBlF/eWVzuce0sHeqPcDo+evVcg8Q==",
"peerDependencies": { "peerDependencies": {
"vite": "^3.0.0 || ^4.0.0" "vite": "^3.0.0 || ^4.0.0 || ^5.0.0"
}, },
"peerDependenciesMeta": { "peerDependenciesMeta": {
"vite": { "vite": {