Update eslint requirement from ^7.12.0 to ^7.12.1 (#4119)

Updates the requirements on [eslint](https://github.com/eslint/eslint) to permit the latest version.
- [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.12.0...v7.12.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot] 2020-11-02 09:08:26 +01:00 committed by GitHub
parent f1dd9cc8b8
commit 7386b5a190
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,6 @@
"devDependencies": {
"@abaplint/cli": "^2.58.27",
"abapmerge": "^0.14.1",
"eslint": "^7.12.0"
"eslint": "^7.12.1"
}
}