summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-03-06 02:04:28 +0000
committerGitHub <noreply@github.com>2021-03-06 02:04:28 +0000
commitf0b077e4cc72a7b9104f7fc0d5d8fea97a9e4882 (patch)
tree8fdb1ce660ca71ffba241414e8d3c23c67a8309d
parent6fced68afa467ba216569084cdffb5d84b0e537d (diff)
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] <support@github.com>
-rw-r--r--package-lock.json14
-rw-r--r--package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index 22c6eb9b..e47f0894 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -6555,15 +6555,15 @@
"dev": true
},
"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": {
@@ -12661,9 +12661,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 7da4f434..39e4cb96 100644
--- a/package.json
+++ b/package.json
@@ -89,7 +89,7 @@
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-standard": "^4.1.0",
- "eslint-plugin-vue": "^7.6.0",
+ "eslint-plugin-vue": "^7.7.0",
"eslint-webpack-plugin": "^2.5.2",
"file-loader": "^6.2.0",
"node-sass": "^5.0.0",