From 13aeb453ee9e51a8ffca28255c1ea97d80426910 Mon Sep 17 00:00:00 2001 From: krzysdz Date: Tue, 1 Sep 2026 11:29:46 +0200 Subject: [PATCH] deps: qs@^6.16.0 --- HISTORY.md | 6 +++++- package.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 9d43ed3e..55313103 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,8 @@ +Unreleased +======================== + +* deps: qs@^6.16.0 + 2.3.0 / 2026-06-15 ======================== @@ -121,7 +126,6 @@ This incorporates all changes after 1.19.1 up to 1.20.2. * refactor(json): simplify strict mode error string construction * fix: extended urlencoded parsing of arrays with >100 elements (#716) * deps: qs@~6.15.1 -* 1.20.4 / 2025-12-01 =================== diff --git a/package.json b/package.json index 2171237a..804e1e8f 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "http-errors": "^2.0.1", "iconv-lite": "^0.7.2", "on-finished": "^2.4.1", - "qs": "^6.15.2", + "qs": "^6.16.0", "raw-body": "^3.0.2", "type-is": "^2.1.0" },