From d09cabac339a4c5f36886e65e3b6c180fb9ef05f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 May 2021 09:13:13 +0000 Subject: [PATCH] chore: bump eslint-plugin-import from 2.23.3 to 2.23.4 in /web3.js (#17611) Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) from 2.23.3 to 2.23.4. - [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.23.3...v2.23.4) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 1b55e7eb41..fb99bf151e 100644 --- a/web3.js/package-lock.json +++ b/web3.js/package-lock.json @@ -59,7 +59,7 @@ "cross-env": "7.0.3", "eslint": "^7.19.0", "eslint-config-prettier": "^8.0.0", - "eslint-plugin-import": "2.23.3", + "eslint-plugin-import": "2.23.4", "eslint-plugin-mocha": "^9.0.0", "eslint-plugin-prettier": "^3.0.0", "esm": "^3.2.25", @@ -6363,9 +6363,9 @@ "dev": true }, "node_modules/eslint-plugin-import": { - "version": "2.23.3", - "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.23.3.tgz", - "integrity": "sha512-wDxdYbSB55F7T5CC7ucDjY641VvKmlRwT0Vxh7PkY1mI4rclVRFWYfsrjDgZvwYYDZ5ee0ZtfFKXowWjqvEoRQ==", + "version": "2.23.4", + "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.23.4.tgz", + "integrity": "sha512-6/wP8zZRsnQFiR3iaPFgh5ImVRM1WN5NUWfTIRqwOdeiGJlBcSk82o1FEVq8yXmy4lkIzTo7YhHCIxlU/2HyEQ==", "dev": true, "dependencies": { "array-includes": "^3.1.3", @@ -25141,9 +25141,9 @@ } }, "eslint-plugin-import": { - "version": "2.23.3", - "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.23.3.tgz", - "integrity": "sha512-wDxdYbSB55F7T5CC7ucDjY641VvKmlRwT0Vxh7PkY1mI4rclVRFWYfsrjDgZvwYYDZ5ee0ZtfFKXowWjqvEoRQ==", + "version": "2.23.4", + "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.23.4.tgz", + "integrity": "sha512-6/wP8zZRsnQFiR3iaPFgh5ImVRM1WN5NUWfTIRqwOdeiGJlBcSk82o1FEVq8yXmy4lkIzTo7YhHCIxlU/2HyEQ==", "dev": true, "requires": { "array-includes": "^3.1.3", diff --git a/web3.js/package.json b/web3.js/package.json index dc09e01804..e84ef3288e 100644 --- a/web3.js/package.json +++ b/web3.js/package.json @@ -112,7 +112,7 @@ "cross-env": "7.0.3", "eslint": "^7.19.0", "eslint-config-prettier": "^8.0.0", - "eslint-plugin-import": "2.23.3", + "eslint-plugin-import": "2.23.4", "eslint-plugin-mocha": "^9.0.0", "eslint-plugin-prettier": "^3.0.0", "esm": "^3.2.25",