From 98944c9b82dbb76f915165388241c9f954acddaf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 20:18:52 +0000 Subject: [PATCH] Update dependency chai-http to v4.4.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b65d5a5c..6bf1b2a6 100644 --- a/package.json +++ b/package.json @@ -31,13 +31,13 @@ "dependencies": {}, "devDependencies": { "@types/chai": "4.3.4", - "@types/chai-http": "4.2.0", + "@types/chai-http": "4.2.4", "@types/express": "4.17.17", "@types/mocha": "9.1.1", "@types/moment": "2.13.0", "@types/node": "18.14.0", "chai": "4.3.7", - "chai-http": "4.3.0", + "chai-http": "4.4.0", "copyfiles": "2.4.1", "express": "4.18.2", "mocha": "9.2.2",