From 1c9e8b5e28583dfaafa940bd0b3bff433e57b685 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 06:25:04 +0000 Subject: [PATCH] Bump qs from 6.15.2 to 6.16.0 in /linkis-web Bumps [qs](https://github.com/ljharb/qs) from 6.15.2 to 6.16.0. - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](https://github.com/ljharb/qs/compare/v6.15.2...v6.16.0) --- updated-dependencies: - dependency-name: qs dependency-version: 6.16.0 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 87666b2199..f0a2d49ca5 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.15.2", + "qs": "6.16.0", "reconnecting-websocket": "4.4.0", "sass": "1.77.8", "sql-formatter": "2.3.3",