Skip to content

Commit 7124710

Browse files
committed
chore(nano): bump deps. Update MongoDB version 7.0.4 -> 7.0.11
1 parent ad4d9a9 commit 7124710

File tree

5 files changed

+288
-245
lines changed

5 files changed

+288
-245
lines changed

images/nano/deno.jsonc

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"tasks": {
33
"run": "deno run -A --unstable mod.js",
44
"test": "deno lint && deno fmt --check && deno test -A",
5-
"cache": "deno cache --lock=deno.lock --lock-write deps.js main.test.js"
5+
"cache": "deno cache --lock=deno.lock deps.js main.test.js"
66
},
77
"fmt": {
88
"include": ["./"],

0 commit comments

Comments
 (0)