diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-02-16 07:26:59 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-16 07:26:59 +0000 |
commit | e5ae4a82fece22b5f77decf45f2a856d54c9490c (patch) | |
tree | 2f0ee01b542186bad9862761e439e9ec7eb7f1ab | |
parent | 16696f6a0e53ec7b6648c4ea9819a574289de71f (diff) | |
parent | dd3863730dbed70d71a002a338442c4050c7e62c (diff) | |
download | timeline-e5ae4a82fece22b5f77decf45f2a856d54c9490c.tar.gz timeline-e5ae4a82fece22b5f77decf45f2a856d54c9490c.tar.bz2 timeline-e5ae4a82fece22b5f77decf45f2a856d54c9490c.zip |
Merge pull request #281 from crupest/dependabot/npm_and_yarn/FrontEnd/typescript-eslint/eslint-plugin-4.15.1
-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 9d9acf5e..4757361b 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -75,7 +75,7 @@ "@types/react-router-dom": "^5.1.7",
"@types/webpack-env": "^1.16.0",
"@types/xregexp": "^4.3.0",
- "@typescript-eslint/eslint-plugin": "^4.15.0",
+ "@typescript-eslint/eslint-plugin": "^4.15.1",
"@typescript-eslint/parser": "^4.15.0",
"@yarnpkg/pnpify": "^2.4.0",
"babel-loader": "^8.2.2",
|