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 | b6ee2414b2a0bcfc2e905bb94581c30409d33043 (patch) | |
tree | 9f5c0827e32fe2f79826cf08af869e0037bc156b | |
parent | d822e1192b2b64c6e2663a48b872bcf9a124c9e0 (diff) | |
download | timeline-b6ee2414b2a0bcfc2e905bb94581c30409d33043.tar.gz timeline-b6ee2414b2a0bcfc2e905bb94581c30409d33043.tar.bz2 timeline-b6ee2414b2a0bcfc2e905bb94581c30409d33043.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>
-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",
|