From e4b68276dd82e24b293c93f53130dcbf8fcd87a4 Mon Sep 17 00:00:00 2001 From: Kane Wang Date: Fri, 15 Dec 2023 18:26:29 +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 | 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 591b8ff..5779513 100644 --- a/code/web/task_schedule/package-lock.json +++ b/code/web/task_schedule/package-lock.json @@ -20,7 +20,7 @@ }, "devDependencies": { "@babel/eslint-parser": "^7.23.3", - "@rushstack/eslint-patch": "^1.6.0", + "@rushstack/eslint-patch": "^1.6.1", "@typescript-eslint/eslint-plugin": "^6.14.0", "@vitejs/plugin-vue": "^4.5.2", "@vue/cli-plugin-eslint": "^5.0.8", @@ -1157,9 +1157,9 @@ "integrity": "sha512-Ccy0NlLkzr0Ex2FKvh2X+OyERHXJ88XJ1MXtsI9y9fGexlaXaVTPzBCRBwIxFkORuOb+uBqeu+RqnpgYTEZRUQ==" }, "node_modules/@rushstack/eslint-patch": { - "version": "1.6.0", - "resolved": "https://registry.npmmirror.com/@rushstack/eslint-patch/-/eslint-patch-1.6.0.tgz", - "integrity": "sha512-2/U3GXA6YiPYQDLGwtGlnNgKYBSwCFIHf8Y9LUY5VATHdtbLlU0Y1R3QoBnT0aB4qv/BEiVVsj7LJXoQCgJ2vA==", + "version": "1.6.1", + "resolved": "https://registry.npmmirror.com/@rushstack/eslint-patch/-/eslint-patch-1.6.1.tgz", + "integrity": "sha512-UY+FGM/2jjMkzQLn8pxcHGMaVLh9aEitG3zY2CiY7XHdLiz3bZOwa6oDxNqEMv7zZkV+cj5DOdz0cQ1BP5Hjgw==", "dev": true }, "node_modules/@sideway/address": { diff --git a/code/web/task_schedule/package.json b/code/web/task_schedule/package.json index a8839db..c721e4a 100644 --- a/code/web/task_schedule/package.json +++ b/code/web/task_schedule/package.json @@ -21,7 +21,7 @@ }, "devDependencies": { "@babel/eslint-parser": "^7.23.3", - "@rushstack/eslint-patch": "^1.6.0", + "@rushstack/eslint-patch": "^1.6.1", "@typescript-eslint/eslint-plugin": "^6.14.0", "@vitejs/plugin-vue": "^4.5.2", "@vue/cli-plugin-eslint": "^5.0.8",