From 2b309ec046b7e0df975c1b91d85e476654f886f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Nov 2020 01:48:31 +0000 Subject: [PATCH] chore: bump eslint from 7.12.1 to 7.13.0 in /web3.js Bumps [eslint](https://github.com/eslint/eslint) from 7.12.1 to 7.13.0. - [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.1...v7.13.0) Signed-off-by: dependabot[bot] --- web3.js/package-lock.json | 12 ++++++------ web3.js/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/web3.js/package-lock.json b/web3.js/package-lock.json index a4f12cdc0c..fb25732083 100644 --- a/web3.js/package-lock.json +++ b/web3.js/package-lock.json @@ -9413,9 +9413,9 @@ "dev": true }, "eslint": { - "version": "7.12.1", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-7.12.1.tgz", - "integrity": "sha512-HlMTEdr/LicJfN08LB3nM1rRYliDXOmfoO4vj39xN6BLpFzF00hbwBoqHk8UcJ2M/3nlARZWy/mslvGEuZFvsg==", + "version": "7.13.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-7.13.0.tgz", + "integrity": "sha512-uCORMuOO8tUzJmsdRtrvcGq5qposf7Rw0LwkTJkoDbOycVQtQjmnhZSuLQnozLE4TmAzlMVV45eCHmQ1OpDKUQ==", "dev": true, "requires": { "@babel/code-frame": "^7.0.0", @@ -23108,9 +23108,9 @@ "optional": true }, "v8-compile-cache": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.1.1.tgz", - "integrity": "sha512-8OQ9CL+VWyt3JStj7HX7/ciTL2V3Rl1Wf5OL+SNTm0yK1KvtReVulksyeRnCANHHuUxHlQig+JJDlUhBt1NQDQ==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.2.0.tgz", + "integrity": "sha512-gTpR5XQNKFwOd4clxfnhaqvfqMpqEwr4tOtCyz4MtYZX2JYhfr1JvBFKdS+7K/9rfpZR3VLX+YWBbKoxCgS43Q==", "dev": true }, "v8-to-istanbul": { diff --git a/web3.js/package.json b/web3.js/package.json index b548341b49..b0856766f3 100644 --- a/web3.js/package.json +++ b/web3.js/package.json @@ -115,7 +115,7 @@ "esdoc-flow-type-plugin": "^1.1.0", "esdoc-importpath-plugin": "^1.0.2", "esdoc-standard-plugin": "^1.0.0", - "eslint": "7.12.1", + "eslint": "7.13.0", "eslint-config-prettier": "^6.0.0", "eslint-plugin-flowtype": "^5.2.0", "eslint-plugin-import": "2.22.1",