Skip to content

Commit 6a33e47

Browse files
committed
update dependencies
1 parent 4ac49c7 commit 6a33e47

File tree

2 files changed

+180
-55
lines changed

2 files changed

+180
-55
lines changed

deno.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,16 +64,16 @@
6464
"imports": {
6565
"@luca/esbuild-deno-loader": "jsr:@luca/esbuild-deno-loader@^0.11.1",
6666
"@std/assert": "jsr:@std/assert@^1.0.13",
67-
"@std/async": "jsr:@std/async@^1.0.12",
67+
"@std/async": "jsr:@std/async@^1.0.13",
6868
"@std/cache": "jsr:@std/cache@^0.2.0",
69-
"@std/collections": "jsr:@std/collections@^1.0.11",
69+
"@std/collections": "jsr:@std/collections@^1.1.1",
7070
"@std/fs": "jsr:@std/fs@^1.0.17",
71-
"@std/html": "jsr:@std/html@^1.0.3",
72-
"@std/random": "jsr:@std/random@^0.1.0",
71+
"@std/html": "jsr:@std/html@^1.0.4",
72+
"@std/random": "jsr:@std/random@^0.1.1",
7373
"@std/regexp": "jsr:@std/regexp@^1.0.1",
74-
"@std/text": "jsr:@std/text@^1.0.13",
74+
"@std/text": "jsr:@std/text@^1.0.14",
7575
"browser-dtector": "npm:browser-dtector@^4.1.0",
7676
"compromise": "npm:compromise@^14.14.3",
77-
"esbuild": "npm:esbuild@^0.25.4"
77+
"esbuild": "npm:esbuild@^0.25.5"
7878
}
7979
}

0 commit comments

Comments
 (0)