From 6c813dbbe44e4f1482e562399bea4f9c8c07856c Mon Sep 17 00:00:00 2001 From: Jon Church Date: Thu, 23 Apr 2026 19:46:04 -0400 Subject: [PATCH] deps(qs): bump qs to 6.15.1 --- HISTORY.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 9e3972f4..9261ccb8 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,7 +2,7 @@ Unreleased =================== * refactor(json): simplify strict mode error string construction * fix: extended urlencoded parsing of arrays with >100 elements (#716) -* deps: qs@~6.14.2 +* deps: qs@~6.15.1 1.20.4 / 2025-12-01 =================== diff --git a/package.json b/package.json index 52b11e8b..fd954427 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "http-errors": "~2.0.1", "iconv-lite": "~0.4.24", "on-finished": "~2.4.1", - "qs": "~6.14.2", + "qs": "~6.15.1", "raw-body": "~2.5.3", "type-is": "~1.6.18", "unpipe": "~1.0.0"