From df418230014c76764b1388a16d3b9413f1640506 Mon Sep 17 00:00:00 2001 From: Smeagol Date: Wed, 6 Dec 2023 01:00:20 +0000 Subject: [PATCH] Update dependency astro to v4.0.2 --- package-lock.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7eb541d..96f49ee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1518,9 +1518,9 @@ } }, "node_modules/astro": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/astro/-/astro-4.0.1.tgz", - "integrity": "sha512-QSZGFbgWw5nWr7pdKkjOz1E+1KMSheX8+dCNi/DstMVlQMIYyUrBuAjGL3fYsR9vc9kGbfhQMgSpM1/p5JYEWA==", + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/astro/-/astro-4.0.2.tgz", + "integrity": "sha512-ee7tGS53ZcKjorxTy6VEapIGwRA3rzSUAEXYhuchGppFxykObCbzJv5o3x8G2lvHm4g7Mn83OFrvNlwjYjsXnQ==", "dependencies": { "@astrojs/compiler": "^2.3.2", "@astrojs/internal-helpers": "0.2.1", @@ -1579,7 +1579,7 @@ "unist-util-visit": "^5.0.0", "vfile": "^6.0.1", "vite": "^5.0.0", - "vitefu": "^0.2.4", + "vitefu": "^0.2.5", "which-pm": "^2.1.1", "yargs-parser": "^21.1.1", "zod": "^3.22.4" @@ -7641,11 +7641,11 @@ } }, "node_modules/vitefu": { - "version": "0.2.4", - "resolved": "https://registry.npmjs.org/vitefu/-/vitefu-0.2.4.tgz", - "integrity": "sha512-fanAXjSaf9xXtOOeno8wZXIhgia+CZury481LsDaV++lSvcU2R9Ch2bPh3PYFyoHW+w9LqAeYRISVQjUIew14g==", + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/vitefu/-/vitefu-0.2.5.tgz", + "integrity": "sha512-SgHtMLoqaeeGnd2evZ849ZbACbnwQCIwRH57t18FxcXoZop0uQu0uzlIhJBlF/eWVzuce0sHeqPcDo+evVcg8Q==", "peerDependencies": { - "vite": "^3.0.0 || ^4.0.0" + "vite": "^3.0.0 || ^4.0.0 || ^5.0.0" }, "peerDependenciesMeta": { "vite": {