diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-03-02 06:47:37 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-02 06:47:37 +0000 |
commit | ea9d7c7626074dcc2bdf16a676db1db5322da284 (patch) | |
tree | 641b0b073e4272e5684278f195de091cc4656077 | |
parent | 8c03352d3a19edbec07d7eefd1415afe86bca35d (diff) | |
download | timeline-ea9d7c7626074dcc2bdf16a676db1db5322da284.tar.gz timeline-ea9d7c7626074dcc2bdf16a676db1db5322da284.tar.bz2 timeline-ea9d7c7626074dcc2bdf16a676db1db5322da284.zip |
build(deps-dev): Bump @typescript-eslint/parser in /FrontEnd
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.15.2 to 4.16.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.16.1/packages/parser)
Signed-off-by: dependabot[bot] <support@github.com>
-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 c526d2cc..6e891ed3 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.2",
- "@typescript-eslint/parser": "^4.15.2",
+ "@typescript-eslint/parser": "^4.16.1",
"@yarnpkg/pnpify": "^2.4.0",
"babel-loader": "^8.2.2",
"babel-plugin-transform-builtin-extend": "^1.1.2",
|