Skip to content

Commit ccdbe98

Browse files
committed
chore: bump mongo and bson deps
1 parent 789ee21 commit ccdbe98

File tree

2 files changed

+12
-17
lines changed

2 files changed

+12
-17
lines changed

deno.lock

Lines changed: 10 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deps.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
export { default as crocks } from 'https://cdn.skypack.dev/crocks@0.12.4'
66
export * as R from 'https://cdn.skypack.dev/ramda@^0.29.0?dts'
77

8-
export { EJSON } from 'npm:bson@5.3.0'
9-
export { type Collection, MongoClient } from 'npm:mongodb@5.6.0'
8+
export { EJSON } from 'npm:bson@5.4.0'
9+
export { type Collection, MongoClient } from 'npm:mongodb@5.7.0'
1010
export { default as cuid } from 'npm:cuid@3.0.0'
1111

1212
export {

0 commit comments

Comments
 (0)