summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-05-29 03:38:24 +0000
committerGitHub <noreply@github.com>2021-05-29 03:38:24 +0000
commit9809dd3a0522411135e78f01f93a6ebd3cdbc129 (patch)
treed2919e4807ffc0076027259334e515b14b32f2cb
parentd4cd60fe3f0a4b0088de37a99255fb6980e60c6c (diff)
Bump eslint-plugin-vue from 7.9.0 to 7.10.0
Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 7.9.0 to 7.10.0. - [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases) - [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v7.9.0...v7.10.0) Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--package-lock.json12
-rw-r--r--package.json4
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index 803e5cf3..e27f661c 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -271,9 +271,9 @@
}
},
"@babel/eslint-parser": {
- "version": "7.14.3",
- "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.14.3.tgz",
- "integrity": "sha512-IfJXKEVRV/Gisvgmih/+05gkBzzg4Dy0gcxkZ84iFiLK8+O+fI1HLnGJv3UrUMPpsMmmThNa69v+UnF80XP+kA==",
+ "version": "7.14.4",
+ "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.14.4.tgz",
+ "integrity": "sha512-7CTckFLPBGEfCKqlrnJq2PIId3UmJ5hW+D4dsv/VvuA5DapgqyZFCttq+8oeRIJMZQizFIe5gel3xm2SbrqlYA==",
"dev": true,
"requires": {
"eslint-scope": "^5.1.0",
@@ -6487,9 +6487,9 @@
"dev": true
},
"eslint-plugin-vue": {
- "version": "7.9.0",
- "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-7.9.0.tgz",
- "integrity": "sha512-2Q0qQp5+5h+pZvJKCbG1/jCRUYrdgAz5BYKGyTlp2NU8mx09u3Hp7PsH6d5qef6ojuPoCXMnrbbDxeoplihrSw==",
+ "version": "7.10.0",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-7.10.0.tgz",
+ "integrity": "sha512-xdr6e4t/L2moRAeEQ9HKgge/hFq+w9v5Dj+BA54nTAzSFdUyKLiSOdZaRQjCHMY0Pk2WaQBFH9QiWG60xiC+6A==",
"dev": true,
"requires": {
"eslint-utils": "^2.1.0",
diff --git a/package.json b/package.json
index f797a03c..5ae5fe53 100644
--- a/package.json
+++ b/package.json
@@ -72,7 +72,7 @@
},
"devDependencies": {
"@babel/core": "^7.14.3",
- "@babel/eslint-parser": "^7.14.3",
+ "@babel/eslint-parser": "^7.14.4",
"@babel/plugin-proposal-object-rest-spread": "^7.14.2",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.14.4",
@@ -90,7 +90,7 @@
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-standard": "^4.1.0",
- "eslint-plugin-vue": "^7.9.0",
+ "eslint-plugin-vue": "^7.10.0",
"eslint-webpack-plugin": "^2.5.4",
"file-loader": "^6.2.0",
"node-polyfill-webpack-plugin": "^1.1.2",