summaryrefslogtreecommitdiff
path: root/deno.lock
diff options
context:
space:
mode:
Diffstat (limited to 'deno.lock')
-rw-r--r--deno.lock8
1 files changed, 6 insertions, 2 deletions
diff --git a/deno.lock b/deno.lock
index f301ceb..aa6b1b2 100644
--- a/deno.lock
+++ b/deno.lock
@@ -39,7 +39,10 @@
]
},
"@std/assert@1.0.16": {
- "integrity": "6a7272ed1eaa77defe76e5ff63ca705d9c495077e2d5fd0126d2b53fc5bd6532"
+ "integrity": "6a7272ed1eaa77defe76e5ff63ca705d9c495077e2d5fd0126d2b53fc5bd6532",
+ "dependencies": [
+ "jsr:@std/internal"
+ ]
},
"@std/bytes@1.0.6": {
"integrity": "f6ac6adbd8ccd99314045f5703e23af0a68d7f7e58364b47d2c7f408aeb5820a"
@@ -76,7 +79,8 @@
},
"workspace": {
"dependencies": [
- "jsr:@oak/oak@^17.1.3"
+ "jsr:@oak/oak@^17.1.3",
+ "jsr:@std/assert@1"
]
}
}