From 5cb67dbb00d2d7b969a038eb10f168891290ce17 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 14:01:11 +0000 Subject: [PATCH] Update dependency supertest to v7 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3fecf43..7407f3d 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,6 @@ "chai": "4.2.0", "koa": "2.5.3", "mocha": "2.5.3", - "supertest": "3.2.0" + "supertest": "7.2.2" } }