diff --git a/package.json b/package.json index 3438ebc53..628a4aced 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "@babel/cli": "^7.7.7", "@babel/core": "^7.7.7", "@babel/node": "^7.7.7", - "chai": "^4.0.1", + "chai": "4.2.0", "chai-as-promised": "^7.1.1", "dirty-chai": "^2.0.1", "eslint": "^6.8.0", diff --git a/packages/client/package.json b/packages/client/package.json index 22abad963..55cf9851c 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -31,8 +31,12 @@ "axios": "^0.21.1" }, "devDependencies": { + "chai": "4.2.0", "nock": "^10.0.6" }, + "resolutions": { + "chai": "4.2.0" + }, "tags": [ "http", "rest",