From d725d3462c7cab56563b96c483a00ef04038993e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2019 13:23:59 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-import from 2.18.1 to 2.18.2 Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) from 2.18.1 to 2.18.2. - [Release notes](https://github.com/benmosher/eslint-plugin-import/releases) - [Changelog](https://github.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md) - [Commits](https://github.com/benmosher/eslint-plugin-import/compare/v2.18.1...v2.18.2) Signed-off-by: dependabot-preview[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 907c8b5159..5e55e85f00 100644 --- a/web3.js/package-lock.json +++ b/web3.js/package-lock.json @@ -7229,9 +7229,9 @@ } }, "eslint-module-utils": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.4.0.tgz", - "integrity": "sha512-14tltLm38Eu3zS+mt0KvILC3q8jyIAH518MlG+HO0p+yK885Lb1UHTY/UgR91eOyGdmxAPb+OLoW4znqIT6Ndw==", + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.4.1.tgz", + "integrity": "sha512-H6DOj+ejw7Tesdgbfs4jeS4YMFrT8uI8xwd1gtQqXssaR0EQ26L+2O/w6wkYFy2MymON0fTwHmXBvvfLNZVZEw==", "dev": true, "requires": { "debug": "^2.6.8", @@ -7239,9 +7239,9 @@ } }, "eslint-plugin-import": { - "version": "2.18.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.18.1.tgz", - "integrity": "sha512-YEESFKOcMIXJTosb5YaepqVhQHGMb8dxkgov560GqMDP/658U5vk6FeVSR7xXLeYkPc7xPYy+uAoiYE/bKMphA==", + "version": "2.18.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.18.2.tgz", + "integrity": "sha512-5ohpsHAiUBRNaBWAF08izwUGlbrJoJJ+W9/TBwsGoR1MnlgfwMIKrFeSjWbt6moabiXW9xNvtFz+97KHRfI4HQ==", "dev": true, "requires": { "array-includes": "^3.0.3", diff --git a/web3.js/package.json b/web3.js/package.json index 6b42738522..b816232f07 100644 --- a/web3.js/package.json +++ b/web3.js/package.json @@ -102,7 +102,7 @@ "esdoc-standard-plugin": "^1.0.0", "eslint": "6.0.1", "eslint-config-prettier": "^6.0.0", - "eslint-plugin-import": "2.18.1", + "eslint-plugin-import": "2.18.2", "eslint-plugin-jest": "22.7.2", "eslint-plugin-prettier": "^3.0.0", "flow-bin": "0.102.0",