diff --git a/code/web/task_schedule/package-lock.json b/code/web/task_schedule/package-lock.json index 0b54c9f..59a0a91 100644 --- a/code/web/task_schedule/package-lock.json +++ b/code/web/task_schedule/package-lock.json @@ -27,7 +27,7 @@ "@vue/cli-plugin-eslint": "^5.0.8", "eslint-config-recommended": "^4.1.0", "eslint-config-standard-with-typescript": "^34.0.1", - "eslint-plugin-vue": "^9.14.0", + "eslint-plugin-vue": "^9.14.1", "sass": "^1.62.1", "typescript": "^5.0.4", "vue-eslint-parser": "^9.3.0" @@ -6368,9 +6368,9 @@ } }, "node_modules/eslint-plugin-vue": { - "version": "9.14.0", - "resolved": "https://registry.npmmirror.com/eslint-plugin-vue/-/eslint-plugin-vue-9.14.0.tgz", - "integrity": "sha512-4O7EuiqPGVQA1wYCzLvCzsBTv9JIPHLHhrf0k55DLzbwtmJbSw2TKS0G/l7pOwi9RWMSkjIT7ftChU5gZpgnJw==", + "version": "9.14.1", + "resolved": "https://registry.npmmirror.com/eslint-plugin-vue/-/eslint-plugin-vue-9.14.1.tgz", + "integrity": "sha512-LQazDB1qkNEKejLe/b5a9VfEbtbczcOaui5lQ4Qw0tbRBbQYREyxxOV5BQgNDTqGPs9pxqiEpbMi9ywuIaF7vw==", "dev": true, "dependencies": { "@eslint-community/eslint-utils": "^4.3.0", diff --git a/code/web/task_schedule/package.json b/code/web/task_schedule/package.json index b6d4cdc..dcf67cf 100644 --- a/code/web/task_schedule/package.json +++ b/code/web/task_schedule/package.json @@ -28,7 +28,7 @@ "@vue/cli-plugin-eslint": "^5.0.8", "eslint-config-recommended": "^4.1.0", "eslint-config-standard-with-typescript": "^34.0.1", - "eslint-plugin-vue": "^9.14.0", + "eslint-plugin-vue": "^9.14.1", "sass": "^1.62.1", "typescript": "^5.0.4", "vue-eslint-parser": "^9.3.0"