diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-04-06 13:37:54 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-06 13:37:54 +0000 |
commit | 33a052b9feb72b54dcda4b75e259a9208fc194a3 (patch) | |
tree | d6ed41e30c9e744767b55f1835c13703ff3a6f2d | |
parent | 3666e81ea48de26b024eec1456938a8c6287d15b (diff) | |
parent | 12e81a3a924364d8e035f31f3ddd793abce6f8bb (diff) | |
download | timeline-33a052b9feb72b54dcda4b75e259a9208fc194a3.tar.gz timeline-33a052b9feb72b54dcda4b75e259a9208fc194a3.tar.bz2 timeline-33a052b9feb72b54dcda4b75e259a9208fc194a3.zip |
Merge pull request #431 from crupest/dependabot/npm_and_yarn/FrontEnd/typescript-eslint/parser-4.21.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 a597988e..cacdff02 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -79,7 +79,7 @@ "@types/webpack-env": "^1.16.0",
"@types/xregexp": "^4.3.0",
"@typescript-eslint/eslint-plugin": "^4.20.0",
- "@typescript-eslint/parser": "^4.20.0",
+ "@typescript-eslint/parser": "^4.21.0",
"@yarnpkg/pnpify": "^2.4.0",
"babel-loader": "^8.2.2",
"babel-plugin-transform-builtin-extend": "^1.1.2",
|