From 011e5fd8e4a8725287558d60bcc3a452a83c7b9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Dec 2020 11:38:12 +0000 Subject: [PATCH] Bump eslint-config-prettier from 6.15.0 to 7.1.0 in /token-lending/js (#974) Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 6.15.0 to 7.1.0. - [Release notes](https://github.com/prettier/eslint-config-prettier/releases) - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/eslint-config-prettier/compare/v6.15.0...v7.1.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- token-lending/js/package-lock.json | 17 ++++------------- token-lending/js/package.json | 2 +- 2 files changed, 5 insertions(+), 14 deletions(-) diff --git a/token-lending/js/package-lock.json b/token-lending/js/package-lock.json index 65a71cae..0aeaeb03 100644 --- a/token-lending/js/package-lock.json +++ b/token-lending/js/package-lock.json @@ -1232,13 +1232,10 @@ } }, "eslint-config-prettier": { - "version": "6.15.0", - "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-6.15.0.tgz", - "integrity": "sha512-a1+kOYLR8wMGustcgAjdydMsQ2A/2ipRPwRKUmfYaSxc9ZPcrku080Ctl6zrZzZNs/U82MjSv+qKREkoq3bJaw==", - "dev": true, - "requires": { - "get-stdin": "^6.0.0" - } + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-7.1.0.tgz", + "integrity": "sha512-9sm5/PxaFG7qNJvJzTROMM1Bk1ozXVTKI0buKOyb0Bsr1hrwi0H/TzxF/COtf1uxikIK8SwhX7K6zg78jAzbeA==", + "dev": true }, "eslint-plugin-prettier": { "version": "3.2.0", @@ -1506,12 +1503,6 @@ "resolved": "https://registry.npmjs.org/get-prototype-of/-/get-prototype-of-0.0.0.tgz", "integrity": "sha1-mHcr0QcW0W3rSzIlFsRp78oorEQ=" }, - "get-stdin": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-6.0.0.tgz", - "integrity": "sha512-jp4tHawyV7+fkkSKyvjuLZswblUtz+SQKzSWnBbii16BuZksJlU1wuBYXY75r+duh/llF1ur6oNwi+2ZzjKZ7g==", - "dev": true - }, "glob": { "version": "7.1.6", "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz", diff --git a/token-lending/js/package.json b/token-lending/js/package.json index bd2e13da..974888b5 100644 --- a/token-lending/js/package.json +++ b/token-lending/js/package.json @@ -57,7 +57,7 @@ "@typescript-eslint/parser": "^4.11.0", "dotenv": "^8.2.0", "eslint": "^7.13.0", - "eslint-config-prettier": "^6.15.0", + "eslint-config-prettier": "^7.1.0", "eslint-plugin-prettier": "^3.2.0", "prettier": "^2.2.1", "rollup": "^2.34.1",