From a2c85c248a920df6b9c77dadd345310902acb1d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 03:50:55 +0000 Subject: [PATCH] build(deps-dev): 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 0b3c5e6..b0e8300 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "gulp-terser": "^2.1.0", "markdownlint-cli": "^0.43.0", "minimist": "^1.2.8", - "prettier": "3.4.1", + "prettier": "3.4.2", "prettier-eslint-cli": "^8.0.1", "set-value": "^4.1.0", "shellcheck": "^3.0.0", diff --git a/yarn.lock b/yarn.lock index 9896889..4088445 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3822,10 +3822,10 @@ prettier-eslint-cli@^8.0.1: rxjs "^7.8.1" yargs "^17.7.2" -prettier@3.4.1, prettier@^3.0.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, prettier@^3.0.1: + version "3.4.2" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.4.2.tgz#a5ce1fb522a588bf2b78ca44c6e6fe5aa5a2b13f" + integrity sha512-e9MewbtFo+Fevyuxn/4rrcDAaq0IYxPGLvObpQjiZBMAzB9IGmzlnG9RZy3FFas+eBMu2vA0CszMeduow5dIuQ== pretty-format@^29.7.0: version "29.7.0"