From d6e658e94138c409db9a5cb7c9d59ca02141c21f Mon Sep 17 00:00:00 2001 From: Kevin Jakubauskas <7211424+Xmaxer@users.noreply.github.com> Date: Mon, 5 Jan 2026 13:46:31 +0000 Subject: [PATCH] [Deps] Update qs to 6.14.1 There's a new security issue with the qs versions <6.14.1 https://security.snyk.io/vuln/SNYK-JS-QS-14724253 This is a non breaking update as far as I can see. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bea0a11..e92c8dc 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "author": "defunctzombie", "dependencies": { "punycode": "^1.4.1", - "qs": "^6.12.3" + "qs": "^6.14.1" }, "main": "./url.js", "keywords": [