Skip to content

Commit 1c046c0

Browse files
committed
update dependencies
1 parent cb15cdf commit 1c046c0

File tree

2 files changed

+134
-120
lines changed

2 files changed

+134
-120
lines changed

deno.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,17 +54,17 @@
5454
},
5555
"imports": {
5656
"@luca/esbuild-deno-loader": "jsr:@luca/esbuild-deno-loader@^0.11.1",
57-
"@std/assert": "jsr:@std/assert@^1.0.13",
58-
"@std/async": "jsr:@std/async@^1.0.13",
57+
"@std/assert": "jsr:@std/assert@^1.0.14",
58+
"@std/async": "jsr:@std/async@^1.0.14",
5959
"@std/cache": "jsr:@std/cache@^0.2.0",
60-
"@std/collections": "jsr:@std/collections@^1.1.1",
61-
"@std/fs": "jsr:@std/fs@^1.0.18",
60+
"@std/collections": "jsr:@std/collections@^1.1.3",
61+
"@std/fs": "jsr:@std/fs@^1.0.19",
6262
"@std/html": "jsr:@std/html@^1.0.4",
6363
"@std/random": "jsr:@std/random@^0.1.2",
6464
"@std/regexp": "jsr:@std/regexp@^1.0.1",
65-
"@std/text": "jsr:@std/text@^1.0.14",
65+
"@std/text": "jsr:@std/text@^1.0.16",
6666
"browser-dtector": "npm:browser-dtector@^4.1.0",
67-
"compromise": "npm:compromise@^14.14.3",
68-
"esbuild": "npm:esbuild@^0.25.5"
67+
"compromise": "npm:compromise@^14.14.4",
68+
"esbuild": "npm:esbuild@^0.25.9"
6969
}
7070
}

0 commit comments

Comments
 (0)