Update eslint requirement from ^7.9.0 to ^7.10.0 (#3969)

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.9.0...v7.10.0)

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-10-01 11:00:36 +02:00 committed by GitHub
parent 5dd26c1378
commit 578d0c28d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,6 @@
"devDependencies": {
"@abaplint/cli": "^2.52.6",
"abapmerge": "^0.14.1",
"eslint": "^7.9.0"
"eslint": "^7.10.0"
}
}