Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
chore: update bson peer dependency to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
rtritto committed Oct 15, 2023
1 parent cded0cc commit 521cdcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"acorn": "^8.1.0"
},
"peerDependencies": {
"bson": "^4.6.3 || ^5.0.0"
"bson": "^4.6.3 || ^5 || ^6"
},
"devDependencies": {
"@babel/core": "^7.18.9",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2018,7 +2018,7 @@ bson@^1.0.1:
resolved "https://registry.yarnpkg.com/bson/-/bson-1.1.6.tgz#fb819be9a60cd677e0853aee4ca712a785d6618a"
integrity sha512-EvVNVeGo4tHxwi8L6bPj3y3itEvStdwvvlojVxxbyYfoaxJ6keLgrTuKdyfEAszFK+H3olzBuafE0yoh0D1gdg==

bson@^4.0.3, bson@^4.6.3:
bson@^4.0.3:
version "4.6.3"
resolved "https://registry.yarnpkg.com/bson/-/bson-4.6.3.tgz#d1a9a0b84b9e84b62390811fc5580f6a8b1d858c"
integrity sha512-rAqP5hcUVJhXP2MCSNVsf0oM2OGU1So6A9pVRDYayvJ5+hygXHQApf87wd5NlhPM1J9RJnbqxIG/f8QTzRoQ4A==
Expand Down

0 comments on commit 521cdcd

Please sign in to comment.