From a240d81d5eadc558b5b82541e1acaaab6104143b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 26 Sep 2020 01:15:12 +0000 Subject: [PATCH] build: Bump eslint-config-prettier from 4.1.0 to 6.12.0 Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 4.1.0 to 6.12.0. - [Release notes](https://github.com/prettier/eslint-config-prettier/releases) - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/master/CHANGELOG.md) - [Commits](https://github.com/prettier/eslint-config-prettier/compare/v4.1.0...v6.12.0) Signed-off-by: dependabot-preview[bot] --- npm-shrinkwrap.json | 6 +++--- package.json | 2 +- yarn.lock | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index ebf24b0..5e58b18 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -2430,9 +2430,9 @@ } }, "eslint-config-prettier": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-4.1.0.tgz", - "integrity": "sha512-zILwX9/Ocz4SV2vX7ox85AsrAgXV3f2o2gpIicdMIOra48WYqgUnWNH/cR/iHtmD2Vb3dLSC3LiEJnS05Gkw7w==", + "version": "6.12.0", + "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-6.12.0.tgz", + "integrity": "sha512-9jWPlFlgNwRUYVoujvWTQ1aMO8o6648r+K7qU7K5Jmkbyqav1fuEZC0COYpGBxyiAJb65Ra9hrmFx19xRGwXWw==", "dev": true, "requires": { "get-stdin": "^6.0.0" diff --git a/package.json b/package.json index 9cf3f93..b174473 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "commitplease": "^3.2.0", "eslint": "^5.15.1", "coveralls": "^3.0.3", - "eslint-config-prettier": "^4.1.0", + "eslint-config-prettier": "^6.12.0", "eslint-config-standard": "^12.0.0", "eslint-config-xo-space": "^0.21.0", "eslint-plugin-import": "^2.16.0", diff --git a/yarn.lock b/yarn.lock index 2fb7879..e220575 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1749,9 +1749,9 @@ escodegen@^1.9.1: optionalDependencies: source-map "~0.6.1" -eslint-config-prettier@^4.1.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-4.1.0.tgz#181364895899fff9fd3605fecb5c4f20e7d5f395" +eslint-config-prettier@^6.12.0: + version "6.12.0" + resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-6.12.0.tgz#9eb2bccff727db1c52104f0b49e87ea46605a0d2" dependencies: get-stdin "^6.0.0"