1.diff (1975B)
1 diff --git a/package-lock.json b/package-lock.json 2 index 7a2f571..80ad447 100644 3 --- a/package-lock.json 4 +++ b/package-lock.json 5 @@ -13,7 +13,7 @@ 6 "@astrojs/tailwind": "^5.0.3", 7 "@meilisearch/instant-meilisearch": "^0.13.6", 8 "@webcomponents/template-shadowroot": "^0.2.1", 9 - "astro": "^4.0.1", 10 + "astro": "^4.0.3", 11 "diff2html": "^3.4.45", 12 "instantsearch.js": "^4.61.0", 13 "lit": "^2.8.0", 14 @@ -1752,9 +1752,9 @@ 15 } 16 }, 17 "node_modules/astro": { 18 - "version": "4.0.1", 19 - "resolved": "https://registry.npmjs.org/astro/-/astro-4.0.1.tgz", 20 - "integrity": "sha512-QSZGFbgWw5nWr7pdKkjOz1E+1KMSheX8+dCNi/DstMVlQMIYyUrBuAjGL3fYsR9vc9kGbfhQMgSpM1/p5JYEWA==", 21 + "version": "4.0.3", 22 + "resolved": "https://registry.npmjs.org/astro/-/astro-4.0.3.tgz", 23 + "integrity": "sha512-hrwe7CIVhSKW8/iibDs1hpqzZAtvx6Qu8TFFxjaGbooEWF720M9L+ZZtyTgrcy6K/ZHJ0xwFvZV3/X2Vvbf/LQ==", 24 "dependencies": { 25 "@astrojs/compiler": "^2.3.2", 26 "@astrojs/internal-helpers": "0.2.1", 27 @@ -1813,7 +1813,7 @@ 28 "unist-util-visit": "^5.0.0", 29 "vfile": "^6.0.1", 30 "vite": "^5.0.0", 31 - "vitefu": "^0.2.4", 32 + "vitefu": "^0.2.5", 33 "which-pm": "^2.1.1", 34 "yargs-parser": "^21.1.1", 35 "zod": "^3.22.4" 36 diff --git a/package.json b/package.json 37 index 89e97bd..6ecdf3b 100644 38 --- a/package.json 39 +++ b/package.json 40 @@ -16,7 +16,7 @@ 41 "@astrojs/tailwind": "^5.0.3", 42 "@meilisearch/instant-meilisearch": "^0.13.6", 43 "@webcomponents/template-shadowroot": "^0.2.1", 44 - "astro": "^4.0.1", 45 + "astro": "^4.0.3", 46 "diff2html": "^3.4.45", 47 "instantsearch.js": "^4.61.0", 48 "lit": "^2.8.0",