From 06cc0e5f1347b3285644cadb725ee7c53a999523 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 02:01:52 +0000 Subject: [PATCH] Bump prettier from 2.7.1 to 2.8.7 in /ogp_functions Bumps [prettier](https://github.com/prettier/prettier) from 2.7.1 to 2.8.7. - [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.7.1...2.8.7) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- ogp_functions/package.json | 2 +- ogp_functions/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ogp_functions/package.json b/ogp_functions/package.json index e8cc55c0d..c51647d08 100644 --- a/ogp_functions/package.json +++ b/ogp_functions/package.json @@ -47,7 +47,7 @@ "eslint-import-resolver-typescript": "^3.2.5", "eslint-plugin-import": "^2.26.0", "npm-run-all": "4.1.5", - "prettier": "^2.7.1", + "prettier": "^2.8.7", "rimraf": "3.0.2", "typescript": "4.7.4" } diff --git a/ogp_functions/yarn.lock b/ogp_functions/yarn.lock index b33815d46..558731c61 100644 --- a/ogp_functions/yarn.lock +++ b/ogp_functions/yarn.lock @@ -2616,10 +2616,10 @@ prelude-ls@^1.2.1: resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396" integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g== -prettier@^2.7.1: - version "2.7.1" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.7.1.tgz#e235806850d057f97bb08368a4f7d899f7760c64" - integrity sha512-ujppO+MkdPqoVINuDFDRLClm7D78qbDt0/NR+wp5FqEZOoTNAjPHWj17QRhu7geIHJfcNhRk1XVQmF8Bp3ye+g== +prettier@^2.8.7: + version "2.8.7" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.7.tgz#bb79fc8729308549d28fe3a98fce73d2c0656450" + integrity sha512-yPngTo3aXUUmyuTjeTUT75txrf+aMh9FiD7q9ZE/i6r0bPb22g4FsE6Y338PQX1bmfy08i9QQCB7/rcUAVntfw== process-nextick-args@~2.0.0: version "2.0.1"