From a299e4b18ad1c81cb16768a122731683b6503d8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 08:41:28 -0400 Subject: [PATCH] chore: Bump prettier from 2.8.4 to 2.8.5 (#209) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 66f86bd..eafb82c 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "devDependencies": { "husky": "8.0.3", "lint-staged": "13.2.0", - "prettier": "2.8.4" + "prettier": "2.8.5" }, "lint-staged": { "*.{css,html,js,json,jsx,ts,tsx,yaml,yml}": [ diff --git a/yarn.lock b/yarn.lock index 7d12c68..47a95da 100644 --- a/yarn.lock +++ b/yarn.lock @@ -338,10 +338,10 @@ pidtree@^0.6.0: resolved "https://registry.yarnpkg.com/pidtree/-/pidtree-0.6.0.tgz#90ad7b6d42d5841e69e0a2419ef38f8883aa057c" integrity sha512-eG2dWTVw5bzqGRztnHExczNxt5VGsE6OwTeCG3fdUf9KBsZzO3R5OIIIzWR+iZA0NtZ+RDVdaoE2dK1cn6jH4g== -prettier@2.8.4: - version "2.8.4" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.4.tgz#34dd2595629bfbb79d344ac4a91ff948694463c3" - integrity sha512-vIS4Rlc2FNh0BySk3Wkd6xmwxB0FpOndW5fisM5H8hsZSxU2VWVB5CWIkIjWvrHjIhxk2g3bfMKM87zNTrZddw== +prettier@2.8.5: + version "2.8.5" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.5.tgz#3dd8ae1ebddc4f6aa419c9b64d8c8319a7e0d982" + integrity sha512-3gzuxrHbKUePRBB4ZeU08VNkUcqEHaUaouNt0m7LGP4Hti/NuB07C7PPTM/LkWqXoJYJn2McEo5+kxPNrtQkLQ== restore-cursor@^3.1.0: version "3.1.0"