From 62d18d830a74d24218b24cef26253317c38a2086 Mon Sep 17 00:00:00 2001 From: Aditi Khare Date: Tue, 10 Dec 2024 17:43:43 -0500 Subject: [PATCH] fixed deps --- CONTRIBUTING.md | 2 +- package.json | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 086e2734a2..97f084447d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -46,7 +46,7 @@ If you have a question about Mongoose (not a bug report) please post it to eithe * execute `npm run test-tsd` to run the typescript tests * execute `npm run ts-benchmark` to run the typescript benchmark "performance test" for a single time. * 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. -* 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 +* 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. ## Documentation diff --git a/package.json b/package.json index 06adb0af08..0d0fe6f99c 100644 --- a/package.json +++ b/package.json @@ -20,10 +20,8 @@ "license": "MIT", "dependencies": { "bson": "^6.7.0", - "hugo": "^0.0.3", "kareem": "2.6.3", "mongodb": "~6.10.0", - "mongodb-client-encryption": "^6.1.0", "mpath": "0.9.0", "mquery": "5.0.0", "ms": "2.1.3",