23.diff (14475B)
1 diff --git a/package-lock.json b/package-lock.json 2 index d698390..1086ee5 100644 3 --- a/package-lock.json 4 +++ b/package-lock.json 5 @@ -9,7 +9,7 @@ 6 "dependencies": { 7 "@astrojs/check": "^0.3.3", 8 "@astrojs/lit": "^3.0.3", 9 - "@astrojs/node": "^7.0.1", 10 + "@astrojs/node": "^8.0.0", 11 "@astrojs/tailwind": "^5.0.3", 12 "@webcomponents/template-shadowroot": "^0.2.1", 13 "astro": "^4.0.6", 14 @@ -129,9 +129,9 @@ 15 } 16 }, 17 "node_modules/@astrojs/markdown-remark": { 18 - "version": "4.0.1", 19 - "resolved": "https://registry.npmjs.org/@astrojs/markdown-remark/-/markdown-remark-4.0.1.tgz", 20 - "integrity": "sha512-RU4ESnqvyLpj8WZs0n5elS6idaDdtIIm7mIpMaRNPCebpxMjfcfdwcmBwz83ktAj5d2eO5bC3z92TcGdli+lRw==", 21 + "version": "4.1.0", 22 + "resolved": "https://registry.npmjs.org/@astrojs/markdown-remark/-/markdown-remark-4.1.0.tgz", 23 + "integrity": "sha512-JnIy6zk+6f/SgSVMZecZFxQt0faT1uBckwYCuBxKH1hYYJsal8OOe+tx6JxfnyaV+xViyjUvQ28mmn+p/F5LkQ==", 24 "dependencies": { 25 "@astrojs/prism": "^3.0.0", 26 "github-slugger": "^2.0.0", 27 @@ -143,22 +143,22 @@ 28 "remark-parse": "^11.0.0", 29 "remark-rehype": "^11.0.0", 30 "remark-smartypants": "^2.0.0", 31 - "shikiji": "^0.6.13", 32 + "shikiji": "^0.9.18", 33 "unified": "^11.0.4", 34 "unist-util-visit": "^5.0.0", 35 "vfile": "^6.0.1" 36 } 37 }, 38 "node_modules/@astrojs/node": { 39 - "version": "7.0.1", 40 - "resolved": "https://registry.npmjs.org/@astrojs/node/-/node-7.0.1.tgz", 41 - "integrity": "sha512-jzO5q1t/cwDZQHcPG0CakjPY0SC44kbGgDDoh4UurvzZcCDYQKLz6zzJVqzUiOtDhfSwVrgHoiKo2tNbXASlRQ==", 42 + "version": "8.0.0", 43 + "resolved": "https://registry.npmjs.org/@astrojs/node/-/node-8.0.0.tgz", 44 + "integrity": "sha512-qgLN2k0/GPHRNRYyXNMxx7bGR2DBNsVMWBv/S4w/q5LtsHNc+y2lhGsuk0Cz4xxvuORqXkJARjloDvtlpYwYzQ==", 45 "dependencies": { 46 "send": "^0.18.0", 47 "server-destroy": "^1.0.1" 48 }, 49 "peerDependencies": { 50 - "astro": "^4.0.0" 51 + "astro": "^4.2.0" 52 } 53 }, 54 "node_modules/@astrojs/prism": { 55 @@ -1509,6 +1509,14 @@ 56 "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", 57 "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==" 58 }, 59 + "node_modules/aria-query": { 60 + "version": "5.3.0", 61 + "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.3.0.tgz", 62 + "integrity": "sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==", 63 + "dependencies": { 64 + "dequal": "^2.0.3" 65 + } 66 + }, 67 "node_modules/array-iterate": { 68 "version": "2.0.1", 69 "resolved": "https://registry.npmjs.org/array-iterate/-/array-iterate-2.0.1.tgz", 70 @@ -1519,13 +1527,13 @@ 71 } 72 }, 73 "node_modules/astro": { 74 - "version": "4.0.6", 75 - "resolved": "https://registry.npmjs.org/astro/-/astro-4.0.6.tgz", 76 - "integrity": "sha512-P7CfFqWKzkJozzF6IoOC6qoI2ONndV8P3ULhGDgMiXPL7xVkWI5haTBSpyrcjBx643tVXspIRsSV/v+Cx+CjGw==", 77 + "version": "4.2.1", 78 + "resolved": "https://registry.npmjs.org/astro/-/astro-4.2.1.tgz", 79 + "integrity": "sha512-TcrveW2/lohmljrbTUgcDxajEdF1yK+zBvb7SXroloGix/d4jkegO6GANFgvyy0zprMyajW7qgJEFyhWUX86Vw==", 80 "dependencies": { 81 "@astrojs/compiler": "^2.3.4", 82 "@astrojs/internal-helpers": "0.2.1", 83 - "@astrojs/markdown-remark": "4.0.1", 84 + "@astrojs/markdown-remark": "4.1.0", 85 "@astrojs/telemetry": "3.0.4", 86 "@babel/core": "^7.23.3", 87 "@babel/generator": "^7.23.3", 88 @@ -1535,6 +1543,8 @@ 89 "@babel/types": "^7.23.3", 90 "@types/babel__core": "^7.20.4", 91 "acorn": "^8.11.2", 92 + "aria-query": "^5.3.0", 93 + "axobject-query": "^4.0.0", 94 "boxen": "^7.1.1", 95 "chokidar": "^3.5.3", 96 "ci-info": "^4.0.0", 97 @@ -1564,7 +1574,7 @@ 98 "mime": "^3.0.0", 99 "ora": "^7.0.1", 100 "p-limit": "^5.0.0", 101 - "p-queue": "^7.4.1", 102 + "p-queue": "^8.0.1", 103 "path-to-regexp": "^6.2.1", 104 "preferred-pm": "^3.1.2", 105 "probe-image-size": "^7.2.3", 106 @@ -1573,13 +1583,13 @@ 107 "resolve": "^1.22.4", 108 "semver": "^7.5.4", 109 "server-destroy": "^1.0.1", 110 - "shikiji": "^0.6.13", 111 + "shikiji": "^0.9.18", 112 "string-width": "^7.0.0", 113 "strip-ansi": "^7.1.0", 114 "tsconfck": "^3.0.0", 115 "unist-util-visit": "^5.0.0", 116 "vfile": "^6.0.1", 117 - "vite": "^5.0.0", 118 + "vite": "^5.0.10", 119 "vitefu": "^0.2.5", 120 "which-pm": "^2.1.1", 121 "yargs-parser": "^21.1.1", 122 @@ -1593,7 +1603,7 @@ 123 "npm": ">=6.14.0" 124 }, 125 "optionalDependencies": { 126 - "sharp": "^0.32.5" 127 + "sharp": "^0.32.6" 128 } 129 }, 130 "node_modules/autoprefixer": { 131 @@ -1632,6 +1642,14 @@ 132 "postcss": "^8.1.0" 133 } 134 }, 135 + "node_modules/axobject-query": { 136 + "version": "4.0.0", 137 + "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-4.0.0.tgz", 138 + "integrity": "sha512-+60uv1hiVFhHZeO+Lz0RYzsVHy5Wr1ayX0mwda9KPDVLNJgZ1T9Ny7VmFbLDzxsH0D87I86vgj3gFrjTJUYznw==", 139 + "dependencies": { 140 + "dequal": "^2.0.3" 141 + } 142 + }, 143 "node_modules/b4a": { 144 "version": "1.6.4", 145 "resolved": "https://registry.npmjs.org/b4a/-/b4a-1.6.4.tgz", 146 @@ -4790,26 +4808,26 @@ 147 } 148 }, 149 "node_modules/p-queue": { 150 - "version": "7.4.1", 151 - "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-7.4.1.tgz", 152 - "integrity": "sha512-vRpMXmIkYF2/1hLBKisKeVYJZ8S2tZ0zEAmIJgdVKP2nq0nh4qCdf8bgw+ZgKrkh71AOCaqzwbJJk1WtdcF3VA==", 153 + "version": "8.0.1", 154 + "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-8.0.1.tgz", 155 + "integrity": "sha512-NXzu9aQJTAzbBqOt2hwsR63ea7yvxJc0PwN/zobNAudYfb1B7R08SzB4TsLeSbUCuG467NhnoT0oO6w1qRO+BA==", 156 "dependencies": { 157 "eventemitter3": "^5.0.1", 158 - "p-timeout": "^5.0.2" 159 + "p-timeout": "^6.1.2" 160 }, 161 "engines": { 162 - "node": ">=12" 163 + "node": ">=18" 164 }, 165 "funding": { 166 "url": "https://github.com/sponsors/sindresorhus" 167 } 168 }, 169 "node_modules/p-timeout": { 170 - "version": "5.1.0", 171 - "resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-5.1.0.tgz", 172 - "integrity": "sha512-auFDyzzzGZZZdHz3BtET9VEz0SE/uMEAx7uWfGPucfzEwwe/xH0iVeZibQmANYE/hp9T2+UUZT5m+BKyrDp3Ew==", 173 + "version": "6.1.2", 174 + "resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-6.1.2.tgz", 175 + "integrity": "sha512-UbD77BuZ9Bc9aABo74gfXhNvzC9Tx7SxtHSh1fxvx3jTLLYvmVhiQZZrJzqqU0jKbN32kb5VOKiLEQI/3bIjgQ==", 176 "engines": { 177 - "node": ">=12" 178 + "node": ">=14.16" 179 }, 180 "funding": { 181 "url": "https://github.com/sponsors/sindresorhus" 182 @@ -5458,9 +5476,9 @@ 183 } 184 }, 185 "node_modules/remark-rehype": { 186 - "version": "11.0.0", 187 - "resolved": "https://registry.npmjs.org/remark-rehype/-/remark-rehype-11.0.0.tgz", 188 - "integrity": "sha512-vx8x2MDMcxuE4lBmQ46zYUDfcFMmvg80WYX+UNLeG6ixjdCCLcw1lrgAukwBTuOFsS78eoAedHGn9sNM0w7TPw==", 189 + "version": "11.1.0", 190 + "resolved": "https://registry.npmjs.org/remark-rehype/-/remark-rehype-11.1.0.tgz", 191 + "integrity": "sha512-z3tJrAs2kIs1AqIIy6pzHmAHlF1hWQ+OdY4/hv+Wxe35EhyLKcajL33iUEn3ScxtFox9nUvRufR/Zre8Q08H/g==", 192 "dependencies": { 193 "@types/hast": "^3.0.0", 194 "@types/mdast": "^4.0.0", 195 @@ -5474,62 +5492,18 @@ 196 } 197 }, 198 "node_modules/remark-smartypants": { 199 - "version": "2.0.0", 200 - "resolved": "https://registry.npmjs.org/remark-smartypants/-/remark-smartypants-2.0.0.tgz", 201 - "integrity": "sha512-Rc0VDmr/yhnMQIz8n2ACYXlfw/P/XZev884QU1I5u+5DgJls32o97Vc1RbK3pfumLsJomS2yy8eT4Fxj/2MDVA==", 202 + "version": "2.1.0", 203 + "resolved": "https://registry.npmjs.org/remark-smartypants/-/remark-smartypants-2.1.0.tgz", 204 + "integrity": "sha512-qoF6Vz3BjU2tP6OfZqHOvCU0ACmu/6jhGaINSQRI9mM7wCxNQTKB3JUAN4SVoN2ybElEDTxBIABRep7e569iJw==", 205 "dependencies": { 206 "retext": "^8.1.0", 207 - "retext-smartypants": "^5.1.0", 208 - "unist-util-visit": "^4.1.0" 209 + "retext-smartypants": "^5.2.0", 210 + "unist-util-visit": "^5.0.0" 211 }, 212 "engines": { 213 "node": "^12.20.0 || ^14.13.1 || >=16.0.0" 214 } 215 }, 216 - "node_modules/remark-smartypants/node_modules/@types/unist": { 217 - "version": "2.0.10", 218 - "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.10.tgz", 219 - "integrity": "sha512-IfYcSBWE3hLpBg8+X2SEa8LVkJdJEkT2Ese2aaLs3ptGdVtABxndrMaxuFlQ1qdFf9Q5rDvDpxI3WwgvKFAsQA==" 220 - }, 221 - "node_modules/remark-smartypants/node_modules/unist-util-is": { 222 - "version": "5.2.1", 223 - "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-5.2.1.tgz", 224 - "integrity": "sha512-u9njyyfEh43npf1M+yGKDGVPbY/JWEemg5nH05ncKPfi+kBbKBJoTdsogMu33uhytuLlv9y0O7GH7fEdwLdLQw==", 225 - "dependencies": { 226 - "@types/unist": "^2.0.0" 227 - }, 228 - "funding": { 229 - "type": "opencollective", 230 - "url": "https://opencollective.com/unified" 231 - } 232 - }, 233 - "node_modules/remark-smartypants/node_modules/unist-util-visit": { 234 - "version": "4.1.2", 235 - "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-4.1.2.tgz", 236 - "integrity": "sha512-MSd8OUGISqHdVvfY9TPhyK2VdUrPgxkUtWSuMHF6XAAFuL4LokseigBnZtPnJMu+FbynTkFNnFlyjxpVKujMRg==", 237 - "dependencies": { 238 - "@types/unist": "^2.0.0", 239 - "unist-util-is": "^5.0.0", 240 - "unist-util-visit-parents": "^5.1.1" 241 - }, 242 - "funding": { 243 - "type": "opencollective", 244 - "url": "https://opencollective.com/unified" 245 - } 246 - }, 247 - "node_modules/remark-smartypants/node_modules/unist-util-visit-parents": { 248 - "version": "5.1.3", 249 - "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-5.1.3.tgz", 250 - "integrity": "sha512-x6+y8g7wWMyQhL1iZfhIPhDAs7Xwbn9nRosDXl7qoPTSCy0yNxnKc+hWokFifWQIDGi154rdUqKvbCa4+1kLhg==", 251 - "dependencies": { 252 - "@types/unist": "^2.0.0", 253 - "unist-util-is": "^5.0.0" 254 - }, 255 - "funding": { 256 - "type": "opencollective", 257 - "url": "https://opencollective.com/unified" 258 - } 259 - }, 260 "node_modules/remark-stringify": { 261 "version": "11.0.0", 262 "resolved": "https://registry.npmjs.org/remark-stringify/-/remark-stringify-11.0.0.tgz", 263 @@ -6215,13 +6189,18 @@ 264 } 265 }, 266 "node_modules/shikiji": { 267 - "version": "0.6.13", 268 - "resolved": "https://registry.npmjs.org/shikiji/-/shikiji-0.6.13.tgz", 269 - "integrity": "sha512-4T7X39csvhT0p7GDnq9vysWddf2b6BeioiN3Ymhnt3xcy9tXmDcnsEFVxX18Z4YcQgEE/w48dLJ4pPPUcG9KkA==", 270 + "version": "0.9.19", 271 + "resolved": "https://registry.npmjs.org/shikiji/-/shikiji-0.9.19.tgz", 272 + "integrity": "sha512-Kw2NHWktdcdypCj1GkKpXH4o6Vxz8B8TykPlPuLHOGSV8VkhoCLcFOH4k19K4LXAQYRQmxg+0X/eM+m2sLhAkg==", 273 "dependencies": { 274 - "hast-util-to-html": "^9.0.0" 275 + "shikiji-core": "0.9.19" 276 } 277 }, 278 + "node_modules/shikiji-core": { 279 + "version": "0.9.19", 280 + "resolved": "https://registry.npmjs.org/shikiji-core/-/shikiji-core-0.9.19.tgz", 281 + "integrity": "sha512-AFJu/vcNT21t0e6YrfadZ+9q86gvPum6iywRyt1OtIPjPFe25RQnYJyxHQPMLKCCWA992TPxmEmbNcOZCAJclw==" 282 + }, 283 "node_modules/signal-exit": { 284 "version": "4.1.0", 285 "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", 286 @@ -6930,9 +6909,9 @@ 287 } 288 }, 289 "node_modules/vite": { 290 - "version": "5.0.5", 291 - "resolved": "https://registry.npmjs.org/vite/-/vite-5.0.5.tgz", 292 - "integrity": "sha512-OekeWqR9Ls56f3zd4CaxzbbS11gqYkEiBtnWFFgYR2WV8oPJRRKq0mpskYy/XaoCL3L7VINDhqqOMNDiYdGvGg==", 293 + "version": "5.0.12", 294 + "resolved": "https://registry.npmjs.org/vite/-/vite-5.0.12.tgz", 295 + "integrity": "sha512-4hsnEkG3q0N4Tzf1+t6NdN9dg/L3BM+q8SWgbSPnJvrgH2kgdyzfVJwbR1ic69/4uMJJ/3dqDZZE5/WwqW8U1w==", 296 "dependencies": { 297 "esbuild": "^0.19.3", 298 "postcss": "^8.4.32", 299 diff --git a/package.json b/package.json 300 index 0357656..7c7e629 100644 301 --- a/package.json 302 +++ b/package.json 303 @@ -12,7 +12,7 @@ 304 "dependencies": { 305 "@astrojs/check": "^0.3.3", 306 "@astrojs/lit": "^3.0.3", 307 - "@astrojs/node": "^7.0.1", 308 + "@astrojs/node": "^8.0.0", 309 "@astrojs/tailwind": "^5.0.3", 310 "@webcomponents/template-shadowroot": "^0.2.1", 311 "astro": "^4.0.6",