Bump @types/eslint from 7.2.3 to 7.2.4 in /token-lending/js (#591)

Bumps [@types/eslint](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/eslint) from 7.2.3 to 7.2.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/eslint)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2020-10-09 08:34:34 +00:00 committed by GitHub
parent 4b1655c3ac
commit 2648113e40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -180,9 +180,9 @@
}
},
"@types/eslint": {
"version": "7.2.3",
"resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-7.2.3.tgz",
"integrity": "sha512-SPBkpC+awgFfyAn4sjt0JBZ3vzACoSp2zhGBJkkrs09EzPqLbxkzaE8kJs3EsRRgkZwWk9zyXT/swvhnJYX8pQ==",
"version": "7.2.4",
"resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-7.2.4.tgz",
"integrity": "sha512-YCY4kzHMsHoyKspQH+nwSe+70Kep7Vjt2X+dZe5Vs2vkRudqtoFoUIv1RlJmZB8Hbp7McneupoZij4PadxsK5Q==",
"dev": true,
"requires": {
"@types/estree": "*",

View File

@ -43,7 +43,7 @@
"devDependencies": {
"@rollup/plugin-commonjs": "^15.1.0",
"@tsconfig/recommended": "^1.0.1",
"@types/eslint": "^7.2.3",
"@types/eslint": "^7.2.4",
"@types/eslint-plugin-prettier": "^3.1.0",
"@types/mkdirp": "^1.0.1",
"@types/mz": "^2.7.1",