diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-03-30 07:31:50 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-30 07:31:50 +0000 |
commit | 2e53a0637c68e78d39926b7fb620144ee4a14cfb (patch) | |
tree | 0d10c7730c3c2feaa9e420d7f38281535c112621 | |
parent | 1836025abe6ccf740c92113d7e6b1bd11b04b71e (diff) | |
parent | e07438d726ad515ff671b93fef3941419fe0579b (diff) | |
download | timeline-2e53a0637c68e78d39926b7fb620144ee4a14cfb.tar.gz timeline-2e53a0637c68e78d39926b7fb620144ee4a14cfb.tar.bz2 timeline-2e53a0637c68e78d39926b7fb620144ee4a14cfb.zip |
Merge pull request #422 from crupest/dependabot/npm_and_yarn/FrontEnd/typescript-eslint/eslint-plugin-4.20.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 954c7704..70310ce0 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -77,7 +77,7 @@ "@types/remarkable": "^2.0.1",
"@types/webpack-env": "^1.16.0",
"@types/xregexp": "^4.3.0",
- "@typescript-eslint/eslint-plugin": "^4.19.0",
+ "@typescript-eslint/eslint-plugin": "^4.20.0",
"@typescript-eslint/parser": "^4.19.0",
"@yarnpkg/pnpify": "^2.4.0",
"babel-loader": "^8.2.2",
|