From 3c98bc1773a1cc26c9991e911e4368e0890b5e7b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 25 Apr 2024 06:09:03 +0000 Subject: [PATCH] fix: garden-service/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/npm:debug:20170905 --- garden-service/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/garden-service/package.json b/garden-service/package.json index 29c9a45e85..1bc59bc669 100644 --- a/garden-service/package.json +++ b/garden-service/package.json @@ -108,7 +108,7 @@ "sqlite3": "^4.1.1", "string-width": "^4.2.0", "strip-ansi": "^6.0.0", - "supertest": "^4.0.2", + "supertest": "^7.0.0", "sywac": "^1.2.2", "tar": "^5.0.5", "terminal-link": "^2.0.0",