diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-04-13 08:35:15 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-13 08:35:15 +0000 |
commit | 7e751805b64d79d1443029364dbda94ff2076e67 (patch) | |
tree | 3ecebd4551a771d6cefa57dccb13f4b81741f61e | |
parent | 073fdd7c8cbd65bd2110d7940b9f51989a2ee236 (diff) | |
parent | cf17b6494434b3ff12a6bba3134ce4bf9cc2f17d (diff) | |
download | timeline-7e751805b64d79d1443029364dbda94ff2076e67.tar.gz timeline-7e751805b64d79d1443029364dbda94ff2076e67.tar.bz2 timeline-7e751805b64d79d1443029364dbda94ff2076e67.zip |
Merge pull request #447 from crupest/dependabot/npm_and_yarn/FrontEnd/typescript-eslint/eslint-plugin-4.22.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 2439d854..deb7c853 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -78,7 +78,7 @@ "@types/remarkable": "^2.0.1",
"@types/webpack-env": "^1.16.0",
"@types/xregexp": "^4.3.0",
- "@typescript-eslint/eslint-plugin": "^4.21.0",
+ "@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"@yarnpkg/pnpify": "^2.4.0",
"babel-loader": "^8.2.2",
|