From 1349831d772f242b0a286cf604420ed716abed5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 1 Feb 2019 14:36:53 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-import from 2.15.0 to 2.16.0 Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) from 2.15.0 to 2.16.0. - [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.15.0...v2.16.0) Signed-off-by: dependabot[bot] --- web3.js/package-lock.json | 6 +++--- web3.js/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/web3.js/package-lock.json b/web3.js/package-lock.json index bc6aaebb9d..0c34894846 100644 --- a/web3.js/package-lock.json +++ b/web3.js/package-lock.json @@ -4751,9 +4751,9 @@ } }, "eslint-plugin-import": { - "version": "2.15.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.15.0.tgz", - "integrity": "sha512-LEHqgR+RcnpGqYW7h9WMkPb/tP+ekKxWdQDztfTtZeV43IHF+X8lXU+1HOCcR4oXD24qRgEwNSxIweD5uNKGVg==", + "version": "2.16.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.16.0.tgz", + "integrity": "sha512-z6oqWlf1x5GkHIFgrSvtmudnqM6Q60KM4KvpWi5ubonMjycLjndvd5+8VAZIsTlHC03djdgJuyKG6XO577px6A==", "dev": true, "requires": { "contains-path": "^0.1.0", diff --git a/web3.js/package.json b/web3.js/package.json index 1aca10fff4..303c2b7493 100644 --- a/web3.js/package.json +++ b/web3.js/package.json @@ -100,7 +100,7 @@ "esdoc-standard-plugin": "^1.0.0", "eslint": "5.12.1", "eslint-config-prettier": "^3.1.0", - "eslint-plugin-import": "2.15.0", + "eslint-plugin-import": "2.16.0", "eslint-plugin-jest": "22.2.2", "eslint-plugin-prettier": "^3.0.0", "flow-bin": "0.91.0",