diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-02-16 07:30:10 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-16 07:30:10 +0000 |
commit | 855bcf84d51f4d301b414f4b131488af25e08848 (patch) | |
tree | 2c4eecc0df54aa2005b330a55c18fb4dbbb4ac59 | |
parent | 2c2bbf979fe2d10055ffe0fb019605f62133bc20 (diff) | |
parent | 28f3afe293290de40a5ea4da67e2de94e50a5eea (diff) | |
download | timeline-855bcf84d51f4d301b414f4b131488af25e08848.tar.gz timeline-855bcf84d51f4d301b414f4b131488af25e08848.tar.bz2 timeline-855bcf84d51f4d301b414f4b131488af25e08848.zip |
Merge pull request #279 from crupest/dependabot/npm_and_yarn/FrontEnd/typescript-eslint/parser-4.15.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 c6cf620e..1a01ed25 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -76,7 +76,7 @@ "@types/webpack-env": "^1.16.0",
"@types/xregexp": "^4.3.0",
"@typescript-eslint/eslint-plugin": "^4.15.1",
- "@typescript-eslint/parser": "^4.15.0",
+ "@typescript-eslint/parser": "^4.15.1",
"@yarnpkg/pnpify": "^2.4.0",
"babel-loader": "^8.2.2",
"babel-plugin-transform-builtin-extend": "^1.1.2",
|