From 72efc7a61c5426003adfddf67bf61e37d723e826 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 07:24:29 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-vue to v9.19.1 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 00f7d80f..fc1ca72e 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "eslint-plugin-n": "16.3.1", "eslint-plugin-promise": "6.1.1", "eslint-plugin-standard": "5.0.0", - "eslint-plugin-vue": "9.18.1", + "eslint-plugin-vue": "9.19.1", "flush-promises": "1.0.2", "jest": "29.7.0", "jest-environment-jsdom": "29.7.0", diff --git a/yarn.lock b/yarn.lock index fd0b0292..9373b0ab 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5330,10 +5330,10 @@ eslint-plugin-standard@5.0.0: resolved "https://registry.yarnpkg.com/eslint-plugin-standard/-/eslint-plugin-standard-5.0.0.tgz#c43f6925d669f177db46f095ea30be95476b1ee4" integrity sha512-eSIXPc9wBM4BrniMzJRBm2uoVuXz2EPa+NXPk2+itrVt+r5SbKFERx/IgrK/HmfjddyKVz2f+j+7gBRvu19xLg== -eslint-plugin-vue@9.18.1: - version "9.18.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-9.18.1.tgz#73cf29df7450ce5913296465f8d1dc545344920c" - integrity sha512-7hZFlrEgg9NIzuVik2I9xSnJA5RsmOfueYgsUGUokEDLJ1LHtxO0Pl4duje1BriZ/jDWb+44tcIlC3yi0tdlZg== +eslint-plugin-vue@9.19.1: + version "9.19.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-9.19.1.tgz#b0f553e59ec20a29ebd8906e86cd600ac577ba97" + integrity sha512-2+DZhbD1HrHXGcKW7roJhPZW6m+gU5/9uRNoT7dxlLlIhcStsECoYr5WFFtn6UY4IWIrC7Gzp7Y2kK47wdSPVQ== dependencies: "@eslint-community/eslint-utils" "^4.4.0" natural-compare "^1.4.0"