From 21356ad6d607ae59d3e6c076fce15c0fe2a97dd8 Mon Sep 17 00:00:00 2001 From: Kane Date: Thu, 6 Apr 2023 08:01:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=9D=E5=AD=98=E8=BF=9B=E5=BA=A6=EF=BC=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/web/task_schedule/package-lock.json | 8 ++++---- code/web/task_schedule/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/code/web/task_schedule/package-lock.json b/code/web/task_schedule/package-lock.json index 56fcafe..b38500b 100644 --- a/code/web/task_schedule/package-lock.json +++ b/code/web/task_schedule/package-lock.json @@ -12,7 +12,7 @@ "@element-plus/icons-vue": "^2.1.0", "@typescript-eslint/eslint-plugin": "^5.57.1", "@typescript-eslint/parser": "^5.57.1", - "axios": "^1.3.4", + "axios": "^1.3.5", "babel": "^6.23.0", "echarts": "^5.4.2", "element-plus": "^2.3.2", @@ -2719,9 +2719,9 @@ } }, "node_modules/axios": { - "version": "1.3.4", - "resolved": "https://registry.npmmirror.com/axios/-/axios-1.3.4.tgz", - "integrity": "sha512-toYm+Bsyl6VC5wSkfkbbNB6ROv7KY93PEBBL6xyDczaIHasAiv4wPqQ/c4RjoQzipxRD2W5g21cOqQulZ7rHwQ==", + "version": "1.3.5", + "resolved": "https://registry.npmmirror.com/axios/-/axios-1.3.5.tgz", + "integrity": "sha512-glL/PvG/E+xCWwV8S6nCHcrfg1exGx7vxyUIivIA1iL7BIh6bePylCfVHwp6k13ao7SATxB6imau2kqY+I67kw==", "dependencies": { "follow-redirects": "^1.15.0", "form-data": "^4.0.0", diff --git a/code/web/task_schedule/package.json b/code/web/task_schedule/package.json index 9c1ba8a..8a1fed6 100644 --- a/code/web/task_schedule/package.json +++ b/code/web/task_schedule/package.json @@ -13,7 +13,7 @@ "@element-plus/icons-vue": "^2.1.0", "@typescript-eslint/eslint-plugin": "^5.57.1", "@typescript-eslint/parser": "^5.57.1", - "axios": "^1.3.4", + "axios": "^1.3.5", "babel": "^6.23.0", "echarts": "^5.4.2", "element-plus": "^2.3.2",