diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-03-09 12:47:14 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-09 12:47:14 +0000 |
commit | 1af20cfbc1e9e3bd5e42a97d997ec3bfc0680221 (patch) | |
tree | f9c031b5eadfc546ec3fdf982575e129fa29f84a | |
parent | fe4ff1e7e196a3aef9509af7fff80d5c5fd3aa02 (diff) | |
parent | 8656048ac910e6208af0b2deca1e0878dbe59a10 (diff) | |
download | timeline-1af20cfbc1e9e3bd5e42a97d997ec3bfc0680221.tar.gz timeline-1af20cfbc1e9e3bd5e42a97d997ec3bfc0680221.tar.bz2 timeline-1af20cfbc1e9e3bd5e42a97d997ec3bfc0680221.zip |
Merge pull request #355 from crupest/dependabot/npm_and_yarn/FrontEnd/typescript-eslint/eslint-plugin-4.17.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 eb847aac..a91d1073 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -77,7 +77,7 @@ "@types/remarkable": "^2.0.1",
"@types/webpack-env": "^1.16.0",
"@types/xregexp": "^4.3.0",
- "@typescript-eslint/eslint-plugin": "^4.16.1",
+ "@typescript-eslint/eslint-plugin": "^4.17.0",
"@typescript-eslint/parser": "^4.17.0",
"@yarnpkg/pnpify": "^2.4.0",
"babel-loader": "^8.2.2",
|