From 8a35547a0c7e06ebf784b512451c8057f7ee45cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 10:57:20 +0000 Subject: [PATCH] chore(deps-dev): Bump prettier from 2.5.0 to 2.8.4 Bumps [prettier](https://github.com/prettier/prettier) from 2.5.0 to 2.8.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.5.0...2.8.4) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor ... 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 def21a8..2171207 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "eslint": "7.32.x", "eslint-config-satya164": "3.1.x", "microbundle": "0.14.x", - "prettier": "2.5.x", + "prettier": "2.8.x", "typescript": "4.5.x" }, "engines": { diff --git a/yarn.lock b/yarn.lock index 78399b9..0e08d81 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3801,10 +3801,10 @@ prettier-linter-helpers@^1.0.0: dependencies: fast-diff "^1.1.2" -prettier@2.5.x: - version "2.5.0" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.5.0.tgz#a6370e2d4594e093270419d9cc47f7670488f893" - integrity sha512-FM/zAKgWTxj40rH03VxzIPdXmj39SwSjwG0heUcNFwI+EMZJnY93yAiKXM3dObIKAM5TA88werc8T/EwhB45eg== +prettier@2.8.x: + version "2.8.4" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.4.tgz#34dd2595629bfbb79d344ac4a91ff948694463c3" + integrity sha512-vIS4Rlc2FNh0BySk3Wkd6xmwxB0FpOndW5fisM5H8hsZSxU2VWVB5CWIkIjWvrHjIhxk2g3bfMKM87zNTrZddw== pretty-bytes@^3.0.0: version "3.0.1"