diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-03-02 09:30:31 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-02 09:30:31 +0000 |
commit | 0a7f72a93d1be36702057be0644b14a64871f502 (patch) | |
tree | 53795c6c4842bcf85aac699cd96aca3fee6e5838 | |
parent | 9f8048b6f70bc328a838a90576c094a9d3426b76 (diff) | |
parent | b45a459ee51e9462c395922ec8884445d6e9d8c8 (diff) | |
download | timeline-0a7f72a93d1be36702057be0644b14a64871f502.tar.gz timeline-0a7f72a93d1be36702057be0644b14a64871f502.tar.bz2 timeline-0a7f72a93d1be36702057be0644b14a64871f502.zip |
Merge pull request #338 from crupest/dependabot/npm_and_yarn/FrontEnd/typescript-eslint/eslint-plugin-4.16.1
-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 f2572965..94e8e99b 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -75,7 +75,7 @@ "@types/react-router-dom": "^5.1.7",
"@types/webpack-env": "^1.16.0",
"@types/xregexp": "^4.3.0",
- "@typescript-eslint/eslint-plugin": "^4.15.2",
+ "@typescript-eslint/eslint-plugin": "^4.16.1",
"@typescript-eslint/parser": "^4.16.1",
"@yarnpkg/pnpify": "^2.4.0",
"babel-loader": "^8.2.2",
|