From 30767d0047d63445debbecf6803637bc2ac8af75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 13:19:48 +0000 Subject: [PATCH] chore(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-lock.json | 9 ++++----- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 9 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7d95148..2200f33 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "fastify": "5.1.0", "fp-ts": "2.16.9", "jest": "29.7.0", - "prettier": "3.4.1", + "prettier": "3.4.2", "prettier-plugin-jsdoc": "1.3.0", "ts-jest": "29.2.5", "ts-node": "10.9.2", @@ -7427,11 +7427,10 @@ } }, "node_modules/prettier": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.4.1.tgz", - "integrity": "sha512-G+YdqtITVZmOJje6QkXQWzl3fSfMxFwm1tjTyo9exhkmWSqC4Yhd1+lug++IlR2mvRVAxEDDWYkQdeSztajqgg==", + "version": "3.4.2", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.4.2.tgz", + "integrity": "sha512-e9MewbtFo+Fevyuxn/4rrcDAaq0IYxPGLvObpQjiZBMAzB9IGmzlnG9RZy3FFas+eBMu2vA0CszMeduow5dIuQ==", "dev": true, - "license": "MIT", "bin": { "prettier": "bin/prettier.cjs" }, diff --git a/package.json b/package.json index c3032df..1aceeec 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "fastify": "5.1.0", "fp-ts": "2.16.9", "jest": "29.7.0", - "prettier": "3.4.1", + "prettier": "3.4.2", "prettier-plugin-jsdoc": "1.3.0", "ts-jest": "29.2.5", "ts-node": "10.9.2", diff --git a/yarn.lock b/yarn.lock index dccefad..70b0354 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3894,10 +3894,10 @@ prettier-plugin-jsdoc@1.3.0: comment-parser "^1.4.0" mdast-util-from-markdown "^2.0.0" -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-format@^29.0.0, pretty-format@^29.7.0: version "29.7.0"