diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-08-02 05:07:15 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-02 05:07:15 +0000 |
commit | 1c44bf9ca44da2b64ff329e6806a7d1f2bc0f5af (patch) | |
tree | 2bf2d90721191d3a47af0916087fa2764aeb6efa /FrontEnd/package.json | |
parent | ea71954fe9af6995a0ee4d9b7c719b4831fd65d6 (diff) | |
download | timeline-1c44bf9ca44da2b64ff329e6806a7d1f2bc0f5af.tar.gz timeline-1c44bf9ca44da2b64ff329e6806a7d1f2bc0f5af.tar.bz2 timeline-1c44bf9ca44da2b64ff329e6806a7d1f2bc0f5af.zip |
build(deps-dev): Bump eslint from 7.31.0 to 7.32.0 in /FrontEnd
Bumps [eslint](https://github.com/eslint/eslint) from 7.31.0 to 7.32.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v7.31.0...v7.32.0)
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
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 0db12a86..6118d549 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -62,7 +62,7 @@ "@typescript-eslint/eslint-plugin": "^4.28.5",
"@typescript-eslint/parser": "^4.28.5",
"@vitejs/plugin-react-refresh": "^1.3.5",
- "eslint": "^7.31.0",
+ "eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0",
|