diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-04-26 12:53:57 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-26 12:53:57 +0000 |
commit | 6a03ab47d3ad609aa51b9a2aebcc80574ed480bb (patch) | |
tree | ba94ce52a24bba4feb9f09bff0fe34b3ac1d5056 /FrontEnd/package.json | |
parent | 128a1a5213a9c0ef0a260fef624f37a1ab815ed3 (diff) | |
parent | 5f94da4a1c8394a20aa9e2fc762e066ff2bf8e46 (diff) | |
download | timeline-6a03ab47d3ad609aa51b9a2aebcc80574ed480bb.tar.gz timeline-6a03ab47d3ad609aa51b9a2aebcc80574ed480bb.tar.bz2 timeline-6a03ab47d3ad609aa51b9a2aebcc80574ed480bb.zip |
Merge pull request #483 from crupest/dependabot/npm_and_yarn/FrontEnd/eslint-7.25.0
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",
|