v-kkhuang opened a new issue, #5342: URL: https://github.com/apache/linkis/issues/5342
## Search before asked / 提交前搜索 - [x] I had searched in the [issues](https://github.com/apache/linkis/issues) and found no similar feature requirement. - [x] 我已搜索现有 issue,未发现类似功能需求。 ## Component / 组件 - [x] linkis-web-next ## Problem Description / 问题描述 **Chinese / 中文:** linkis-web-next 模块中的 `qs` 依赖当前版本为 6.11.2,存在可用的更新版本 6.14.1。 **English:** The `qs` dependency in linkis-web-next module is currently at version 6.11.2. There is a newer version 6.14.1 available. ## Description / 描述 **Chinese / 中文:** 将 `qs` 依赖从 6.11.2 升级到 6.14.1,以获取最新的功能和安全修复。 **English:** Upgrade `qs` dependency from 6.11.2 to 6.14.1 to get the latest features and security fixes. ## Use case / 使用场景 **Chinese / 中文:** 该升级包含以下改进: - **v6.14.1**: 修复 `[]` 表示法的 arrayLength 问题,改进自定义解码器处理 - **v6.14.0**: 添加 `strictDepth` 选项 - **v6.13.1**: 修复 stringify 和 parse 在边界情况下的崩溃问题 **English:** This upgrade includes the following improvements: - **v6.14.1**: Fix arrayLength for `[]` notation, improve parse with custom decoder - **v6.14.0**: Add `strictDepth` option - **v6.13.1**: Fix crashes in stringify and parse with edge cases ## Solutions / 解决方案 **Chinese / 中文:** 1. 更新 `linkis-web-next/package.json` 中的版本号 2. 重新生成 `package-lock.json` 3. 运行测试确保兼容性 **English:** 1. Update version in `linkis-web-next/package.json` 2. Regenerate `package-lock.json` 3. Run tests to ensure compatibility ## Environment Information / 环境信息 - Linkis version: N/A (frontend dependency) - Node.js version: (see package.json engines) - npm version: (see package-lock.json) ## Anything else / 其他信息 - Related PR: #5329 - Affected files: - `linkis-web-next/package.json` - `linkis-web-next/package-lock.json` ## Are you willing to submit a PR? / 是否愿意提交 PR - [ ] Yes I am willing to submit a PR! / 是的,我愿意提交 PR! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
