From 1bbd9dba438a273e623aba4032ff78fa165dfbd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Dec 2025 22:38:56 +0000 Subject: [PATCH] Bump qs from 6.11.0 to 6.14.1 in /linkis-web Bumps [qs](https://github.com/ljharb/qs) from 6.11.0 to 6.14.1. - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](https://github.com/ljharb/qs/compare/v6.11.0...v6.14.1) --- updated-dependencies: - dependency-name: qs dependency-version: 6.14.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- linkis-web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linkis-web/package.json b/linkis-web/package.json index 52984ce787..23eecf1e1a 100644 --- a/linkis-web/package.json +++ b/linkis-web/package.json @@ -39,7 +39,7 @@ "monaco-editor": "0.30.1", "object-to-formdata": "4.2.2", "path-browserify": "1.0.1", - "qs": "6.11.0", + "qs": "6.14.1", "reconnecting-websocket": "4.4.0", "sass": "1.77.8", "sql-formatter": "2.3.3",