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 | 53fde47268423008b0727af0fbfbc1903017ae9d (patch) | |
tree | d85b017a93181744baefbbad7a8911408bddedb1 | |
parent | 99422dd6ea796c205c9a36c3c70f309390796bec (diff) | |
parent | 383e0408233026d183fad4496568e1a89d54ff29 (diff) | |
download | timeline-53fde47268423008b0727af0fbfbc1903017ae9d.tar.gz timeline-53fde47268423008b0727af0fbfbc1903017ae9d.tar.bz2 timeline-53fde47268423008b0727af0fbfbc1903017ae9d.zip |
Merge pull request #483 from crupest/dependabot/npm_and_yarn/FrontEnd/eslint-7.25.0
-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",
|