Skip to content

Commit

Permalink
Merge pull request hashgraph#2138 from hashgraph/dependabot/npm_and_y…
Browse files Browse the repository at this point in the history
…arn/develop/mongodb-5.5.0

Bump mongodb from 5.4.0 to 5.5.0
  • Loading branch information
simvalery authored May 15, 2023
2 parents 26b37c0 + 8d067c3 commit 8342775
Show file tree
Hide file tree
Showing 5 changed files with 158 additions and 26 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.4.0",
"mongodb": "5.5.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.4.0",
"mongodb": "5.5.0",
"prom-client": "^14.1.1",
"prometheus-api-metrics": "3.2.2",
"reflect-metadata": "^0.1.13"
Expand Down
139 changes: 119 additions & 20 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.4.0",
"mongodb": "5.5.0",
"prom-client": "^14.1.1",
"prometheus-api-metrics": "3.2.2",
"reflect-metadata": "^0.1.13"
Expand Down
39 changes: 36 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.4.0
mongodb: 5.5.0
nats: ^2.6.1
node-vault: ^0.9.22
reflect-metadata: ^0.1.13
Expand Down Expand Up @@ -3408,6 +3408,13 @@ __metadata:
languageName: node
linkType: hard

"bson@npm:^5.3.0":
version: 5.3.0
resolution: "bson@npm:5.3.0"
checksum: c1e57630fea6b82ad8bc0fb83fd8f16a2620a836ab69f6b9433250cd19704c0c8995681a3bfab9f967eae30512f0c8ee921d42ace4c1781726600c4a367593cf
languageName: node
linkType: hard

"buffer-equal-constant-time@npm:1.0.1":
version: 1.0.1
resolution: "buffer-equal-constant-time@npm:1.0.1"
Expand Down Expand Up @@ -5724,7 +5731,7 @@ __metadata:
mocha-junit-reporter: ^2.0.2
module-alias: ^2.2.2
moment: ^2.29.2
mongodb: 5.4.0
mongodb: 5.5.0
nodemon: ^2.0.12
prom-client: ^14.1.1
prometheus-api-metrics: 3.2.2
Expand Down Expand Up @@ -8339,6 +8346,32 @@ __metadata:
languageName: node
linkType: hard

"mongodb@npm:5.5.0":
version: 5.5.0
resolution: "mongodb@npm:5.5.0"
dependencies:
bson: ^5.3.0
mongodb-connection-string-url: ^2.6.0
saslprep: ^1.0.3
socks: ^2.7.1
peerDependencies:
"@aws-sdk/credential-providers": ^3.201.0
mongodb-client-encryption: ">=2.3.0 <3"
snappy: ^7.2.2
dependenciesMeta:
saslprep:
optional: true
peerDependenciesMeta:
"@aws-sdk/credential-providers":
optional: true
mongodb-client-encryption:
optional: true
snappy:
optional: true
checksum: fafb75195d605767cf7269aa82a1f4704c3357240d0fef7296d55e83eab592158844988af3b94165769459ff1b2a0af2fc49bc44c9bbabd10d6ddc319668a0e0
languageName: node
linkType: hard

"move-file@npm:^2.1.0":
version: 2.1.0
resolution: "move-file@npm:2.1.0"
Expand Down Expand Up @@ -9355,7 +9388,7 @@ __metadata:
mocha-junit-reporter: ^2.0.2
module-alias: ^2.2.2
moment: ^2.29.2
mongodb: 5.4.0
mongodb: 5.5.0
nodemon: ^2.0.12
prom-client: ^14.1.1
prometheus-api-metrics: 3.2.2
Expand Down

0 comments on commit 8342775

Please sign in to comment.