diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-04-12 08:42:42 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-12 08:42:42 +0000 |
commit | 74a13d454605edc66a0e7ff1d23fd6d15de7c57c (patch) | |
tree | 0af033e527c4c7f231594872ceb3cb4cf3d0ec9a /FrontEnd/package.json | |
parent | 156635afb80cd0692d657c3493b2f8f8afc6142b (diff) | |
download | timeline-74a13d454605edc66a0e7ff1d23fd6d15de7c57c.tar.gz timeline-74a13d454605edc66a0e7ff1d23fd6d15de7c57c.tar.bz2 timeline-74a13d454605edc66a0e7ff1d23fd6d15de7c57c.zip |
build(deps-dev): Bump eslint from 7.23.0 to 7.24.0 in /FrontEnd
Bumps [eslint](https://github.com/eslint/eslint) from 7.23.0 to 7.24.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.23.0...v7.24.0)
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'FrontEnd/package.json')
-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 97ed33e0..2591b2fd 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -86,7 +86,7 @@ "clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^8.1.1",
"css-loader": "^5.2.0",
- "eslint": "^7.23.0",
+ "eslint": "^7.24.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.3.1",
|