From fc8ba46368f30ff57eb553e6b0de75de35d72544 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 28 Feb 2020 05:58:51 +0000 Subject: [PATCH] fix: upgrade eslint-config-prettier from 6.0.0 to 6.10.0 Snyk has created this PR to upgrade eslint-config-prettier from 6.0.0 to 6.10.0. See this package in NPM: https://www.npmjs.com/package/eslint-config-prettier See this project in Snyk: https://app.snyk.io/org/bluewallet/project/4d0df22a-0152-410a-8584-6df0d0a596d4?utm_source=github&utm_medium=upgrade-pr --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index f42c0ad1..ae93a9b0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4447,9 +4447,9 @@ } }, "eslint-config-prettier": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-6.0.0.tgz", - "integrity": "sha512-vDrcCFE3+2ixNT5H83g28bO/uYAwibJxerXPj+E7op4qzBCsAV36QfvdAyVOoNxKAH2Os/e01T/2x++V0LPukA==", + "version": "6.10.0", + "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-6.10.0.tgz", + "integrity": "sha512-AtndijGte1rPILInUdHjvKEGbIV06NuvPrqlIEaEaWtbtvJh464mDeyGMdZEQMsGvC0ZVkiex1fSNcC4HAbRGg==", "requires": { "get-stdin": "^6.0.0" } diff --git a/package.json b/package.json index dbf92490..ca0f6774 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "dayjs": "1.8.14", "ecurve": "1.0.6", "electrum-client": "git+https://github.com/BlueWallet/rn-electrum-client.git", - "eslint-config-prettier": "6.9.0", + "eslint-config-prettier": "6.10.0", "eslint-config-standard": "12.0.0", "eslint-config-standard-react": "7.0.2", "eslint-plugin-prettier": "3.1.0",