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",