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 | 7b66a033fca618380049eb5fe3d6088e4d89dc51 (patch) | |
tree | cd7eea761f29eadf884302707242c6fbf77405ba /FrontEnd/package.json | |
parent | dc6d085c703288456e5eed629ef0c40a2b0c29f0 (diff) | |
parent | 20114a3a2c96238b28a4193cbeaddc8418ca7676 (diff) | |
download | timeline-7b66a033fca618380049eb5fe3d6088e4d89dc51.tar.gz timeline-7b66a033fca618380049eb5fe3d6088e4d89dc51.tar.bz2 timeline-7b66a033fca618380049eb5fe3d6088e4d89dc51.zip |
Merge pull request #524 from crupest/dependabot/npm_and_yarn/FrontEnd/typescript-eslint/parser-4.23.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 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",
|