From 13b16d60ba27d8bd81d2ca67366683bcc7c3c01a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 07:40:44 +0000 Subject: [PATCH] Bump axios from 1.15.2 to 1.16.0 in /linkis-web-next Bumps [axios](https://github.com/axios/axios) from 1.15.2 to 1.16.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v1.15.2...v1.16.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.16.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- linkis-web-next/package-lock.json | 18 +++++++++--------- linkis-web-next/package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/linkis-web-next/package-lock.json b/linkis-web-next/package-lock.json index 8fa3378f1f..ae7a192ac4 100644 --- a/linkis-web-next/package-lock.json +++ b/linkis-web-next/package-lock.json @@ -11,7 +11,7 @@ "@fesjs/fes-design": "^0.7.31", "@types/lodash": "^4.14.198", "@vitejs/plugin-vue": "^5.2.1", - "axios": "^1.15.2", + "axios": "^1.16.0", "dayjs": "^1.11.10", "dexie": "^3.2.7", "md5": "^2.3.0", @@ -2197,11 +2197,11 @@ } }, "node_modules/axios": { - "version": "1.15.2", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.15.2.tgz", - "integrity": "sha512-wLrXxPtcrPTsNlJmKjkPnNPK2Ihe0hn0wGSaTEiHRPxwjvJwT3hKmXF4dpqxmPO9SoNb2FsYXj/xEo0gHN+D5A==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.16.0.tgz", + "integrity": "sha512-6hp5CwvTPlN2A31g5dxnwAX0orzM7pmCRDLnZSX772mv8WDqICwFjowHuPs04Mc8deIld1+ejhtaMn5vp6b+1w==", "dependencies": { - "follow-redirects": "^1.15.11", + "follow-redirects": "^1.16.0", "form-data": "^4.0.5", "proxy-from-env": "^2.1.0" } @@ -8598,11 +8598,11 @@ "dev": true }, "axios": { - "version": "1.15.2", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.15.2.tgz", - "integrity": "sha512-wLrXxPtcrPTsNlJmKjkPnNPK2Ihe0hn0wGSaTEiHRPxwjvJwT3hKmXF4dpqxmPO9SoNb2FsYXj/xEo0gHN+D5A==", + "version": "1.16.0", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.16.0.tgz", + "integrity": "sha512-6hp5CwvTPlN2A31g5dxnwAX0orzM7pmCRDLnZSX772mv8WDqICwFjowHuPs04Mc8deIld1+ejhtaMn5vp6b+1w==", "requires": { - "follow-redirects": "^1.15.11", + "follow-redirects": "^1.16.0", "form-data": "^4.0.5", "proxy-from-env": "^2.1.0" } diff --git a/linkis-web-next/package.json b/linkis-web-next/package.json index e8458dd5d2..86417db528 100644 --- a/linkis-web-next/package.json +++ b/linkis-web-next/package.json @@ -13,7 +13,7 @@ "@fesjs/fes-design": "^0.7.31", "@types/lodash": "^4.14.198", "@vitejs/plugin-vue": "^5.2.1", - "axios": "^1.15.2", + "axios": "^1.16.0", "dayjs": "^1.11.10", "dexie": "^3.2.7", "md5": "^2.3.0",