From e6afa309f8fea192ab2a71500c6a94f90a44e9d6 Mon Sep 17 00:00:00 2001 From: gustawdaniel Date: Thu, 12 Feb 2026 21:42:26 +0100 Subject: [PATCH 1/2] "qs" updatef from "^6.12.3" to "^6.14.2" --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bea0a11..b536548 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.2" }, "main": "./url.js", "keywords": [ From c64d17422d22a63e8a6753049f295d9b50f4bae4 Mon Sep 17 00:00:00 2001 From: gustawdaniel Date: Thu, 12 Feb 2026 21:49:06 +0100 Subject: [PATCH 2/2] node engine 0.4 -> 0.6 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b536548..de4d683 100644 --- a/package.json +++ b/package.json @@ -37,6 +37,6 @@ }, "license": "MIT", "engines": { - "node": ">= 0.4" + "node": ">= 0.6" } -} +} \ No newline at end of file