From 5362842a867e345def1209e58946d7c182854991 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 18:25:35 +0000 Subject: [PATCH] Bump eslint-config-prettier in /login-workflow/example Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 8.5.0 to 9.1.0. - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/eslint-config-prettier/compare/v8.5.0...v9.1.0) --- updated-dependencies: - dependency-name: eslint-config-prettier dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- login-workflow/example/package.json | 2 +- login-workflow/example/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/login-workflow/example/package.json b/login-workflow/example/package.json index 35547256e..f562cfaf4 100644 --- a/login-workflow/example/package.json +++ b/login-workflow/example/package.json @@ -60,7 +60,7 @@ "@typescript-eslint/parser": "^5.49.0", "babel-jest": "^29.7.0", "eslint": "^8.11.0", - "eslint-config-prettier": "^8.5.0", + "eslint-config-prettier": "^9.1.0", "eslint-plugin-react": "^7.33.1", "jest": "^26.6.3", "jest-transform-stub": "^2.0.0", diff --git a/login-workflow/example/yarn.lock b/login-workflow/example/yarn.lock index f6943f636..d212765d9 100644 --- a/login-workflow/example/yarn.lock +++ b/login-workflow/example/yarn.lock @@ -3831,10 +3831,10 @@ escodegen@^2.0.0: optionalDependencies: source-map "~0.6.1" -"eslint-config-prettier@>= 8.0.0", eslint-config-prettier@^8.5.0: - version "8.5.0" - resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.5.0.tgz#5a81680ec934beca02c7b1a61cf8ca34b66feab1" - integrity sha512-obmWKLUNCnhtQRKc+tmnYuQl0pFU1ibYJQ5BGhTVB08bHe9wC8qUeG7c08dj9XX+AuPj1YSGSQIHl1pnDHZR0Q== +"eslint-config-prettier@>= 8.0.0", eslint-config-prettier@^9.1.0: + version "9.1.0" + resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-9.1.0.tgz#31af3d94578645966c082fcb71a5846d3c94867f" + integrity sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw== eslint-config-prettier@^6.10.1: version "6.15.0"