From 40e06c8632640add2502a976b5bfa0e5bd040a12 Mon Sep 17 00:00:00 2001 From: KobeNguyenT <7845001+kobenguyent@users.noreply.github.com> Date: Tue, 26 Sep 2023 13:05:56 +0200 Subject: [PATCH] fix: error cannot require JSONResponse (#3893) * fix: error cannot require JSONResponse * fix: upgrade chai * Update tsconfig.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fd4740e26..9fd6a19fc 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "acorn": "8.10.0", "arrify": "2.0.1", "axios": "1.3.3", - "chai": "4.3.6", + "chai": "4.3.8", "chai-deep-match": "1.2.1", "chalk": "4.1.2", "commander": "11.0.0",