fix: mongodb version
This commit is contained in:
13
deno.lock
generated
13
deno.lock
generated
@@ -11,7 +11,6 @@
|
||||
"npm:eslint@9.25.1": "9.25.1",
|
||||
"npm:fake-indexeddb@6.0.0": "6.0.0",
|
||||
"npm:mongodb@6.15.0": "6.15.0",
|
||||
"npm:mongodb@6.16.0": "6.16.0",
|
||||
"npm:nanoid@5.1.5": "5.1.5",
|
||||
"npm:postgres@3.4.5": "3.4.5",
|
||||
"npm:postgres@^3.4.5": "3.4.5",
|
||||
@@ -143,7 +142,7 @@
|
||||
"@jsr/std__async",
|
||||
"@jsr/std__fs",
|
||||
"@jsr/std__net",
|
||||
"mongodb@6.15.0",
|
||||
"mongodb",
|
||||
"postgres"
|
||||
]
|
||||
},
|
||||
@@ -659,14 +658,6 @@
|
||||
"mongodb-connection-string-url"
|
||||
]
|
||||
},
|
||||
"mongodb@6.16.0": {
|
||||
"integrity": "sha512-D1PNcdT0y4Grhou5Zi/qgipZOYeWrhLEpk33n3nm6LGtz61jvO88WlrWCK/bigMjpnOdAUKKQwsGIl0NtWMyYw==",
|
||||
"dependencies": [
|
||||
"@mongodb-js/saslprep",
|
||||
"bson",
|
||||
"mongodb-connection-string-url"
|
||||
]
|
||||
},
|
||||
"ms@2.1.3": {
|
||||
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="
|
||||
},
|
||||
@@ -869,7 +860,7 @@
|
||||
"npm:eslint-plugin-simple-import-sort@12.1.1",
|
||||
"npm:eslint@9.25.1",
|
||||
"npm:fake-indexeddb@6.0.0",
|
||||
"npm:mongodb@6.16.0",
|
||||
"npm:mongodb@6.15.0",
|
||||
"npm:nanoid@5.1.5",
|
||||
"npm:postgres@3.4.5",
|
||||
"npm:prettier@3.5.3",
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"dependencies": {
|
||||
"@std/async": "npm:@jsr/std__async@1.0.12",
|
||||
"@valkyr/db": "1.0.1",
|
||||
"mongodb": "6.16.0",
|
||||
"mongodb": "6.15.0",
|
||||
"nanoid": "5.1.5",
|
||||
"postgres": "3.4.5",
|
||||
"zod": "next"
|
||||
|
||||
Reference in New Issue
Block a user