From e8a94f1184b0fbccf96405a74818924e2530d735 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 20:48:01 +0000 Subject: [PATCH] chore(deps-dev): bump prettier from 2.8.4 to 3.0.1 Bumps [prettier](https://github.com/prettier/prettier) from 2.8.4 to 3.0.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/2.8.4...3.0.1) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-major ... 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 96b68f1..48f31cc 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "eslint-config-barecheck-base": "^0.5.4", "mocha": "^10.2.0", "nyc": "^15.1.0", - "prettier": "^2.8.4", + "prettier": "^3.0.1", "proxyquire": "^2.1.3", "sinon": "^15.2.0" }, diff --git a/yarn.lock b/yarn.lock index be35691..815cdd1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2134,10 +2134,10 @@ prettier-linter-helpers@^1.0.0: dependencies: fast-diff "^1.1.2" -prettier@^2.8.4: - version "2.8.4" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.4.tgz#34dd2595629bfbb79d344ac4a91ff948694463c3" - integrity sha512-vIS4Rlc2FNh0BySk3Wkd6xmwxB0FpOndW5fisM5H8hsZSxU2VWVB5CWIkIjWvrHjIhxk2g3bfMKM87zNTrZddw== +prettier@^3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.0.1.tgz#65271fc9320ce4913c57747a70ce635b30beaa40" + integrity sha512-fcOWSnnpCrovBsmFZIGIy9UqK2FaI7Hqax+DIO0A9UxeVoY4iweyaFjS5TavZN97Hfehph0nhsZnjlVKzEQSrQ== process-on-spawn@^1.0.0: version "1.0.0"