From 0c86befddaa5c1150976e3fbd9b452eb5d576118 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2020 10:24:22 +0000 Subject: [PATCH] Bump eslint in /gaea-platform/dockerhub/v0.9.0/user-dashboard Bumps [eslint](https://github.com/eslint/eslint) from 3.19.0 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/v3.19.0...v6.8.0) Signed-off-by: dependabot[bot] --- gaea-platform/dockerhub/v0.9.0/user-dashboard/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gaea-platform/dockerhub/v0.9.0/user-dashboard/package.json b/gaea-platform/dockerhub/v0.9.0/user-dashboard/package.json index c21bb71..f68d639 100644 --- a/gaea-platform/dockerhub/v0.9.0/user-dashboard/package.json +++ b/gaea-platform/dockerhub/v0.9.0/user-dashboard/package.json @@ -44,7 +44,7 @@ "babel-preset-es2015": "^6.9.0", "babel-preset-stage-0": "^6.5.0", "babel-plugin-transform-runtime": "^6.0.0", - "eslint": "^3.1.1", + "eslint": "^6.8.0", "pm2": "^2.9.1", "nodemon": "^1.12.1" },