diff --git a/app/package.json b/app/package.json index 7ccc8be..cd105df 100644 --- a/app/package.json +++ b/app/package.json @@ -12,7 +12,7 @@ }, "devDependencies": { "eslint": "4.6.1", - "eslint-config-airbnb-base": "12.0.0", + "eslint-config-airbnb-base": "12.1.0", "eslint-plugin-import": "2.7.0", "eslint-watch": "3.1.2", "nsp": "2.8.0", diff --git a/app/yarn.lock b/app/yarn.lock index 1a29fb4..2cf6db6 100644 --- a/app/yarn.lock +++ b/app/yarn.lock @@ -520,10 +520,10 @@ escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.5: version "1.0.5" resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4" -eslint-config-airbnb-base@12.0.0: - version "12.0.0" - resolved "https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-12.0.0.tgz#99063aaef4b8698083481a00e165cbe15e82d615" - integrity sha512-/XlFQGn3Mkwm642/GYBtOH3pgFX4Z7saBsqqyp96v0bEUPq24nIrZ6N72qAoD0lR2wAne4EC4YsHYkbPfaRfiA== +eslint-config-airbnb-base@12.1.0: + version "12.1.0" + resolved "https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-12.1.0.tgz#386441e54a12ccd957b0a92564a4bafebd747944" + integrity sha512-/vjm0Px5ZCpmJqnjIzcFb9TKZrKWz0gnuG/7Gfkt0Db1ELJR51xkZth+t14rYdqWgX836XbuxtArbIHlVhbLBA== dependencies: eslint-restricted-globals "^0.1.1"