From 1188d906ea93648fb33399b95847cbefbf5407fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 May 2021 11:08:39 +0000 Subject: [PATCH] build(deps-dev): bump @types/eslint in /token-lending/js (#1807) Bumps [@types/eslint](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/eslint) from 7.2.10 to 7.2.12. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/eslint) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- token-lending/js/package-lock.json | 6 +++--- token-lending/js/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/token-lending/js/package-lock.json b/token-lending/js/package-lock.json index 172a34f6652..aa48239b188 100644 --- a/token-lending/js/package-lock.json +++ b/token-lending/js/package-lock.json @@ -259,9 +259,9 @@ } }, "@types/eslint": { - "version": "7.2.10", - "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-7.2.10.tgz", - "integrity": "sha512-kUEPnMKrqbtpCq/KTaGFFKAcz6Ethm2EjCoKIDaCmfRBWLbFuTcOJfTlorwbnboXBzahqWLgUp1BQeKHiJzPUQ==", + "version": "7.2.12", + "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-7.2.12.tgz", + "integrity": "sha512-HjikV/jX6e0Pg4DcB+rtOBKSrG6w5IaxWpmi3efL/eLxMz5lZTK+W1DKERrX5a+mNzL78axfsDNXu7JHFP4uLg==", "dev": true, "requires": { "@types/estree": "*", diff --git a/token-lending/js/package.json b/token-lending/js/package.json index c37739a5e13..68d7d5997b4 100644 --- a/token-lending/js/package.json +++ b/token-lending/js/package.json @@ -43,7 +43,7 @@ "@rollup/plugin-commonjs": "^19.0.0", "@tsconfig/recommended": "^1.0.1", "@types/bn.js": "^5.1.0", - "@types/eslint": "^7.2.10", + "@types/eslint": "^7.2.12", "@types/eslint-plugin-prettier": "^3.1.0", "@types/mkdirp": "^1.0.1", "@types/mz": "^2.7.3",