Skip to content

Commit

Permalink
Bump mongodb from 5.3.0 to 5.4.0
Browse files Browse the repository at this point in the history
Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 5.3.0 to 5.4.0.
- [Release notes](https://github.com/mongodb/node-mongodb-native/releases)
- [Changelog](https://github.com/mongodb/node-mongodb-native/blob/main/HISTORY.md)
- [Commits](mongodb/node-mongodb-native@v5.3.0...v5.4.0)

---
updated-dependencies:
- dependency-name: mongodb
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 8, 2023
1 parent 65e9161 commit 1b948d8
Show file tree
Hide file tree
Showing 5 changed files with 124 additions and 15 deletions.
2 changes: 1 addition & 1 deletion common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"lodash.get": "^4.4.2",
"lodash.set": "^4.3.2",
"moment": "^2.29.2",
"mongodb": "5.3.0",
"mongodb": "5.4.0",
"nats": "^2.6.1",
"node-vault": "^0.9.22",
"reflect-metadata": "^0.1.13",
Expand Down
2 changes: 1 addition & 1 deletion guardian-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"mathjs": "^10.1.0",
"module-alias": "^2.2.2",
"moment": "^2.29.2",
"mongodb": "5.3.0",
"mongodb": "5.4.0",
"reflect-metadata": "^0.1.13"
},
"description": "",
Expand Down
123 changes: 111 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion policy-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"mathjs": "^10.1.0",
"module-alias": "^2.2.2",
"moment": "^2.29.2",
"mongodb": "5.3.0",
"mongodb": "5.4.0",
"reflect-metadata": "^0.1.13"
},
"description": "",
Expand Down
10 changes: 10 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5149,6 +5149,16 @@ [email protected]:
optionalDependencies:
saslprep "^1.0.3"

[email protected]:
version "5.4.0"
resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-5.4.0.tgz#ce217194b49572f32af5ddd9a1e3ae1282954795"
dependencies:
bson "^5.2.0"
mongodb-connection-string-url "^2.6.0"
socks "^2.7.1"
optionalDependencies:
saslprep "^1.0.3"

move-file@^2.1.0:
version "2.1.0"
resolved "https://registry.npmjs.org/move-file/-/move-file-2.1.0.tgz"
Expand Down

0 comments on commit 1b948d8

Please sign in to comment.