From 68799df0810d1bf0d85d258ee98cc77e986cfaf0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Feb 2026 12:50:39 +0000 Subject: [PATCH] Bump qs from 6.14.1 to 6.14.2 in /packages/next-rest-framework Bumps [qs](https://github.com/ljharb/qs) from 6.14.1 to 6.14.2. - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](https://github.com/ljharb/qs/compare/v6.14.1...v6.14.2) --- updated-dependencies: - dependency-name: qs dependency-version: 6.14.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/next-rest-framework/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/next-rest-framework/package.json b/packages/next-rest-framework/package.json index a5d0012..ddcad95 100644 --- a/packages/next-rest-framework/package.json +++ b/packages/next-rest-framework/package.json @@ -41,7 +41,7 @@ "formidable": "^3.5.1", "lodash": "4.17.21", "prettier": "3.0.2", - "qs": "6.14.1" + "qs": "6.14.2" }, "devDependencies": { "@types/formidable": "^3.4.5",