Skip to content

Commit 62d18d8

Browse files
fixed deps
1 parent f38366b commit 62d18d8

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ If you have a question about Mongoose (not a bug report) please post it to eithe
4646
* execute `npm run test-tsd` to run the typescript tests
4747
* execute `npm run ts-benchmark` to run the typescript benchmark "performance test" for a single time.
4848
* execute `npm run ts-benchmark-watch` to run the typescript benchmark "performance test" while watching changes on types folder. Note: Make sure to commit all changes before executing this command.
49-
* in order to run tests that require an encrypted cluster locally, run `npm run test-encryption-local`. Alternatively, you can start an encrypted cluster using the `scripts/start-encrypted-cluster.sh` file
49+
* in order to run tests that require an encrypted cluster locally, run `npm run test-encryption-local`. Alternatively, you can start an encrypted cluster using the `scripts/start-encrypted-cluster.sh` file.
5050

5151
## Documentation
5252

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,8 @@
2020
"license": "MIT",
2121
"dependencies": {
2222
"bson": "^6.7.0",
23-
"hugo": "^0.0.3",
2423
"kareem": "2.6.3",
2524
"mongodb": "~6.10.0",
26-
"mongodb-client-encryption": "^6.1.0",
2725
"mpath": "0.9.0",
2826
"mquery": "5.0.0",
2927
"ms": "2.1.3",

0 commit comments

Comments
 (0)