summaryrefslogtreecommitdiff
path: root/deno.lock
diff options
context:
space:
mode:
Diffstat (limited to 'deno.lock')
-rw-r--r--deno.lock125
1 files changed, 122 insertions, 3 deletions
diff --git a/deno.lock b/deno.lock
index 56974c3..80b6541 100644
--- a/deno.lock
+++ b/deno.lock
@@ -24,7 +24,8 @@
"npm:@t3-oss/env-core@~0.13.8": "0.13.8_typescript@5.8.3_zod@3.25.67",
"npm:@types/mdast@*": "4.0.4",
"npm:@types/mdast@^4.0.4": "4.0.4",
- "npm:astro@5.10.1": "5.10.1_typescript@5.8.3_vite@6.3.5__picomatch@4.0.2_zod@3.25.67",
+ "npm:@types/node@*": "22.15.15",
+ "npm:astro@5.10.1": "5.10.1_typescript@5.8.3_vite@6.3.5__picomatch@4.0.2_zod@3.25.67_@types+node@22.15.15",
"npm:openpgp@^6.1.1": "6.1.1",
"npm:reading-time@^1.5.0": "1.5.0",
"npm:rehype-external-links@3": "3.0.0",
@@ -38,7 +39,7 @@
"npm:unified@^11.0.5": "11.0.5",
"npm:unist-util-visit@5": "5.0.0",
"npm:vfile@^6.0.3": "6.0.3",
- "npm:vite@7": "7.0.0_picomatch@4.0.2",
+ "npm:vite@7": "7.0.0_picomatch@4.0.2_@types+node@22.15.15",
"npm:yaqrcode@~0.2.1": "0.2.1",
"npm:zod@^3.25.67": "3.25.67"
},
@@ -84,6 +85,7 @@
"integrity": "144b3737105b9071cb50c957681f58a1b8ec0f3e5b19ad830f401c5fa931e8f0",
"dependencies": [
"jsr:@std/assert",
+ "jsr:@std/async",
"jsr:@std/data-structures",
"jsr:@std/fs@^1.0.18",
"jsr:@std/internal@^1.0.8",
@@ -964,7 +966,77 @@
"unstorage",
"vfile",
"vite@6.3.5_picomatch@4.0.2",
- "vitefu",
+ "vitefu@1.0.7_vite@6.3.5__picomatch@4.0.2",
+ "xxhash-wasm",
+ "yargs-parser",
+ "yocto-spinner",
+ "zod",
+ "zod-to-json-schema",
+ "zod-to-ts"
+ ],
+ "optionalDependencies": [
+ "sharp"
+ ],
+ "bin": true
+ },
+ "astro@5.10.1_typescript@5.8.3_vite@6.3.5__picomatch@4.0.2_zod@3.25.67_@types+node@22.15.15": {
+ "integrity": "sha512-DJVmt+51jU1xmgmAHCDwuUgcG/5aVFSU+tcX694acAZqPVt8EMUAmUZcJDX36Z7/EztnPph9HR3pm72jS2EgHQ==",
+ "dependencies": [
+ "@astrojs/compiler",
+ "@astrojs/internal-helpers",
+ "@astrojs/markdown-remark",
+ "@astrojs/telemetry",
+ "@capsizecss/unpack",
+ "@oslojs/encoding",
+ "@rollup/pluginutils",
+ "acorn",
+ "aria-query",
+ "axobject-query",
+ "boxen",
+ "ci-info",
+ "clsx",
+ "common-ancestor-path",
+ "cookie",
+ "cssesc",
+ "debug",
+ "deterministic-object-hash",
+ "devalue",
+ "diff",
+ "dlv",
+ "dset",
+ "es-module-lexer",
+ "esbuild",
+ "estree-walker@3.0.3",
+ "flattie",
+ "fontace",
+ "github-slugger",
+ "html-escaper",
+ "http-cache-semantics",
+ "import-meta-resolve",
+ "js-yaml",
+ "kleur@4.1.5",
+ "magic-string",
+ "magicast",
+ "mrmime",
+ "neotraverse",
+ "p-limit",
+ "p-queue",
+ "package-manager-detector",
+ "picomatch@4.0.2",
+ "prompts",
+ "rehype",
+ "semver",
+ "shiki",
+ "tinyexec",
+ "tinyglobby",
+ "tsconfck",
+ "ultrahtml",
+ "unifont",
+ "unist-util-visit",
+ "unstorage",
+ "vfile",
+ "vite@6.3.5_picomatch@4.0.2_@types+node@22.15.15",
+ "vitefu@1.0.7_vite@6.3.5__picomatch@4.0.2_@types+node@22.15.15",
"xxhash-wasm",
"yargs-parser",
"yocto-spinner",
@@ -2657,6 +2729,25 @@
],
"bin": true
},
+ "vite@6.3.5_picomatch@4.0.2_@types+node@22.15.15": {
+ "integrity": "sha512-cZn6NDFE7wdTpINgs++ZJ4N49W2vRp8LCKrn3Ob1kYNtOo21vfDoaV5GzBfLU4MovSAB8uNRm4jgzVQZ+mBzPQ==",
+ "dependencies": [
+ "@types/node@22.15.15",
+ "esbuild",
+ "fdir",
+ "picomatch@4.0.2",
+ "postcss",
+ "rollup",
+ "tinyglobby"
+ ],
+ "optionalDependencies": [
+ "fsevents"
+ ],
+ "optionalPeers": [
+ "@types/node@22.15.15"
+ ],
+ "bin": true
+ },
"vite@7.0.0_picomatch@4.0.2": {
"integrity": "sha512-ixXJB1YRgDIw2OszKQS9WxGHKwLdCsbQNkpJN171udl6szi/rIySHL6/Os3s2+oE4P/FLD4dxg4mD7Wust+u5g==",
"dependencies": [
@@ -2672,6 +2763,25 @@
],
"bin": true
},
+ "vite@7.0.0_picomatch@4.0.2_@types+node@22.15.15": {
+ "integrity": "sha512-ixXJB1YRgDIw2OszKQS9WxGHKwLdCsbQNkpJN171udl6szi/rIySHL6/Os3s2+oE4P/FLD4dxg4mD7Wust+u5g==",
+ "dependencies": [
+ "@types/node@22.15.15",
+ "esbuild",
+ "fdir",
+ "picomatch@4.0.2",
+ "postcss",
+ "rollup",
+ "tinyglobby"
+ ],
+ "optionalDependencies": [
+ "fsevents"
+ ],
+ "optionalPeers": [
+ "@types/node@22.15.15"
+ ],
+ "bin": true
+ },
"vitefu@1.0.7_vite@6.3.5__picomatch@4.0.2": {
"integrity": "sha512-eRWXLBbJjW3X5z5P5IHcSm2yYbYRPb2kQuc+oqsbAl99WB5kVsPbiiox+cymo8twTzifA6itvhr2CmjnaZZp0Q==",
"dependencies": [
@@ -2681,6 +2791,15 @@
"vite@6.3.5_picomatch@4.0.2"
]
},
+ "vitefu@1.0.7_vite@6.3.5__picomatch@4.0.2_@types+node@22.15.15": {
+ "integrity": "sha512-eRWXLBbJjW3X5z5P5IHcSm2yYbYRPb2kQuc+oqsbAl99WB5kVsPbiiox+cymo8twTzifA6itvhr2CmjnaZZp0Q==",
+ "dependencies": [
+ "vite@6.3.5_picomatch@4.0.2_@types+node@22.15.15"
+ ],
+ "optionalPeers": [
+ "vite@6.3.5_picomatch@4.0.2_@types+node@22.15.15"
+ ]
+ },
"volar-service-css@0.0.62_@volar+language-service@2.4.15": {
"integrity": "sha512-JwNyKsH3F8PuzZYuqPf+2e+4CTU8YoyUHEHVnoXNlrLe7wy9U3biomZ56llN69Ris7TTy/+DEX41yVxQpM4qvg==",
"dependencies": [