From 6af98c13712277de8d506d779f90fd1c331bcb00 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 25 Apr 2024 04:23:23 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-COOKIEJAR-3149984 - https://snyk.io/vuln/SNYK-JS-QS-3153490 - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ddcfc5a..0eab81c 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "proxyquire": "~2.1.3", "sinon": "^14.0.1", "standard-version": "^9.5.0", - "supertest": "~6.3.0" + "supertest": "~7.0.0" }, "dependencies": { "@opentelemetry/api": "^1.3.0",