From 8b05c80bbc22d12cd6ae36ece4b30ff6fcd07150 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jun 2021 10:08:45 -0400 Subject: [PATCH] Bump prettier from 2.3.0 to 2.3.1 (#13925) Bumps [prettier](https://github.com/prettier/prettier) from 2.3.0 to 2.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/2.3.0...2.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 b5c9bca96..f62b0559a 100644 --- a/package.json +++ b/package.json @@ -132,7 +132,7 @@ "jsdom": "^16.6.0", "lint-staged": "^11.0.0", "markdown-loader": "^6.0.0", - "prettier": "^2.3.0", + "prettier": "^2.3.1", "redoc-cli": "0.11.4", "sass": "1.34.1", "sass-loader": "^10.1.1", diff --git a/yarn.lock b/yarn.lock index 64de36c12..5b909bc6c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -14985,10 +14985,10 @@ prescribe@>=1.1.2: resolved "https://registry.yarnpkg.com/prescribe/-/prescribe-1.1.3.tgz#8d3122445f3fbaf4c4c5817ea527a17fc8139ee6" integrity sha1-jTEiRF8/uvTExYF+pSehf8gTnuY= -prettier@^2.3.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.3.0.tgz#b6a5bf1284026ae640f17f7ff5658a7567fc0d18" - integrity sha512-kXtO4s0Lz/DW/IJ9QdWhAf7/NmPWQXkFr/r/WkR3vyI+0v8amTDxiaQSLzs8NBlytfLWX/7uQUMIW677yLKl4w== +prettier@^2.3.1: + version "2.3.1" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.3.1.tgz#76903c3f8c4449bc9ac597acefa24dc5ad4cbea6" + integrity sha512-p+vNbgpLjif/+D+DwAZAbndtRrR0md0MwfmOVN9N+2RgyACMT+7tfaRnT+WDPkqnuVwleyuBIG2XBxKDme3hPA== prettier@~2.2.1: version "2.2.1"