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 | 93524af7fda6882ccf238181177bbd743ce8605b (patch) | |
tree | 981268102b7eb8d2a34e2397151e22929f9e0db0 /FrontEnd/package.json | |
parent | 64b56776166db2d313ba8eec0109fd59c07605b8 (diff) | |
parent | 6293e3e6d06ada466813c94f11b6b68bebf0e03e (diff) | |
download | timeline-93524af7fda6882ccf238181177bbd743ce8605b.tar.gz timeline-93524af7fda6882ccf238181177bbd743ce8605b.tar.bz2 timeline-93524af7fda6882ccf238181177bbd743ce8605b.zip |
Merge pull request #447 from crupest/dependabot/npm_and_yarn/FrontEnd/typescript-eslint/eslint-plugin-4.22.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 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",
|