From fccefc79b48cc7e311f90b3c85552b2fb44ba8c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jun 2022 10:02:11 +0000 Subject: [PATCH] Bump eslint-plugin-prettier from 4.0.0 to 4.1.0 Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) from 4.0.0 to 4.1.0. - [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases) - [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md) - [Commits](https://github.com/prettier/eslint-plugin-prettier/compare/v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: eslint-plugin-prettier dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c7fd11014..76dd34957 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "eslint": "7.32.0", "eslint-config-prettier": "8.5.0", "eslint-plugin-jest": "26.5.3", - "eslint-plugin-prettier": "4.0.0", + "eslint-plugin-prettier": "4.1.0", "jest": "26.6.3", "jest-circus": "27.5.1", "prettier": "2.7.1", diff --git a/yarn.lock b/yarn.lock index 524e799d6..627d6a43d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2152,10 +2152,10 @@ eslint-plugin-jest@26.5.3: dependencies: "@typescript-eslint/utils" "^5.10.0" -eslint-plugin-prettier@4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-4.0.0.tgz#8b99d1e4b8b24a762472b4567992023619cb98e0" - integrity sha512-98MqmCJ7vJodoQK359bqQWaxOE0CS8paAz/GgjaZLyex4TTk3g9HugoO89EqWCrFiOqn9EVvcoo7gZzONCWVwQ== +eslint-plugin-prettier@4.1.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-4.1.0.tgz#1cd4b3fadf3b3cdb30b1874b55e7f93f85eb43ad" + integrity sha512-A3AXIEfTnq3D5qDFjWJdQ9c4BLhw/TqhSR+6+SVaoPJBAWciFEuJiNQh275OnjRrAi7yssZzuWBRw66VG2g6UA== dependencies: prettier-linter-helpers "^1.0.0"