From 75125284b0e7e950f037f0b5e5110801b6276008 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Jan 2022 18:56:52 -0800 Subject: [PATCH] Bump react-markdown from 7.1.1 to 7.1.2 (#411) Bumps [react-markdown](https://github.com/remarkjs/react-markdown) from 7.1.1 to 7.1.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/7.1.1...7.1.2) --- updated-dependencies: - dependency-name: react-markdown 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> --- web/package-lock.json | 14 +++++++------- web/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index a38023b9b..5cecd1ef8 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -23,7 +23,7 @@ "react-chartkick": "^0.5.2", "react-dom": "^17.0.2", "react-linkify": "^1.0.0-alpha", - "react-markdown": "^7.1.1", + "react-markdown": "^7.1.2", "react-markdown-editor-lite": "^1.3.2", "sass": "^1.45.2", "ua-parser-js": "^1.0.2" @@ -5598,9 +5598,9 @@ } }, "node_modules/react-markdown": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/react-markdown/-/react-markdown-7.1.1.tgz", - "integrity": "sha512-bXS7indkcPlCLB6wRFFzX8Xdghr62TBxUF2587o+CUkaZlNaoILb2qNt+5pYmTZuCOC+OeEcdJ+06mu5whtCVQ==", + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/react-markdown/-/react-markdown-7.1.2.tgz", + "integrity": "sha512-ibMcc0EbfmbwApqJD8AUr0yls8BSrKzIbHaUsPidQljxToCqFh34nwtu3CXNEItcVJNzpjDHrhK8A+MAh2JW3A==", "dependencies": { "@types/hast": "^2.0.0", "@types/unist": "^2.0.0", @@ -10772,9 +10772,9 @@ } }, "react-markdown": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/react-markdown/-/react-markdown-7.1.1.tgz", - "integrity": "sha512-bXS7indkcPlCLB6wRFFzX8Xdghr62TBxUF2587o+CUkaZlNaoILb2qNt+5pYmTZuCOC+OeEcdJ+06mu5whtCVQ==", + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/react-markdown/-/react-markdown-7.1.2.tgz", + "integrity": "sha512-ibMcc0EbfmbwApqJD8AUr0yls8BSrKzIbHaUsPidQljxToCqFh34nwtu3CXNEItcVJNzpjDHrhK8A+MAh2JW3A==", "requires": { "@types/hast": "^2.0.0", "@types/unist": "^2.0.0", diff --git a/web/package.json b/web/package.json index 62eb8cab0..70024f0c8 100644 --- a/web/package.json +++ b/web/package.json @@ -24,7 +24,7 @@ "react-chartkick": "^0.5.2", "react-dom": "^17.0.2", "react-linkify": "^1.0.0-alpha", - "react-markdown": "^7.1.1", + "react-markdown": "^7.1.2", "react-markdown-editor-lite": "^1.3.2", "sass": "^1.45.2", "ua-parser-js": "^1.0.2"