From 3511ea8db9982ca7c016ca4c1e603201fac90ce5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 May 2021 22:57:39 -0700 Subject: [PATCH] Bump react-markdown from 6.0.1 to 6.0.2 (#159) Bumps [react-markdown](https://github.com/remarkjs/react-markdown) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/remarkjs/react-markdown/releases) - [Changelog](https://github.com/remarkjs/react-markdown/blob/main/changelog.md) - [Commits](https://github.com/remarkjs/react-markdown/compare/6.0.1...6.0.2) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- web/package-lock.json | 9 +++++---- web/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index e14262f3b..b75519e3b 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -4715,9 +4715,9 @@ } }, "react-markdown": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/react-markdown/-/react-markdown-6.0.1.tgz", - "integrity": "sha512-JNOIU+6xrG+eOwZu9UNZxDAc1bNBCpI8mueQNx5NwZWRbSrcD25FllhKHxyUkXhpdu3r/eg1hrLKCtCq9/uIrw==", + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/react-markdown/-/react-markdown-6.0.2.tgz", + "integrity": "sha512-Et2AjXAsbmPP1nLQQRqmVgcqzfwcz8uQJ8VAdADs8Nk/aaUA0YeU9RDLuCtD+GwajCnm/+Iiu2KPmXzmD/M3vA==", "requires": { "@types/hast": "^2.0.0", "@types/unist": "^2.0.3", @@ -4730,7 +4730,8 @@ "space-separated-tokens": "^1.1.0", "style-to-object": "^0.3.0", "unified": "^9.0.0", - "unist-util-visit": "^2.0.0" + "unist-util-visit": "^2.0.0", + "vfile": "^4.0.0" }, "dependencies": { "react-is": { diff --git a/web/package.json b/web/package.json index eaf29b23b..af5d904e6 100644 --- a/web/package.json +++ b/web/package.json @@ -22,7 +22,7 @@ "react-chartkick": "^0.5.0", "react-dom": "^17.0.2", "react-linkify": "^1.0.0-alpha", - "react-markdown": "^6.0.1", + "react-markdown": "^6.0.2", "react-markdown-editor-lite": "^1.2.4", "sass": "^1.32.12" },