From 667bce6294cc16232aa36a146b9198abba655a9a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 26 Dec 2019 09:22:44 +0000 Subject: [PATCH] build: Bump eslint-config-prettier from 4.1.0 to 6.8.0 Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 4.1.0 to 6.8.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.8.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..3f4ec87 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.8.0", + "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-6.8.0.tgz", + "integrity": "sha512-aq4M7mjjVregZ2l45O9qz6Mv6f5zVMl/IqfmUL8hNOoDAzVKYMhYPJytbqE/lPIVO1iMDXIFqjiEE59BfJZpZw==", "dev": true, "requires": { "get-stdin": "^6.0.0" diff --git a/package.json b/package.json index 9cf3f93..5fdba57 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.8.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..6aac519 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.8.0: + version "6.8.0" + resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-6.8.0.tgz#36bd7559dcef9f97d7596779b38e6a879abb89d3" dependencies: get-stdin "^6.0.0"