From b822f04c4dc4ea3a8faadacd5a3d3cf72973ccb6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Sep 2026 22:56:29 +0000 Subject: [PATCH] chore: update dependency supertest to ^7.3.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 327f69ec..59355865 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "express": "^5.2.1", "lockfile-lint": "^5.0.1", "mocha": "^12.0.2", - "supertest": "^7.2.2" + "supertest": "^7.3.0" }, "engines": { "node": ">=16" @@ -4469,9 +4469,9 @@ } }, "node_modules/supertest": { - "version": "7.2.2", - "resolved": "https://registry.npmjs.org/supertest/-/supertest-7.2.2.tgz", - "integrity": "sha512-oK8WG9diS3DlhdUkcFn4tkNIiIbBx9lI2ClF8K+b2/m8Eyv47LSawxUzZQSNKUrVb2KsqeTDCcjAAVPYaSLVTA==", + "version": "7.3.0", + "resolved": "https://registry.npmjs.org/supertest/-/supertest-7.3.0.tgz", + "integrity": "sha512-UwwmWq3xLhyU96c521wYNaBg7IqX78Wpj4FKs6Katp6vdklX42zU5ESvX3KeZRLFyO44RwFp4yvxYMNZzCcX9g==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 806adba2..1b29a05e 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "express": "^5.2.1", "lockfile-lint": "^5.0.1", "mocha": "^12.0.2", - "supertest": "^7.2.2" + "supertest": "^7.3.0" }, "browser": { "strong-error-handler": false