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 10, 2023
1 parent 08c96a5 commit f9cfd5f
Show file tree
Hide file tree
Showing 5 changed files with 74 additions and 61 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",
"prom-client": "^14.1.1",
"prometheus-api-metrics": "3.2.2",
"reflect-metadata": "^0.1.13"
Expand Down
123 changes: 68 additions & 55 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",
"prom-client": "^14.1.1",
"prometheus-api-metrics": "3.2.2",
"reflect-metadata": "^0.1.13"
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1083,7 +1083,7 @@ __metadata:
lodash.set: ^4.3.2
mocha-junit-reporter: ^2.0.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 Expand Up @@ -5749,7 +5749,7 @@ __metadata:
mocha-junit-reporter: ^2.0.2
module-alias: ^2.2.2
moment: ^2.29.2
mongodb: 5.3.0
mongodb: 5.4.0
nodemon: ^2.0.12
prom-client: ^14.1.1
prometheus-api-metrics: 3.2.2
Expand Down Expand Up @@ -9406,7 +9406,7 @@ __metadata:
mocha-junit-reporter: ^2.0.2
module-alias: ^2.2.2
moment: ^2.29.2
mongodb: 5.3.0
mongodb: 5.4.0
nodemon: ^2.0.12
prom-client: ^14.1.1
prometheus-api-metrics: 3.2.2
Expand Down

0 comments on commit f9cfd5f

Please sign in to comment.