From 5fd34a268acb7786770968cfbeeae8b96574f54e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 21 Oct 2020 17:17:11 +0000 Subject: [PATCH] build: Bump eslint-config-prettier from 4.1.0 to 6.14.0 Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 4.1.0 to 6.14.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.14.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..a755cda 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.14.0", + "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-6.14.0.tgz", + "integrity": "sha512-DbVwh0qZhAC7CNDWcq8cBdK6FcVHiMTKmCypOPWeZkp9hJ8xYwTaWSa6bb6cjfi8KOeJy0e9a8Izxyx+O4+gCQ==", "dev": true, "requires": { "get-stdin": "^6.0.0" diff --git a/package.json b/package.json index 9cf3f93..b8e0188 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.14.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..4ba5d9f 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.14.0: + version "6.14.0" + resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-6.14.0.tgz#390e7863a8ae99970981933826476169285b3a27" dependencies: get-stdin "^6.0.0"