From cd6d94cfd4d8b694685cb4fb949547949effa7b8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 3 Jan 2026 08:01:07 +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 ed0be6d1..a2c79acb 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "negotiator": "github:ethanresnick/negotiator#full-parse-access", "pluralize": "0.0.11", "pug": "^2.0.3", - "qs": "^6.5.2", + "qs": "^6.14.1", "ramda": "^0.25.0", "raw-body": "^2.3.3", "supports-color": "^4.5.0",