From 4930e7fab1f30bf52a4cd87bc03f4d100a114fe9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Oct 2020 10:14:20 +0000 Subject: [PATCH] Bump eslint-config-prettier from 6.13.0 to 6.14.0 in /token-lending/js (#688) Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 6.13.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/v6.13.0...v6.14.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- token-lending/js/package-lock.json | 6 +++--- token-lending/js/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/token-lending/js/package-lock.json b/token-lending/js/package-lock.json index 13257dea..b44d2af0 100644 --- a/token-lending/js/package-lock.json +++ b/token-lending/js/package-lock.json @@ -1037,9 +1037,9 @@ } }, "eslint-config-prettier": { - "version": "6.13.0", - "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-6.13.0.tgz", - "integrity": "sha512-LcT0i0LSmnzqK2t764pyIt7kKH2AuuqKRTtJTdddWxOiUja9HdG5GXBVF2gmCTvVYWVsTu8J2MhJLVGRh+pj8w==", + "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/token-lending/js/package.json b/token-lending/js/package.json index f29deba3..7f1943a9 100644 --- a/token-lending/js/package.json +++ b/token-lending/js/package.json @@ -54,7 +54,7 @@ "@typescript-eslint/parser": "^4.5.0", "dotenv": "^8.2.0", "eslint": "^7.11.0", - "eslint-config-prettier": "^6.13.0", + "eslint-config-prettier": "^6.14.0", "eslint-plugin-prettier": "^3.1.4", "prettier": "^2.1.2", "rollup": "^2.32.1",