diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-03-29 09:17:29 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-29 09:17:29 +0000 |
commit | 19e02e2a397c731838ba1f5edcb75f511a6942ca (patch) | |
tree | 5f62b8b010594590e6ccf481c4bf9694f6854c48 /FrontEnd | |
parent | 6257f02acfcd3c0d06795e0b56ea434ab46d2717 (diff) | |
download | timeline-19e02e2a397c731838ba1f5edcb75f511a6942ca.tar.gz timeline-19e02e2a397c731838ba1f5edcb75f511a6942ca.tar.bz2 timeline-19e02e2a397c731838ba1f5edcb75f511a6942ca.zip |
build(deps-dev): Bump eslint from 7.22.0 to 7.23.0 in /FrontEnd
Bumps [eslint](https://github.com/eslint/eslint) from 7.22.0 to 7.23.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.22.0...v7.23.0)
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'FrontEnd')
-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 97d1b723..a4fb278a 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -85,7 +85,7 @@ "clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^8.1.0",
"css-loader": "^5.2.0",
- "eslint": "^7.22.0",
+ "eslint": "^7.23.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.3.1",
|