13.diff (4613B)
1 diff --git a/package-lock.json b/package-lock.json 2 index d698390..4ba05bf 100644 3 --- a/package-lock.json 4 +++ b/package-lock.json 5 @@ -12,7 +12,7 @@ 6 "@astrojs/node": "^7.0.1", 7 "@astrojs/tailwind": "^5.0.3", 8 "@webcomponents/template-shadowroot": "^0.2.1", 9 - "astro": "^4.0.6", 10 + "astro": "^4.0.7", 11 "diff2html": "^3.4.46", 12 "lit": "^2.8.0", 13 "marked": "^11.0.1", 14 @@ -1519,9 +1519,9 @@ 15 } 16 }, 17 "node_modules/astro": { 18 - "version": "4.0.6", 19 - "resolved": "https://registry.npmjs.org/astro/-/astro-4.0.6.tgz", 20 - "integrity": "sha512-P7CfFqWKzkJozzF6IoOC6qoI2ONndV8P3ULhGDgMiXPL7xVkWI5haTBSpyrcjBx643tVXspIRsSV/v+Cx+CjGw==", 21 + "version": "4.0.7", 22 + "resolved": "https://registry.npmjs.org/astro/-/astro-4.0.7.tgz", 23 + "integrity": "sha512-K+Ms2AAQvi6yERPuglcI69tnHyTT44JCjzqprSjw3uOwFX7N9obpLgbhmLMH1fPFTgzt3ZD7APjmtDPN51makw==", 24 "dependencies": { 25 "@astrojs/compiler": "^2.3.4", 26 "@astrojs/internal-helpers": "0.2.1", 27 @@ -1564,7 +1564,7 @@ 28 "mime": "^3.0.0", 29 "ora": "^7.0.1", 30 "p-limit": "^5.0.0", 31 - "p-queue": "^7.4.1", 32 + "p-queue": "^8.0.1", 33 "path-to-regexp": "^6.2.1", 34 "preferred-pm": "^3.1.2", 35 "probe-image-size": "^7.2.3", 36 @@ -1579,7 +1579,7 @@ 37 "tsconfck": "^3.0.0", 38 "unist-util-visit": "^5.0.0", 39 "vfile": "^6.0.1", 40 - "vite": "^5.0.0", 41 + "vite": "^5.0.10", 42 "vitefu": "^0.2.5", 43 "which-pm": "^2.1.1", 44 "yargs-parser": "^21.1.1", 45 @@ -4790,26 +4790,26 @@ 46 } 47 }, 48 "node_modules/p-queue": { 49 - "version": "7.4.1", 50 - "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-7.4.1.tgz", 51 - "integrity": "sha512-vRpMXmIkYF2/1hLBKisKeVYJZ8S2tZ0zEAmIJgdVKP2nq0nh4qCdf8bgw+ZgKrkh71AOCaqzwbJJk1WtdcF3VA==", 52 + "version": "8.0.1", 53 + "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-8.0.1.tgz", 54 + "integrity": "sha512-NXzu9aQJTAzbBqOt2hwsR63ea7yvxJc0PwN/zobNAudYfb1B7R08SzB4TsLeSbUCuG467NhnoT0oO6w1qRO+BA==", 55 "dependencies": { 56 "eventemitter3": "^5.0.1", 57 - "p-timeout": "^5.0.2" 58 + "p-timeout": "^6.1.2" 59 }, 60 "engines": { 61 - "node": ">=12" 62 + "node": ">=18" 63 }, 64 "funding": { 65 "url": "https://github.com/sponsors/sindresorhus" 66 } 67 }, 68 "node_modules/p-timeout": { 69 - "version": "5.1.0", 70 - "resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-5.1.0.tgz", 71 - "integrity": "sha512-auFDyzzzGZZZdHz3BtET9VEz0SE/uMEAx7uWfGPucfzEwwe/xH0iVeZibQmANYE/hp9T2+UUZT5m+BKyrDp3Ew==", 72 + "version": "6.1.2", 73 + "resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-6.1.2.tgz", 74 + "integrity": "sha512-UbD77BuZ9Bc9aABo74gfXhNvzC9Tx7SxtHSh1fxvx3jTLLYvmVhiQZZrJzqqU0jKbN32kb5VOKiLEQI/3bIjgQ==", 75 "engines": { 76 - "node": ">=12" 77 + "node": ">=14.16" 78 }, 79 "funding": { 80 "url": "https://github.com/sponsors/sindresorhus" 81 @@ -6930,9 +6930,9 @@ 82 } 83 }, 84 "node_modules/vite": { 85 - "version": "5.0.5", 86 - "resolved": "https://registry.npmjs.org/vite/-/vite-5.0.5.tgz", 87 - "integrity": "sha512-OekeWqR9Ls56f3zd4CaxzbbS11gqYkEiBtnWFFgYR2WV8oPJRRKq0mpskYy/XaoCL3L7VINDhqqOMNDiYdGvGg==", 88 + "version": "5.0.10", 89 + "resolved": "https://registry.npmjs.org/vite/-/vite-5.0.10.tgz", 90 + "integrity": "sha512-2P8J7WWgmc355HUMlFrwofacvr98DAjoE52BfdbwQtyLH06XKwaL/FMnmKM2crF0iX4MpmMKoDlNCB1ok7zHCw==", 91 "dependencies": { 92 "esbuild": "^0.19.3", 93 "postcss": "^8.4.32", 94 diff --git a/package.json b/package.json 95 index 0357656..53f999f 100644 96 --- a/package.json 97 +++ b/package.json 98 @@ -15,7 +15,7 @@ 99 "@astrojs/node": "^7.0.1", 100 "@astrojs/tailwind": "^5.0.3", 101 "@webcomponents/template-shadowroot": "^0.2.1", 102 - "astro": "^4.0.6", 103 + "astro": "^4.0.7", 104 "diff2html": "^3.4.46", 105 "lit": "^2.8.0", 106 "marked": "^11.0.1",