From f00743249ff5f18b82e65a96604ee7b5fd35965a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 13:32:40 +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 335448a..613258b 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "grunt": "0.4.5", "grunt-contrib-jshint": "1.1.0", "restify": "7.7.0", - "supertest": "4.0.2", + "supertest": "7.2.2", "tape": "4.13.2", "through": "2.3.8", "updtr": "3.1.0",