Skip to content

Commit

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

Bump mongodb from 5.3.0 to 5.4.0
  • Loading branch information
simvalery authored May 10, 2023
2 parents f434677 + 381af07 commit 1474ac0
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 143 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: 12 additions & 111 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
32 changes: 3 additions & 29 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 @@ -5724,7 +5724,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 @@ -8313,32 +8313,6 @@ __metadata:
languageName: node
linkType: hard

"mongodb@npm:5.3.0":
version: 5.3.0
resolution: "mongodb@npm:5.3.0"
dependencies:
bson: ^5.2.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: da86069555f3f700a0ef338a4676de2254ef64f7700427c0e23ccd5bd9ca9cd5f08651f2eb5083edfdc1e7eed1b40c60041b16e6d4851f353a26d9469d274299
languageName: node
linkType: hard

"mongodb@npm:5.4.0":
version: 5.4.0
resolution: "mongodb@npm:5.4.0"
Expand Down Expand Up @@ -9381,7 +9355,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 1474ac0

Please sign in to comment.