diff --git a/linkis-web-next/package-lock.json b/linkis-web-next/package-lock.json index 81283cb614..bb91a26f2c 100644 --- a/linkis-web-next/package-lock.json +++ b/linkis-web-next/package-lock.json @@ -16,7 +16,7 @@ "dexie": "^3.2.7", "md5": "^2.3.0", "monaco-editor": "^0.43.0", - "qs": "^6.14.2", + "qs": "^6.15.2", "vite": "^6.4.2", "vue": "^3.2.47", "vue-i18n": "^9.14.5", @@ -5564,9 +5564,9 @@ } }, "node_modules/qs": { - "version": "6.14.2", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.14.2.tgz", - "integrity": "sha512-V/yCWTTF7VJ9hIh18Ugr2zhJMP01MY7c5kh4J870L7imm6/DIzBsNLTXzMwUA3yZ5b/KBqLx8Kp3uRvd7xSe3Q==", + "version": "6.15.2", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.15.2.tgz", + "integrity": "sha512-Rzq0KEyX/w/tEybncDgdkZrJgVUsUMk3xjh3t5bv3S1HTAtg+uOYt72+ZfwiQwKdysThkTBdL/rTi6HDmX9Ddw==", "dependencies": { "side-channel": "^1.1.0" }, @@ -11050,9 +11050,9 @@ "dev": true }, "qs": { - "version": "6.14.2", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.14.2.tgz", - "integrity": "sha512-V/yCWTTF7VJ9hIh18Ugr2zhJMP01MY7c5kh4J870L7imm6/DIzBsNLTXzMwUA3yZ5b/KBqLx8Kp3uRvd7xSe3Q==", + "version": "6.15.2", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.15.2.tgz", + "integrity": "sha512-Rzq0KEyX/w/tEybncDgdkZrJgVUsUMk3xjh3t5bv3S1HTAtg+uOYt72+ZfwiQwKdysThkTBdL/rTi6HDmX9Ddw==", "requires": { "side-channel": "^1.1.0" } diff --git a/linkis-web-next/package.json b/linkis-web-next/package.json index fe3347b389..fdf9ac2e0f 100644 --- a/linkis-web-next/package.json +++ b/linkis-web-next/package.json @@ -18,7 +18,7 @@ "dexie": "^3.2.7", "md5": "^2.3.0", "monaco-editor": "^0.43.0", - "qs": "^6.14.2", + "qs": "^6.15.2", "vite": "^6.4.2", "vue": "^3.2.47", "vue-i18n": "^9.14.5",