From 2b45c48e045cf48685f3fdcd08b178f1ab1542e5 Mon Sep 17 00:00:00 2001 From: Kane Wang Date: Thu, 20 Apr 2023 14:36:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7=E4=BE=9D=E8=B5=96=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/web/task_schedule/package-lock.json | 16 ++++++++-------- code/web/task_schedule/package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/code/web/task_schedule/package-lock.json b/code/web/task_schedule/package-lock.json index ab0a342..30d68a8 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.59.0", "@typescript-eslint/parser": "^5.59.0", - "axios": "^1.3.5", + "axios": "^1.3.6", "babel": "^6.23.0", "echarts": "^5.4.2", "element-plus": "^2.3.3", @@ -31,7 +31,7 @@ "eslint-plugin-vue": "^9.11.0", "sass": "^1.62.0", "typescript": "^5.0.4", - "vite": "^4.2.1", + "vite": "^4.2.2", "vue-eslint-parser": "^9.1.1" } }, @@ -2719,9 +2719,9 @@ } }, "node_modules/axios": { - "version": "1.3.5", - "resolved": "https://registry.npmmirror.com/axios/-/axios-1.3.5.tgz", - "integrity": "sha512-glL/PvG/E+xCWwV8S6nCHcrfg1exGx7vxyUIivIA1iL7BIh6bePylCfVHwp6k13ao7SATxB6imau2kqY+I67kw==", + "version": "1.3.6", + "resolved": "https://registry.npmmirror.com/axios/-/axios-1.3.6.tgz", + "integrity": "sha512-PEcdkk7JcdPiMDkvM4K6ZBRYq9keuVJsToxm2zQIM70Qqo2WHTdJZMXcG9X+RmRp2VPNUQC8W1RAGbgt6b1yMg==", "dependencies": { "follow-redirects": "^1.15.0", "form-data": "^4.0.0", @@ -12026,9 +12026,9 @@ } }, "node_modules/vite": { - "version": "4.2.1", - "resolved": "https://registry.npmmirror.com/vite/-/vite-4.2.1.tgz", - "integrity": "sha512-7MKhqdy0ISo4wnvwtqZkjke6XN4taqQ2TBaTccLIpOKv7Vp2h4Y+NpmWCnGDeSvvn45KxvWgGyb0MkHvY1vgbg==", + "version": "4.2.2", + "resolved": "https://registry.npmmirror.com/vite/-/vite-4.2.2.tgz", + "integrity": "sha512-PcNtT5HeDxb3QaSqFYkEum8f5sCVe0R3WK20qxgIvNBZPXU/Obxs/+ubBMeE7nLWeCo2LDzv+8hRYSlcaSehig==", "dev": true, "dependencies": { "esbuild": "^0.17.5", diff --git a/code/web/task_schedule/package.json b/code/web/task_schedule/package.json index 1ba722e..f2ed094 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.59.0", "@typescript-eslint/parser": "^5.59.0", - "axios": "^1.3.5", + "axios": "^1.3.6", "babel": "^6.23.0", "echarts": "^5.4.2", "element-plus": "^2.3.3", @@ -32,7 +32,7 @@ "eslint-plugin-vue": "^9.11.0", "sass": "^1.62.0", "typescript": "^5.0.4", - "vite": "^4.2.1", + "vite": "^4.2.2", "vue-eslint-parser": "^9.1.1" } }