From 2648113e400eb81146871624657e426db7ee26fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Oct 2020 08:34:34 +0000 Subject: [PATCH] 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] 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 d8c8a44c..820826df 100644 --- a/token-lending/js/package-lock.json +++ b/token-lending/js/package-lock.json @@ -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": "*", diff --git a/token-lending/js/package.json b/token-lending/js/package.json index ab4661a6..ae9e83d7 100644 --- a/token-lending/js/package.json +++ b/token-lending/js/package.json @@ -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",