summaryrefslogtreecommitdiffstats
path: root/front
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2019-12-23 06:37:27 +0000
committerGitHub <noreply@github.com>2019-12-23 06:37:27 +0000
commit8311f3b24e9bc7b531b35419872250cc64e539a9 (patch)
treed9fc095d7df190df958110a2ae370e2b21445365 /front
parent6756d1544cfa46d6547aa02bd3e6dbe3d2844958 (diff)
Bump eslint from 6.7.2 to 6.8.0 in /front
Bumps [eslint](https://github.com/eslint/eslint) from 6.7.2 to 6.8.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v6.7.2...v6.8.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'front')
-rw-r--r--front/package.json2
-rw-r--r--front/yarn.lock8
2 files changed, 5 insertions, 5 deletions
diff --git a/front/package.json b/front/package.json
index 401234e9..1c060280 100644
--- a/front/package.json
+++ b/front/package.json
@@ -67,7 +67,7 @@
"babel-register": "^6.0.0",
"chai": "^4.2.0",
"easygettext": "^2.9.0",
- "eslint": "^6.7.2",
+ "eslint": "^6.8.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^3.0.3",
"eslint-plugin-import": "^2.19.1",
diff --git a/front/yarn.lock b/front/yarn.lock
index 580a8252..e4b44409 100644
--- a/front/yarn.lock
+++ b/front/yarn.lock
@@ -4815,10 +4815,10 @@ eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0:
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.1.0.tgz#e2a82cea84ff246ad6fb57f9bde5b46621459ec2"
integrity sha512-8y9YjtM1JBJU/A9Kc+SbaOV4y29sSWckBwMHa+FGtVj5gN/sbnKDf6xJUl+8g7FAij9LVaP8C24DUiH/f/2Z9A==
-eslint@^6.7.2:
- version "6.7.2"
- resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.7.2.tgz#c17707ca4ad7b2d8af986a33feba71e18a9fecd1"
- integrity sha512-qMlSWJaCSxDFr8fBPvJM9kJwbazrhNcBU3+DszDW1OlEwKBBRWsJc7NJFelvwQpanHCR14cOLD41x8Eqvo3Nng==
+eslint@^6.8.0:
+ version "6.8.0"
+ resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.8.0.tgz#62262d6729739f9275723824302fb227c8c93ffb"
+ integrity sha512-K+Iayyo2LtyYhDSYwz5D5QdWw0hCacNzyq1Y821Xna2xSJj7cijoLLYmLxTQgcgZ9mC61nryMy9S7GRbYpI5Ig==
dependencies:
"@babel/code-frame" "^7.0.0"
ajv "^6.10.0"