diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-04-26 12:50:26 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-26 12:50:26 +0000 |
commit | 5f94da4a1c8394a20aa9e2fc762e066ff2bf8e46 (patch) | |
tree | ba94ce52a24bba4feb9f09bff0fe34b3ac1d5056 /FrontEnd/package.json | |
parent | 128a1a5213a9c0ef0a260fef624f37a1ab815ed3 (diff) | |
download | timeline-5f94da4a1c8394a20aa9e2fc762e066ff2bf8e46.tar.gz timeline-5f94da4a1c8394a20aa9e2fc762e066ff2bf8e46.tar.bz2 timeline-5f94da4a1c8394a20aa9e2fc762e066ff2bf8e46.zip |
build(deps-dev): Bump eslint from 7.24.0 to 7.25.0 in /FrontEnd
Bumps [eslint](https://github.com/eslint/eslint) from 7.24.0 to 7.25.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.24.0...v7.25.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 2e7b82a1..c0c6b42a 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -84,7 +84,7 @@ "clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^8.1.1",
"css-loader": "^5.2.4",
- "eslint": "^7.24.0",
+ "eslint": "^7.25.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.4.0",
|