From 4fdbbdbf8c7df5d370c3976ad95baba37d24c5f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jun 2023 22:27:35 +0900 Subject: [PATCH] chore(deps): bump react-showdown from 2.3.0 to 2.3.1 (#606) Bumps [react-showdown](https://github.com/jerolimov/react-showdown) from 2.3.0 to 2.3.1. - [Changelog](https://github.com/jerolimov/react-showdown/blob/master/CHANGELOG.md) - [Commits](https://github.com/jerolimov/react-showdown/compare/2.3.0...2.3.1) --- updated-dependencies: - dependency-name: react-showdown dependency-type: direct:production 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 6c994e0..3287553 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "react-hotkeys": "2.0.0", "react-responsive-modal": "6.4.2", "react-select": "4.3.1", - "react-showdown": "2.3.0", + "react-showdown": "2.3.1", "react-sortable-hoc": "2.0.0", "react-use-clipboard": "1.0.9", "sanitize-html": "^2.11.0", diff --git a/yarn.lock b/yarn.lock index 244fdfd..30aa297 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8444,10 +8444,10 @@ react-select@4.3.1: react-input-autosize "^3.0.0" react-transition-group "^4.3.0" -react-showdown@2.3.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/react-showdown/-/react-showdown-2.3.0.tgz#904fb3daad663628d403bd68828c2b5324246cda" - integrity sha512-Hf44I8pK1jqfoRBjPZ/HxIjWXm7l0dklg2N1518BQ/styI+Ko++NChhLaZVZydg6F04FEZaPGuzrmvpsl5pVZg== +react-showdown@2.3.1: + version "2.3.1" + resolved "https://registry.yarnpkg.com/react-showdown/-/react-showdown-2.3.1.tgz#c1d4644e3c351ae131da49d8ba081db812c7ca80" + integrity sha512-3O9Gz6HF1MQbGK17gYOO6EJP27h9Sp+g/L7KeOhMJERuutYP3802MPaL8JybjeI97X9HTeeN4A89WjOpEHl3NQ== dependencies: domhandler "^4.0.0" htmlparser2 "^6.0.1"