From 2f16b6f0e61f5b0b00b451a728f87a6fbb837526 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jan 2023 11:17:08 +0000 Subject: [PATCH] Bump prettier from 2.8.1 to 2.8.3 Bumps [prettier](https://github.com/prettier/prettier) from 2.8.1 to 2.8.3. - [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.1...2.8.3) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-patch ... 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 4a2ba40..d326dcd 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "eslint-plugin-jsx-a11y": "^6.6.1", "limax": "^3.0.0", "mdast-util-to-string": "^3.1.0", - "prettier": "^2.8.1", + "prettier": "^2.8.3", "prettier-plugin-astro": "^0.7.0", "reading-time": "^1.5.0", "sharp": "^0.31.2", diff --git a/yarn.lock b/yarn.lock index cb2ed44..750f8b7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5624,10 +5624,10 @@ prettier-plugin-astro@^0.7.0: sass-formatter "^0.7.5" synckit "^0.8.4" -prettier@^2.7.1, prettier@^2.8.1: - version "2.8.1" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.1.tgz#4e1fd11c34e2421bc1da9aea9bd8127cd0a35efc" - integrity sha512-lqGoSJBQNJidqCHE80vqZJHWHRFoNYsSpP9AjFhlhi9ODCJA541svILes/+/1GM3VaL/abZi7cpFzOpdR9UPKg== +prettier@^2.7.1, prettier@^2.8.3: + version "2.8.3" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.3.tgz#ab697b1d3dd46fb4626fbe2f543afe0cc98d8632" + integrity sha512-tJ/oJ4amDihPoufT5sM0Z1SKEuKay8LfVAMlbbhnnkvt6BUserZylqo2PN+p9KeljLr0OHa2rXHU1T8reeoTrw== pretty-bytes@^5.1.0: version "5.6.0"