From 3f87f879142a6394e8fd40a00927b9c127294524 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 15 Oct 2020 05:37:00 +0000 Subject: [PATCH] Bump babel-eslint from 6.1.2 to 9.0.0 Bumps [babel-eslint](https://github.com/babel/babel-eslint) from 6.1.2 to 9.0.0. - [Release notes](https://github.com/babel/babel-eslint/releases) - [Commits](https://github.com/babel/babel-eslint/compare/v6.1.2...v9.0.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0329b268..7be7d48f 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ }, "dependencies": { "babel-core": "^6.0.20", - "babel-eslint": "^6.1.2", + "babel-eslint": "^9.0.0", "babel-loader": "^6.0.1", "babel-plugin-transform-react-jsx": "^6.4.0", "babel-preset-es2015": "^6.0.15",