From 5ba48f4509a14b4121c53e5264bcd8963cee9cd4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 1 Jan 2026 10:40:14 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-14724253 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6fa6a0b..c19bf29 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "dependencies": { "async": "~1.5.2", "chai": "^3.5.0", - "supertest": "~1.1.0" + "supertest": "~7.1.3" }, "devDependencies": { "loopback": "2.25.0",