From dd0627375b7278a07b97c891db7695091cad3900 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Dec 2025 14:56:20 +0000 Subject: [PATCH] chore(deps-dev): bump prettier from 2.3.2 to 3.7.4 in /ui Bumps [prettier](https://github.com/prettier/prettier) from 2.3.2 to 3.7.4. - [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/2.3.2...3.7.4) --- updated-dependencies: - dependency-name: prettier dependency-version: 3.7.4 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- ui/package.json | 2 +- ui/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ui/package.json b/ui/package.json index a1aa01f..f4faa86 100644 --- a/ui/package.json +++ b/ui/package.json @@ -38,7 +38,7 @@ "eslint": "^6.7.2", "eslint-plugin-prettier": "^3.3.1", "eslint-plugin-vue": "^6.2.2", - "prettier": "^2.2.1", + "prettier": "^3.7.4", "sass-loader": "^10.1.1", "vue-template-compiler": "^2.6.11" } diff --git a/ui/yarn.lock b/ui/yarn.lock index 7a0fb43..083c483 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -7172,10 +7172,10 @@ prettier@^1.18.2: resolved "https://registry.npmmirror.com/prettier/download/prettier-1.19.1.tgz?cache=0&sync_timestamp=1624696259185&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fprettier%2Fdownload%2Fprettier-1.19.1.tgz" integrity sha1-99f1/4qc2HKnvkyhQglZVqYHl8s= -prettier@^2.2.1: - version "2.3.2" - resolved "https://registry.npmmirror.com/prettier/download/prettier-2.3.2.tgz?cache=0&sync_timestamp=1624696259185&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fprettier%2Fdownload%2Fprettier-2.3.2.tgz" - integrity sha1-7ygKBewlNxLkhiM9tcbyNEHnNC0= +prettier@^3.7.4: + version "3.7.4" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.7.4.tgz#d2f8335d4b1cec47e1c8098645411b0c9dff9c0f" + integrity sha512-v6UNi1+3hSlVvv8fSaoUbggEM5VErKmmpGA7Pl3HF8V6uKY7rvClBOJlH6yNwQtfTueNkGVpOv/mtWL9L4bgRA== pretty-error@^2.0.2: version "2.1.2"