From d75f44c97f51306b93605aebf21e4e94acb701c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Mar 2022 11:50:30 +0200 Subject: [PATCH] chore(deps): bump react-markdown from 8.0.0 to 8.0.1 (#188) Bumps [react-markdown](https://github.com/remarkjs/react-markdown) from 8.0.0 to 8.0.1. - [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/8.0.0...8.0.1) --- 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> --- package-lock.json | 16 +++++++++------- package.json | 2 +- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index ab9044b3..c0f14f9c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "react": "17.0.2", "react-dom": "17.0.2", "react-intl": "5.24.6", - "react-markdown": "^8.0.0", + "react-markdown": "^8.0.1", "react-redux": "7.2.6", "react-router-dom": "5.2.0", "redux": "4.1.2", @@ -22699,11 +22699,12 @@ "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==" }, "node_modules/react-markdown": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/react-markdown/-/react-markdown-8.0.0.tgz", - "integrity": "sha512-qbrWpLny6Ef2xHqnYqtot948LXP+4FtC+MWIuaN1kvSnowM+r1qEeEHpSaU0TDBOisQuj+Qe6eFY15cNL3gLAw==", + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/react-markdown/-/react-markdown-8.0.1.tgz", + "integrity": "sha512-g78B0KtUk8oDRt59fX9SWhMikn3/qYcQW+aVMxdIulcjCNeecAZNOmR8uXy5p4bhbuPIS8gZly81bF4pAQWYXw==", "dependencies": { "@types/hast": "^2.0.0", + "@types/prop-types": "^15.0.0", "@types/unist": "^2.0.0", "comma-separated-tokens": "^2.0.0", "hast-util-whitespace": "^2.0.0", @@ -46155,11 +46156,12 @@ "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==" }, "react-markdown": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/react-markdown/-/react-markdown-8.0.0.tgz", - "integrity": "sha512-qbrWpLny6Ef2xHqnYqtot948LXP+4FtC+MWIuaN1kvSnowM+r1qEeEHpSaU0TDBOisQuj+Qe6eFY15cNL3gLAw==", + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/react-markdown/-/react-markdown-8.0.1.tgz", + "integrity": "sha512-g78B0KtUk8oDRt59fX9SWhMikn3/qYcQW+aVMxdIulcjCNeecAZNOmR8uXy5p4bhbuPIS8gZly81bF4pAQWYXw==", "requires": { "@types/hast": "^2.0.0", + "@types/prop-types": "^15.0.0", "@types/unist": "^2.0.0", "comma-separated-tokens": "^2.0.0", "hast-util-whitespace": "^2.0.0", diff --git a/package.json b/package.json index f9f7bcc6..37b24c1b 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "react": "17.0.2", "react-dom": "17.0.2", "react-intl": "5.24.6", - "react-markdown": "^8.0.0", + "react-markdown": "^8.0.1", "react-redux": "7.2.6", "react-router-dom": "5.2.0", "redux": "4.1.2",