Skip to content

Commit ef4f348

Browse files
fix(deps): update dependency bson to v7
1 parent c7a3122 commit ef4f348

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
]
7575
},
7676
"dependencies": {
77-
"bson": "^6.10.4",
77+
"bson": "^7.0.0",
7878
"libphonenumber-js": "^1.12.15",
7979
"tiny-lru": "^11.4.5"
8080
},

yarn.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1426,11 +1426,16 @@ [email protected]:
14261426
dependencies:
14271427
node-int64 "^0.4.0"
14281428

1429-
bson@*, bson@^6.10.4:
1429+
bson@*:
14301430
version "6.10.4"
14311431
resolved "https://registry.npmjs.org/bson/-/bson-6.10.4.tgz"
14321432
integrity sha512-WIsKqkSC0ABoBJuT1LEX+2HEvNmNKKgnTAyd0fL8qzK4SH2i9NXg+t08YtdZp/V9IZ33cxe3iV4yM0qg8lMQng==
14331433

1434+
bson@^7.0.0:
1435+
version "7.0.0"
1436+
resolved "https://registry.yarnpkg.com/bson/-/bson-7.0.0.tgz#2ee7ac8296d61739a8d3d1799724a10d9f8afa8d"
1437+
integrity sha512-Kwc6Wh4lQ5OmkqqKhYGKIuELXl+EPYSCObVE6bWsp1T/cGkOCBN0I8wF/T44BiuhHyNi1mmKVPXk60d41xZ7kw==
1438+
14341439
buffer-from@^1.0.0:
14351440
version "1.1.2"
14361441
resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.2.tgz#2b146a6fd72e80b4f55d255f35ed59a3a9a41bd5"

0 commit comments

Comments
 (0)