diff --git a/package.json b/package.json index b3d22eee45..0e638e9176 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "devDependencies": { "ava": "^0.22.0", "babel-core": "7.0.0-alpha.18", - "babel-eslint": "8.0.0", + "babel-eslint": "8.0.1", "babel-helper-fixtures": "7.0.0-alpha.18", "babel-plugin-external-helpers": "7.0.0-alpha.18", "babel-plugin-istanbul": "^4.1.4", diff --git a/yarn.lock b/yarn.lock index f91eddee7b..b5ea794096 100644 --- a/yarn.lock +++ b/yarn.lock @@ -407,9 +407,9 @@ babel-core@^6.17.0, babel-core@^6.26.0: slash "^1.0.0" source-map "^0.5.6" -babel-eslint@8.0.0: - version "8.0.0" - resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-8.0.0.tgz#ce06f385bdfb5b6d7e603f06222f891abd14c240" +babel-eslint@8.0.1: + version "8.0.1" + resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-8.0.1.tgz#5d718be7a328625d006022eb293ed3008cbd6346" dependencies: babel-code-frame "7.0.0-beta.0" babel-traverse "7.0.0-beta.0"