From 75bd07a73c0ae064433869619dc80fdca7c9e824 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 14:19:02 +0200 Subject: [PATCH] chore(deps-dev): bump prettier from 3.3.0 to 3.3.1 (#51) Bumps [prettier](https://github.com/prettier/prettier) from 3.3.0 to 3.3.1. - [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.3.0...3.3.1) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 963bfef..b6d387e 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "eslint-plugin-sonarjs": "^0.25.1", "eslint-plugin-typescript-sort-keys": "^3.2.0", "eslint-plugin-unicorn": "^52.0.0", - "prettier": "^3.3.0", + "prettier": "^3.3.1", "prettier-plugin-package": "^1.4.0", "tsoa": "^6.2.1", "typescript": "^5.4.5" diff --git a/yarn.lock b/yarn.lock index eecaf9e..d79d0a1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2589,10 +2589,10 @@ prettier-plugin-package@^1.4.0: resolved "https://registry.yarnpkg.com/prettier-plugin-package/-/prettier-plugin-package-1.4.0.tgz#cd5843bce8c397ae1cefcbff1d5f2083a754219f" integrity sha512-jy8UjgHadyznzWfunyjPQPqE2Y92TVF3Q0O829X6pk/ARoKn0vtSu+mtKIsmikZYb2N50mV6vRIqCf19XdOdIg== -prettier@^3.3.0: - version "3.3.0" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.3.0.tgz#d173ea0524a691d4c0b1181752f2b46724328cdf" - integrity sha512-J9odKxERhCQ10OC2yb93583f6UnYutOeiV5i0zEDS7UGTdUt0u+y8erxl3lBKvwo/JHyyoEdXjwp4dke9oyZ/g== +prettier@^3.3.1: + version "3.3.1" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.3.1.tgz#e68935518dd90bb7ec4821ba970e68f8de16e1ac" + integrity sha512-7CAwy5dRsxs8PHXT3twixW9/OEll8MLE0VRPCJyl7CkS6VHGPSlsVaWTiASPTyGyYRyApxlaWTzwUxVNrhcwDg== proxy-addr@~2.0.7: version "2.0.7"