summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorValérianne Lagrange <dashie@sigpipe.me>2019-11-25 10:35:59 +0100
committerGitHub <noreply@github.com>2019-11-25 10:35:59 +0100
commit197f629c5a7577e7fc7d93b2c09e5c2fe4ab17d0 (patch)
tree9188dd2d1a61c3299b0139441074844edd459018
parentd4f57886d54cc956f4446762c92d574c727264ec (diff)
parentcb44e798617fcb04c3b76a07663b6d08a6b17661 (diff)
Bump eslint-plugin-vue from 6.0.0 to 6.0.1 in /front (#295)
Bump eslint-plugin-vue from 6.0.0 to 6.0.1 in /front Co-authored-by: null <27856297+dependabot-preview[bot]@users.noreply.github.com>
-rw-r--r--front/package.json2
-rw-r--r--front/yarn.lock18
2 files changed, 10 insertions, 10 deletions
diff --git a/front/package.json b/front/package.json
index 068cc8b7..b98a1338 100644
--- a/front/package.json
+++ b/front/package.json
@@ -74,7 +74,7 @@
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.0.0",
"eslint-plugin-standard": "^4.0.1",
- "eslint-plugin-vue": "^6.0.0",
+ "eslint-plugin-vue": "^6.0.1",
"eventsource-polyfill": "^0.9.6",
"karma": "^4.4.1",
"karma-coverage": "^2.0.1",
diff --git a/front/yarn.lock b/front/yarn.lock
index c2f8de44..8a63069b 100644
--- a/front/yarn.lock
+++ b/front/yarn.lock
@@ -4689,12 +4689,12 @@ eslint-plugin-standard@^4.0.0, eslint-plugin-standard@^4.0.1:
resolved "https://registry.yarnpkg.com/eslint-plugin-standard/-/eslint-plugin-standard-4.0.1.tgz#ff0519f7ffaff114f76d1bd7c3996eef0f6e20b4"
integrity sha512-v/KBnfyaOMPmZc/dmc6ozOdWqekGp7bBGq4jLAecEfPGmfKiWS4sA8sC0LqiV9w5qmXAtXVn4M3p1jSyhY85SQ==
-eslint-plugin-vue@^6.0.0:
- version "6.0.0"
- resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-6.0.0.tgz#fc7a4116dff614a27be8639fb47973703dd332fa"
- integrity sha512-+LxTJCd6nDt+AKQ1X+ySD48xJHft8OkeQmAhiq6UoAMxRFTiEKIDusiGgEUJLwKyiwGUGWbbqEbbWvupH5TSjg==
+eslint-plugin-vue@^6.0.1:
+ version "6.0.1"
+ resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-6.0.1.tgz#166d3eb24cf290f3ff24d44fe9fca496f3924fc2"
+ integrity sha512-5tgFPcxGDKjfVB/6Yi56bKiWxygUibfZmzSh26Np3kuwAk/lfaGbVld+Yt+MPgD84ppvcachtiL4/winsXLjXA==
dependencies:
- vue-eslint-parser "^6.0.4"
+ vue-eslint-parser "^6.0.5"
eslint-scope@^4.0.0, eslint-scope@^4.0.3:
version "4.0.3"
@@ -10584,10 +10584,10 @@ void-elements@^2.0.0, void-elements@^2.0.1:
resolved "https://registry.yarnpkg.com/void-elements/-/void-elements-2.0.1.tgz#c066afb582bb1cb4128d60ea92392e94d5e9dbec"
integrity sha1-wGavtYK7HLQSjWDqkjkulNXp2+w=
-vue-eslint-parser@^6.0.4:
- version "6.0.4"
- resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-6.0.4.tgz#56ff47e2c2644bff39951d5a284982c7ecd6f7fa"
- integrity sha512-GYsDsDWwKaGtnkW4nGUxr01wqIO2FB9/QHQTW1Gl5SUr5OyQvpnR90/D+Gq2cIxURX7aJ7+VyD+37Yx9eFwTgw==
+vue-eslint-parser@^6.0.5:
+ version "6.0.5"
+ resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-6.0.5.tgz#c1c067c2755748e28f3872cd42e8c1c4c1a8059f"
+ integrity sha512-Bvjlx7rH1Ulvus56KHeLXOjEi3JMOYTa1GAqZr9lBQhd8weK8mV7U7V2l85yokBZEWHJQjLn6X3nosY8TzkOKg==
dependencies:
debug "^4.1.1"
eslint-scope "^4.0.0"