From 69ea9fad288ba939317996dbd649e2bc3adcc064 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2020 01:25:30 +0000 Subject: [PATCH] Bump eslint from 2.13.1 to 6.8.0 in /gaea-platform/src/static Bumps [eslint](https://github.com/eslint/eslint) from 2.13.1 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/v2.13.1...v6.8.0) Signed-off-by: dependabot[bot] --- gaea-platform/src/static/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gaea-platform/src/static/package.json b/gaea-platform/src/static/package.json index 3778839..632893d 100644 --- a/gaea-platform/src/static/package.json +++ b/gaea-platform/src/static/package.json @@ -32,7 +32,7 @@ "dora-plugin-proxy": "^0.7.0", "dora-plugin-webpack": "0.6.x", "dora-plugin-webpack-hmr": "^0.1.0", - "eslint": "^2.13.1", + "eslint": "^6.8.0", "eslint-config-airbnb": "^9.0.1", "eslint-plugin-import": "^1.8.1", "eslint-plugin-jsx-a11y": "^1.4.2",