v-kkhuang opened a new issue, #5340: URL: https://github.com/apache/linkis/issues/5340
## Search before asking - [x] I had searched in the [issues](https://github.com/apache/linkis/issues) and found no similar feature requirement. ## Problem Description The current version of `qs` dependency in linkis-web-next is 6.11.2. There is a newer version 6.14.1 available with bug fixes and improvements. ## Description Upgrade `qs` dependency from version 6.11.2 to 6.14.1 in linkis-web-next module. ## Use case This upgrade includes the following improvements: - **v6.14.1**: Fix arrayLength for `[]` notation, improve parse with custom decoder - **v6.14.0**: Add `strictDepth` option for parse - **v6.13.1**: Fix crashes in stringify and parse with edge cases ## Solutions 1. Update `linkis-web-next/package.json` with new version 2. Regenerate `package-lock.json` 3. Run tests to ensure compatibility ## 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? - [ ] Yes I am willing to submit a 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]
