From 7d55b03c3fd4406195e6672aadb3f4898c8b0568 Mon Sep 17 00:00:00 2001 From: renovate Date: Fri, 22 Apr 2022 08:02:31 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-vue to v8.7.0 --- package.json | 2 +- yarn.lock | 12 +++++++----- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 56375d990..834c0fcbf 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "cypress": "9.5.4", "esbuild": "0.14.38", "eslint": "8.13.0", - "eslint-plugin-vue": "8.6.0", + "eslint-plugin-vue": "8.7.0", "express": "4.17.3", "happy-dom": "2.55.0", "netlify-cli": "9.16.5", diff --git a/yarn.lock b/yarn.lock index 9beed36e0..01850f502 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6486,13 +6486,15 @@ escodegen@^2.0.0: optionalDependencies: source-map "~0.6.1" -eslint-plugin-vue@8.6.0: - version "8.6.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-8.6.0.tgz#fbdf0f13f8d208a4cba752bf54042661a1aec5c3" - integrity sha512-abXiF2J18n/7ZPy9foSlJyouKf54IqpKlNvNmzhM93N0zs3QUxZG/oBd3tVPOJTKg7SlhBUtPxugpqzNbgGpQQ== +eslint-plugin-vue@8.7.0: + version "8.7.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-8.7.0.tgz#d7adb556ba763e6df5447a3775491d0ae40f4dd7" + integrity sha512-0Heo1gHDTjU8+5WvfBPEyNqQpzuynbLLebwxh2/xPK0FkEOJlRCwuf1MjGmkidacF2735u5ApRhse18CWTt9Wg== dependencies: eslint-utils "^3.0.0" natural-compare "^1.4.0" + nth-check "^2.0.1" + postcss-selector-parser "^6.0.9" semver "^7.3.5" vue-eslint-parser "^8.0.1" @@ -10215,7 +10217,7 @@ npmlog@^5.0.1: gauge "^3.0.0" set-blocking "^2.0.0" -nth-check@^2.0.0: +nth-check@^2.0.0, nth-check@^2.0.1: version "2.0.1" resolved "https://registry.yarnpkg.com/nth-check/-/nth-check-2.0.1.tgz#2efe162f5c3da06a28959fbd3db75dbeea9f0fc2" integrity sha512-it1vE95zF6dTT9lBsYbxvqh0Soy4SPowchj0UBGj/V6cTPnXXtQOPUbhZ6CmGzAD/rW22LQK6E96pcdJXk4A4w== -- 2.40.1