diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-02-15 08:03:19 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-15 08:03:19 +0000 |
commit | 4d043d585ec10f1ac941530e9ff9e7d90b0504f7 (patch) | |
tree | f96927774102118b344ff8501eb91a2774a31fe9 | |
parent | b2f0154a8a032215f229ffaa39add42fd0688c44 (diff) | |
download | timeline-4d043d585ec10f1ac941530e9ff9e7d90b0504f7.tar.gz timeline-4d043d585ec10f1ac941530e9ff9e7d90b0504f7.tar.bz2 timeline-4d043d585ec10f1ac941530e9ff9e7d90b0504f7.zip |
build(deps-dev): Bump eslint from 7.19.0 to 7.20.0 in /FrontEnd
Bumps [eslint](https://github.com/eslint/eslint) from 7.19.0 to 7.20.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/v7.19.0...v7.20.0)
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | FrontEnd/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json index bac45273..1cb0433f 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -83,7 +83,7 @@ "clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^7.0.0",
"css-loader": "^5.0.2",
- "eslint": "^7.19.0",
+ "eslint": "^7.20.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.3.1",
|