From b20b7d5d8bc7cda7e3bba5f5328709db26ebce36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 08:30:10 +0000 Subject: [PATCH] Bump axios from 1.15.0 to 1.15.2 in /linkis-web-next Bumps [axios](https://github.com/axios/axios) from 1.15.0 to 1.15.2. - [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.0...v1.15.2) --- updated-dependencies: - dependency-name: axios dependency-version: 1.15.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- linkis-web-next/package-lock.json | 14 +++++++------- linkis-web-next/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/linkis-web-next/package-lock.json b/linkis-web-next/package-lock.json index 81283cb614..76a51ce207 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.0", + "axios": "^1.15.2", "dayjs": "^1.11.10", "dexie": "^3.2.7", "md5": "^2.3.0", @@ -2197,9 +2197,9 @@ } }, "node_modules/axios": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.15.0.tgz", - "integrity": "sha512-wWyJDlAatxk30ZJer+GeCWS209sA42X+N5jU2jy6oHTp7ufw8uzUTVFBX9+wTfAlhiJXGS0Bq7X6efruWjuK9Q==", + "version": "1.15.2", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.15.2.tgz", + "integrity": "sha512-wLrXxPtcrPTsNlJmKjkPnNPK2Ihe0hn0wGSaTEiHRPxwjvJwT3hKmXF4dpqxmPO9SoNb2FsYXj/xEo0gHN+D5A==", "dependencies": { "follow-redirects": "^1.15.11", "form-data": "^4.0.5", @@ -8598,9 +8598,9 @@ "dev": true }, "axios": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.15.0.tgz", - "integrity": "sha512-wWyJDlAatxk30ZJer+GeCWS209sA42X+N5jU2jy6oHTp7ufw8uzUTVFBX9+wTfAlhiJXGS0Bq7X6efruWjuK9Q==", + "version": "1.15.2", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.15.2.tgz", + "integrity": "sha512-wLrXxPtcrPTsNlJmKjkPnNPK2Ihe0hn0wGSaTEiHRPxwjvJwT3hKmXF4dpqxmPO9SoNb2FsYXj/xEo0gHN+D5A==", "requires": { "follow-redirects": "^1.15.11", "form-data": "^4.0.5", diff --git a/linkis-web-next/package.json b/linkis-web-next/package.json index fe3347b389..da82bca292 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.0", + "axios": "^1.15.2", "dayjs": "^1.11.10", "dexie": "^3.2.7", "md5": "^2.3.0",