From a9d44a830c913b143cf54b5ab7d6dd0e60e7bad7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Thu, 30 May 2019 10:36:40 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-import from 2.17.2 to 2.17.3 Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) from 2.17.2 to 2.17.3. - [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.17.2...v2.17.3) --- web3.js/package-lock.json | 14 +++++++------- web3.js/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/web3.js/package-lock.json b/web3.js/package-lock.json index f7ba10b771..34526a4973 100644 --- a/web3.js/package-lock.json +++ b/web3.js/package-lock.json @@ -6597,9 +6597,9 @@ } }, "eslint-plugin-import": { - "version": "2.17.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.17.2.tgz", - "integrity": "sha512-m+cSVxM7oLsIpmwNn2WXTJoReOF9f/CtLMo7qOVmKd1KntBy0hEcuNZ3erTmWjx+DxRO0Zcrm5KwAvI9wHcV5g==", + "version": "2.17.3", + "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.17.3.tgz", + "integrity": "sha512-qeVf/UwXFJbeyLbxuY8RgqDyEKCkqV7YC+E5S5uOjAp4tOc8zj01JP3ucoBM8JcEqd1qRasJSg6LLlisirfy0Q==", "dev": true, "requires": { "array-includes": "^3.0.3", @@ -6612,7 +6612,7 @@ "lodash": "^4.17.11", "minimatch": "^3.0.4", "read-pkg-up": "^2.0.0", - "resolve": "^1.10.0" + "resolve": "^1.11.0" }, "dependencies": { "doctrine": { @@ -6641,9 +6641,9 @@ "dev": true }, "resolve": { - "version": "1.10.0", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.10.0.tgz", - "integrity": "sha512-3sUr9aq5OfSg2S9pNtPA9hL1FVEAjvfOC4leW0SNf/mpnaakz2a9femSd6LqAww2RaFctwyf1lCqnTHuF1rxDg==", + "version": "1.11.0", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.11.0.tgz", + "integrity": "sha512-WL2pBDjqT6pGUNSUzMw00o4T7If+z4H2x3Gz893WoUQ5KW8Vr9txp00ykiP16VBaZF5+j/OcXJHZ9+PCvdiDKw==", "dev": true, "requires": { "path-parse": "^1.0.6" diff --git a/web3.js/package.json b/web3.js/package.json index f816ed7b41..033c6384e6 100644 --- a/web3.js/package.json +++ b/web3.js/package.json @@ -101,7 +101,7 @@ "esdoc-standard-plugin": "^1.0.0", "eslint": "5.16.0", "eslint-config-prettier": "^4.0.0", - "eslint-plugin-import": "2.17.2", + "eslint-plugin-import": "2.17.3", "eslint-plugin-jest": "22.6.4", "eslint-plugin-prettier": "^3.0.0", "flow-bin": "0.98.1",