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