From bfc998fffe3825094a56dcd67667df4f1dab510e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Dec 2023 05:45:11 -0600 Subject: [PATCH] chore(dev-deps): bump eslint-config-prettier from 9.0.0 to 9.1.0 (#680) Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 9.0.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/v9.0.0...v9.1.0) --- updated-dependencies: - dependency-name: eslint-config-prettier dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index d9d7957e..5a5be9e6 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "eslint": "^8.54.0", "eslint-config-oclif": "^5.0.0", "eslint-config-oclif-typescript": "^3.0.15", - "eslint-config-prettier": "^9.0.0", + "eslint-config-prettier": "^9.1.0", "got": "^13.0.0", "husky": "^8.0.3", "lint-staged": "^14.0.1", diff --git a/yarn.lock b/yarn.lock index 8249dc34..d99cd63d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2376,10 +2376,10 @@ eslint-config-oclif@^5.0.0: eslint-plugin-node "^11.1.0" eslint-plugin-unicorn "^48.0.1" -eslint-config-prettier@^9.0.0: - version "9.0.0" - resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-9.0.0.tgz#eb25485946dd0c66cd216a46232dc05451518d1f" - integrity sha512-IcJsTkJae2S35pRsRAwoCE+925rJJStOdkKnLVgtE+tEpqU0EVVM7OqrwxqgptKdX29NUwC82I5pXsGFIgSevw== +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-xo-space@^0.34.0: version "0.34.0"