From c8832c230e1fe37fae0cb803cb939392b8256001 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 20:29:31 +0000 Subject: [PATCH] Bump react-markdown from 9.0.0 to 9.0.1 Bumps [react-markdown](https://github.com/remarkjs/react-markdown) from 9.0.0 to 9.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/9.0.0...9.0.1) --- updated-dependencies: - dependency-name: react-markdown dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3da3ab2e..f7781941 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "postcss-import": "^15.1.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-markdown": "^9.0.0", + "react-markdown": "^9.0.1", "react-syntax-highlighter": "^15.5.0", "sharp": "^0.32.6", "tailwindcss": "^3.3.5" @@ -8832,9 +8832,9 @@ "dev": true }, "node_modules/react-markdown": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/react-markdown/-/react-markdown-9.0.0.tgz", - "integrity": "sha512-v6yNf3AB8GfJ8lCpUvzxAXKxgsHpdmWPlcVRQ6Nocsezp255E/IDrF31kLQsPJeB/cKto/geUwjU36wH784FCA==", + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/react-markdown/-/react-markdown-9.0.1.tgz", + "integrity": "sha512-186Gw/vF1uRkydbsOIkcGXw7aHq0sZOCRFFjGrr7b9+nVZg4UfA4enXCaxm4fUzecU38sWfrNDitGhshuU7rdg==", "dev": true, "dependencies": { "@types/hast": "^3.0.0", @@ -8842,7 +8842,6 @@ "hast-util-to-jsx-runtime": "^2.0.0", "html-url-attributes": "^3.0.0", "mdast-util-to-hast": "^13.0.0", - "micromark-util-sanitize-uri": "^2.0.0", "remark-parse": "^11.0.0", "remark-rehype": "^11.0.0", "unified": "^11.0.0", diff --git a/package.json b/package.json index 01a31134..2e1c817c 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "postcss-import": "^15.1.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-markdown": "^9.0.0", + "react-markdown": "^9.0.1", "react-syntax-highlighter": "^15.5.0", "sharp": "^0.32.6", "tailwindcss": "^3.3.5"