Skip to content

Commit

Permalink
[Snyk] Upgrade mongodb-client-encryption from 6.0.0 to 6.0.1 (#6137)
Browse files Browse the repository at this point in the history
* fix: upgrade mongodb-client-encryption from 6.0.0 to 6.0.1

Snyk has created this PR to upgrade mongodb-client-encryption from 6.0.0 to 6.0.1.

See this package in npm:
mongodb-client-encryption

See this project in Snyk:
https://app.snyk.io/org/compass/project/1ff641f2-03e8-4f01-b1ec-d618fc47618d?utm_source=github&utm_medium=referral&page=upgrade-pr

* fixup: update package-lock and use consistent version spec

---------

Co-authored-by: snyk-bot <[email protected]>
Co-authored-by: Anna Henningsen <[email protected]>
  • Loading branch information
3 people authored Aug 19, 2024
1 parent 8faaf17 commit 0452f88
Show file tree
Hide file tree
Showing 4 changed files with 66 additions and 11 deletions.
71 changes: 63 additions & 8 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,6 @@
"scripts"
],
"overrides": {
"mongodb-client-encryption": "6.0.0"
"mongodb-client-encryption": "~6.0.1"
}
}
2 changes: 1 addition & 1 deletion packages/compass/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
"clipboard": "^2.0.6",
"kerberos": "^2.1.1",
"keytar": "^7.9.0",
"mongodb-client-encryption": "6.0.0",
"mongodb-client-encryption": "~6.0.1",
"os-dns-native": "^1.2.1",
"system-ca": "^2.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/data-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,6 @@
"typescript": "^5.0.4"
},
"optionalDependencies": {
"mongodb-client-encryption": "6.0.0"
"mongodb-client-encryption": "~6.0.1"
}
}

0 comments on commit 0452f88

Please sign in to comment.