From c9e1bec5798695c7829df462b258f997bc195865 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Dec 2023 11:52:09 +0100 Subject: [PATCH] Bump eslint-plugin-prettier from 5.0.1 to 5.1.1 (#1078) * Bump eslint-plugin-prettier from 5.0.1 to 5.1.1 Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) from 5.0.1 to 5.1.1. - [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/v5.0.1...v5.1.1) --- updated-dependencies: - dependency-name: eslint-plugin-prettier dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Update yarn.nix --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- yarn.nix | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index a7e5cef5..052484ca 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@vue/eslint-config-prettier": "^8.0.0", "eslint": "^8.56.0", "eslint-config-prettier": "^9.1.0", - "eslint-plugin-prettier": "^5.0.1", + "eslint-plugin-prettier": "^5.1.1", "eslint-plugin-vue": "^9.19.2", "eslint-plugin-vuetify": "^1.1.0", "prettier": "^3.1.1", diff --git a/yarn.lock b/yarn.lock index f1faf9a8..c2429bcd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3215,10 +3215,10 @@ eslint-config-prettier@^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-plugin-prettier@^5.0.0, eslint-plugin-prettier@^5.0.1: - version "5.0.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.0.1.tgz#a3b399f04378f79f066379f544e42d6b73f11515" - integrity sha512-m3u5RnR56asrwV/lDC4GHorlW75DsFfmUcjfCYylTUs85dBRnB7VM6xG8eCMJdeDRnppzmxZVf1GEPJvl1JmNg== +eslint-plugin-prettier@^5.0.0, eslint-plugin-prettier@^5.1.1: + version "5.1.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.1.1.tgz#ab7d9823788b557ff7ccdd50a5849d7760cb8bef" + integrity sha512-WQpV3mSmIobb77s4qiCZu3dBrZZ0rj8ckSfBtRrgNK9Wnh2s3eiaxNTWloz1LJ1WtvqZES/PAI7PLvsrGt/CEA== dependencies: prettier-linter-helpers "^1.0.0" synckit "^0.8.5" diff --git a/yarn.nix b/yarn.nix index cde6e275..77c1cfd3 100644 --- a/yarn.nix +++ b/yarn.nix @@ -3354,11 +3354,11 @@ }; } { - name = "eslint_plugin_prettier___eslint_plugin_prettier_5.0.1.tgz"; + name = "eslint_plugin_prettier___eslint_plugin_prettier_5.1.1.tgz"; path = fetchurl { - name = "eslint_plugin_prettier___eslint_plugin_prettier_5.0.1.tgz"; - url = "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.0.1.tgz"; - sha512 = "m3u5RnR56asrwV/lDC4GHorlW75DsFfmUcjfCYylTUs85dBRnB7VM6xG8eCMJdeDRnppzmxZVf1GEPJvl1JmNg=="; + name = "eslint_plugin_prettier___eslint_plugin_prettier_5.1.1.tgz"; + url = "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.1.1.tgz"; + sha512 = "WQpV3mSmIobb77s4qiCZu3dBrZZ0rj8ckSfBtRrgNK9Wnh2s3eiaxNTWloz1LJ1WtvqZES/PAI7PLvsrGt/CEA=="; }; } {