From e35fc902a9a917651235bcdc1e06b8457e06125c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 06:57:52 +0000 Subject: [PATCH] Bump axios from 1.7.2 to 1.7.4 in /admin-website/src/main/web Bumps [axios](https://github.com/axios/axios) from 1.7.2 to 1.7.4. - [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.7.2...v1.7.4) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- admin-website/src/main/web/package-lock.json | 8 ++++---- admin-website/src/main/web/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/admin-website/src/main/web/package-lock.json b/admin-website/src/main/web/package-lock.json index 6626306..8e6b0e9 100644 --- a/admin-website/src/main/web/package-lock.json +++ b/admin-website/src/main/web/package-lock.json @@ -14,7 +14,7 @@ "@types/mockjs": "^1.0.9", "@vueuse/core": "^10.5.0", "@vueuse/head": "^2.0.0", - "axios": "^1.6.0", + "axios": "^1.7.4", "dayjs": "^1.11.10", "echarts": "^5.5.1", "echarts4": "npm:echarts@4.9.0", @@ -6433,9 +6433,9 @@ } }, "node_modules/axios": { - "version": "1.7.2", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.2.tgz", - "integrity": "sha512-2A8QhOMrbomlDuiLeK9XibIBzuHeRcqqNOHp0Cyp5EoJ1IFDh+XZH3A6BkXtv0K4gFGCI0Y4BM7B1wOEi0Rmgw==", + "version": "1.7.4", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.4.tgz", + "integrity": "sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==", "dependencies": { "follow-redirects": "^1.15.6", "form-data": "^4.0.0", diff --git a/admin-website/src/main/web/package.json b/admin-website/src/main/web/package.json index 17932d6..a473024 100644 --- a/admin-website/src/main/web/package.json +++ b/admin-website/src/main/web/package.json @@ -33,7 +33,7 @@ "@types/mockjs": "^1.0.9", "@vueuse/core": "^10.5.0", "@vueuse/head": "^2.0.0", - "axios": "^1.6.0", + "axios": "^1.7.4", "dayjs": "^1.11.10", "echarts": "^5.5.1", "echarts4": "npm:echarts@4.9.0",