diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-05-11 06:01:49 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-11 06:01:49 +0000 |
commit | 2d803f08459fe250ea43d14060da2450ed916d47 (patch) | |
tree | ed7fbd6fada9cc98e02eab9e9d86f2eb29682993 /FrontEnd | |
parent | 1837ab3dceeaea98863ab393544ca18a42177fb1 (diff) | |
parent | a51535156ca7169e50751cb6c12662541fcd7eae (diff) | |
download | timeline-2d803f08459fe250ea43d14060da2450ed916d47.tar.gz timeline-2d803f08459fe250ea43d14060da2450ed916d47.tar.bz2 timeline-2d803f08459fe250ea43d14060da2450ed916d47.zip |
Merge pull request #524 from crupest/dependabot/npm_and_yarn/FrontEnd/typescript-eslint/parser-4.23.0
Diffstat (limited to 'FrontEnd')
-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 a3c6678b..276a11e7 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -81,7 +81,7 @@ "@types/webpack-env": "^1.16.0",
"@types/xregexp": "^4.3.0",
"@typescript-eslint/eslint-plugin": "^4.22.1",
- "@typescript-eslint/parser": "^4.22.1",
+ "@typescript-eslint/parser": "^4.23.0",
"@yarnpkg/pnpify": "^2.4.0",
"babel-loader": "^8.2.2",
"babel-plugin-transform-builtin-extend": "^1.1.2",
|