From 9216f4ff2a2edc1a8c591cc2109bc45e724790fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Mar 2021 06:01:20 +0000 Subject: [PATCH] Bump eslint-plugin-vue from 7.6.0 to 7.7.0 Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 7.6.0 to 7.7.0. - [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases) - [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v7.6.0...v7.7.0) Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3f54a0f..c7fca1f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5333,15 +5333,15 @@ } }, "eslint-plugin-vue": { - "version": "7.6.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-7.6.0.tgz", - "integrity": "sha512-qYpKwAvpcQXyUXVcG8Zd+fxHDx9iSgTQuO7dql7Ug/2BCvNNDr6s3I9p8MoUo23JJdO7ZAjW3vSwY/EBf4uBcw==", + "version": "7.7.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-7.7.0.tgz", + "integrity": "sha512-mYz4bpLGv5jx6YG/GvKkqbGSfV7uma2u1P3mLA41Q5vQl8W1MeuTneB8tfsLq6xxxesFubcrOC0BZBJ5R+eaCQ==", "dev": true, "requires": { "eslint-utils": "^2.1.0", "natural-compare": "^1.4.0", "semver": "^7.3.2", - "vue-eslint-parser": "^7.5.0" + "vue-eslint-parser": "^7.6.0" }, "dependencies": { "lru-cache": { @@ -12612,9 +12612,9 @@ } }, "vue-eslint-parser": { - "version": "7.5.0", - "resolved": "https://registry.npmjs.org/vue-eslint-parser/-/vue-eslint-parser-7.5.0.tgz", - "integrity": "sha512-6EHzl00hIpy4yWZo3qSbtvtVw1A1cTKOv1w95QSuAqGgk4113XtRjvNIiEGo49r0YWOPYsrmI4Dl64axL5Agrw==", + "version": "7.6.0", + "resolved": "https://registry.npmjs.org/vue-eslint-parser/-/vue-eslint-parser-7.6.0.tgz", + "integrity": "sha512-QXxqH8ZevBrtiZMZK0LpwaMfevQi9UL7lY6Kcp+ogWHC88AuwUPwwCIzkOUc1LR4XsYAt/F9yHXAB/QoD17QXA==", "dev": true, "requires": { "debug": "^4.1.1", diff --git a/package.json b/package.json index 270619e..48a555a 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "browser-sync-webpack-plugin": "^2.3.0", "concurrently": "^6.0.0", "eslint": "^7.21.0", - "eslint-plugin-vue": "^7.6.0", + "eslint-plugin-vue": "^7.7.0", "laravel-mix": "^6.0.13", "laravel-mix-make-file-hash": "^2.2.0", "mapbox-gl": "^2.1.1",