fix: mongodb version

This commit is contained in:
2025-04-25 22:45:42 +00:00
parent 56d9037e33
commit 0fe213798b
2 changed files with 3 additions and 12 deletions

13
deno.lock generated
View File

@@ -11,7 +11,6 @@
"npm:eslint@9.25.1": "9.25.1", "npm:eslint@9.25.1": "9.25.1",
"npm:fake-indexeddb@6.0.0": "6.0.0", "npm:fake-indexeddb@6.0.0": "6.0.0",
"npm:mongodb@6.15.0": "6.15.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:nanoid@5.1.5": "5.1.5",
"npm:postgres@3.4.5": "3.4.5", "npm:postgres@3.4.5": "3.4.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__async",
"@jsr/std__fs", "@jsr/std__fs",
"@jsr/std__net", "@jsr/std__net",
"mongodb@6.15.0", "mongodb",
"postgres" "postgres"
] ]
}, },
@@ -659,14 +658,6 @@
"mongodb-connection-string-url" "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": { "ms@2.1.3": {
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="
}, },
@@ -869,7 +860,7 @@
"npm:eslint-plugin-simple-import-sort@12.1.1", "npm:eslint-plugin-simple-import-sort@12.1.1",
"npm:eslint@9.25.1", "npm:eslint@9.25.1",
"npm:fake-indexeddb@6.0.0", "npm:fake-indexeddb@6.0.0",
"npm:mongodb@6.16.0", "npm:mongodb@6.15.0",
"npm:nanoid@5.1.5", "npm:nanoid@5.1.5",
"npm:postgres@3.4.5", "npm:postgres@3.4.5",
"npm:prettier@3.5.3", "npm:prettier@3.5.3",

View File

@@ -2,7 +2,7 @@
"dependencies": { "dependencies": {
"@std/async": "npm:@jsr/std__async@1.0.12", "@std/async": "npm:@jsr/std__async@1.0.12",
"@valkyr/db": "1.0.1", "@valkyr/db": "1.0.1",
"mongodb": "6.16.0", "mongodb": "6.15.0",
"nanoid": "5.1.5", "nanoid": "5.1.5",
"postgres": "3.4.5", "postgres": "3.4.5",
"zod": "next" "zod": "next"