From 3f4f9a6fe4abd9225d59427d11afa117a8720531 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 5 Jul 2021 08:57:19 +0000 Subject: [PATCH] Bump eslint from 3.19.0 to 7.30.0 in /webapp Bumps [eslint](https://github.com/eslint/eslint) from 3.19.0 to 7.30.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...v7.30.0) Signed-off-by: dependabot-preview[bot] --- webapp/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/package.json b/webapp/package.json index 730fec6..ea51faf 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -26,7 +26,7 @@ "babelify": "^7.3.0", "browserify": "^16.2.3", "envify": "^4.1.0", - "eslint": "^3.5.0", + "eslint": "^7.30.0", "eslint-plugin-react": "^7.13.0", "gulp": "^4.0.2", "gulp-clean-css": "^4.2.0",