From feeaaf0ae9b3ff9b1ff0783ca8d01323c91fd62c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Dec 2024 07:09:03 +0000 Subject: [PATCH 1/2] Bump prettier from 3.4.1 to 3.4.2 Bumps [prettier](https://github.com/prettier/prettier) from 3.4.1 to 3.4.2. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.4.1...3.4.2) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-patch ... 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 4fbf4677..e0d3184d 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "eslint-plugin-prettier": "^5.2.1", "eslint-plugin-vue": "^9.32.0", "eslint-plugin-vuetify": "^1.1.0", - "prettier": "^3.4.1", + "prettier": "^3.4.2", "sass": "^1.81.0", "sass-loader": "^16.0.3", "vue-cli-plugin-i18n": "^2.3.2", diff --git a/yarn.lock b/yarn.lock index a899226d..1e8b30e3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5423,10 +5423,10 @@ prettier-linter-helpers@^1.0.0: resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.8.tgz#e8c5d7e98a4305ffe3de2e1fc4aca1a71c28b1da" integrity sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q== -prettier@^3.4.1: - version "3.4.1" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.4.1.tgz#e211d451d6452db0a291672ca9154bc8c2579f7b" - integrity sha512-G+YdqtITVZmOJje6QkXQWzl3fSfMxFwm1tjTyo9exhkmWSqC4Yhd1+lug++IlR2mvRVAxEDDWYkQdeSztajqgg== +prettier@^3.4.2: + version "3.4.2" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.4.2.tgz#a5ce1fb522a588bf2b78ca44c6e6fe5aa5a2b13f" + integrity sha512-e9MewbtFo+Fevyuxn/4rrcDAaq0IYxPGLvObpQjiZBMAzB9IGmzlnG9RZy3FFas+eBMu2vA0CszMeduow5dIuQ== pretty-error@^4.0.0: version "4.0.0" From 4677a602997178a6a4e19dc93f3e966f23359fb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Sat, 7 Dec 2024 07:09:50 +0000 Subject: [PATCH 2/2] Update yarn.nix --- yarn.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/yarn.nix b/yarn.nix index 58a4839e..14b4f7ff 100644 --- a/yarn.nix +++ b/yarn.nix @@ -5970,11 +5970,11 @@ }; } { - name = "prettier___prettier_3.4.1.tgz"; + name = "prettier___prettier_3.4.2.tgz"; path = fetchurl { - name = "prettier___prettier_3.4.1.tgz"; - url = "https://registry.yarnpkg.com/prettier/-/prettier-3.4.1.tgz"; - sha512 = "G+YdqtITVZmOJje6QkXQWzl3fSfMxFwm1tjTyo9exhkmWSqC4Yhd1+lug++IlR2mvRVAxEDDWYkQdeSztajqgg=="; + name = "prettier___prettier_3.4.2.tgz"; + url = "https://registry.yarnpkg.com/prettier/-/prettier-3.4.2.tgz"; + sha512 = "e9MewbtFo+Fevyuxn/4rrcDAaq0IYxPGLvObpQjiZBMAzB9IGmzlnG9RZy3FFas+eBMu2vA0CszMeduow5dIuQ=="; }; } {