From f2c6b7b430d601b1b51ac53696b71ebe4873c552 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 2 Jan 2026 11:08:32 +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 801c5a3..3ce6714 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,6 @@ "license": "ISC", "dependencies": { "axios": "^0.21.4", - "qs": "^6.10.1" + "qs": "^6.14.1" } }