From 4579e927c1b421f6eff2c0dd9845c84cad69a1ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Feb 2021 09:23:44 +0000 Subject: [PATCH] chore: bump eslint-config-prettier from 7.2.0 to 8.0.0 in /web3.js (#15462) Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 7.2.0 to 8.0.0. - [Release notes](https://github.com/prettier/eslint-config-prettier/releases) - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/eslint-config-prettier/compare/v7.2.0...v8.0.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 3936adef75..3e9346d665 100644 --- a/web3.js/package-lock.json +++ b/web3.js/package-lock.json @@ -7732,9 +7732,9 @@ } }, "eslint-config-prettier": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-7.2.0.tgz", - "integrity": "sha512-rV4Qu0C3nfJKPOAhFujFxB7RMP+URFyQqqOZW9DMRD7ZDTFyjaIlETU3xzHELt++4ugC0+Jm084HQYkkJe+Ivg==", + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.0.0.tgz", + "integrity": "sha512-5EaAVPsIHu+grmm5WKjxUia4yHgRrbkd8I0ffqUSwixCPMVBrbS97UnzlEY/Q7OWo584vgixefM0kJnUfo/VjA==", "dev": true }, "eslint-import-resolver-node": { diff --git a/web3.js/package.json b/web3.js/package.json index 891f99626c..f447c0d87d 100644 --- a/web3.js/package.json +++ b/web3.js/package.json @@ -129,7 +129,7 @@ "esdoc-inject-style-plugin": "^1.0.0", "esdoc-standard-plugin": "^1.0.0", "eslint": "^7.19.0", - "eslint-config-prettier": "^7.0.0", + "eslint-config-prettier": "^8.0.0", "eslint-plugin-flowtype": "^5.2.0", "eslint-plugin-import": "2.22.1", "eslint-plugin-mocha": "^8.0.0",