From c64fccddc9ef4db5e43751e1ebd95a2832eff992 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 18:57:01 +0000 Subject: [PATCH] Bump qs from 6.11.0 to 6.14.2 in /linkis-web Bumps [qs](https://github.com/ljharb/qs) from 6.11.0 to 6.14.2. - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](https://github.com/ljharb/qs/compare/v6.11.0...v6.14.2) --- updated-dependencies: - dependency-name: qs dependency-version: 6.14.2 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..65e6859848 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.2", "reconnecting-websocket": "4.4.0", "sass": "1.77.8", "sql-formatter": "2.3.3",