From bef6812dd0f474ceff35ffe9ea0aa852684fde09 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 29 May 2021 02:34:57 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-vue to ^7.10.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a091e58..56e02a5 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "standard-version": "^9.3.0" }, "dependencies": { - "eslint-plugin-vue": "^7.9.0", + "eslint-plugin-vue": "^7.10.0", "semver": "^7.3.5", "vue-eslint-parser": "^7.6.0" } diff --git a/yarn.lock b/yarn.lock index 8525dc3..1135140 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1739,10 +1739,10 @@ eslint-plugin-standard@^4.1.0: resolved "https://registry.npmjs.org/eslint-plugin-standard/-/eslint-plugin-standard-4.1.0.tgz#0c3bf3a67e853f8bbbc580fb4945fbf16f41b7c5" integrity sha512-ZL7+QRixjTR6/528YNGyDotyffm5OQst/sGxKDwGb9Uqs4In5Egi4+jbobhqJoyoCM6/7v/1A5fhQ7ScMtDjaQ== -eslint-plugin-vue@^7.9.0: - version "7.9.0" - resolved "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-7.9.0.tgz#f8e83a2a908f4c43fc8304f5401d4ff671f3d560" - integrity sha512-2Q0qQp5+5h+pZvJKCbG1/jCRUYrdgAz5BYKGyTlp2NU8mx09u3Hp7PsH6d5qef6ojuPoCXMnrbbDxeoplihrSw== +eslint-plugin-vue@^7.10.0: + version "7.10.0" + resolved "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-7.10.0.tgz#251749aa99e089e085275f011042c6e74189f89a" + integrity sha512-xdr6e4t/L2moRAeEQ9HKgge/hFq+w9v5Dj+BA54nTAzSFdUyKLiSOdZaRQjCHMY0Pk2WaQBFH9QiWG60xiC+6A== dependencies: eslint-utils "^2.1.0" natural-compare "^1.4.0"