From 2fd9c573c2432efd9e5bb29e060067512b517e17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 08:32:38 +0900 Subject: [PATCH] Bump react-markdown from 9.0.1 to 9.0.3 (#21) Bumps [react-markdown](https://github.com/remarkjs/react-markdown) from 9.0.1 to 9.0.3. - [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.1...9.0.3) --- 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> Co-authored-by: Yuito Akatsuki (Tani Yutaka) --- package-lock.json | 11 ++++++----- package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0bb1b05..a123457 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,10 +18,9 @@ "@next/third-parties": "15.1.2", "gray-matter": "^4.0.3", "next": "15.1.2", - "prettier": "^3.3.3", "react": "19.0.0", "react-dom": "19.0.0", - "react-markdown": "^9.0.1", + "react-markdown": "^9.0.3", "remark": "^15.0.1", "remark-gfm": "^4.0.0", "remark-html": "^16.0.1", @@ -39,6 +38,7 @@ "eslint-config-next": "15.1.6", "eslint-config-prettier": "^10.0.1", "postcss": "^8", + "prettier": "^3.3.3", "tailwindcss": "^3.4.10", "typescript": "^5" } @@ -6873,6 +6873,7 @@ "version": "3.4.2", "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.4.2.tgz", "integrity": "sha512-e9MewbtFo+Fevyuxn/4rrcDAaq0IYxPGLvObpQjiZBMAzB9IGmzlnG9RZy3FFas+eBMu2vA0CszMeduow5dIuQ==", + "dev": true, "license": "MIT", "bin": { "prettier": "bin/prettier.cjs" @@ -6964,9 +6965,9 @@ "license": "MIT" }, "node_modules/react-markdown": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/react-markdown/-/react-markdown-9.0.1.tgz", - "integrity": "sha512-186Gw/vF1uRkydbsOIkcGXw7aHq0sZOCRFFjGrr7b9+nVZg4UfA4enXCaxm4fUzecU38sWfrNDitGhshuU7rdg==", + "version": "9.0.3", + "resolved": "https://registry.npmjs.org/react-markdown/-/react-markdown-9.0.3.tgz", + "integrity": "sha512-Yk7Z94dbgYTOrdk41Z74GoKA7rThnsbbqBTRYuxoe08qvfQ9tJVhmAKw6BJS/ZORG7kTy/s1QvYzSuaoBA1qfw==", "license": "MIT", "dependencies": { "@types/hast": "^3.0.0", diff --git a/package.json b/package.json index 9c97047..9ce9a53 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "next": "15.1.2", "react": "19.0.0", "react-dom": "19.0.0", - "react-markdown": "^9.0.1", + "react-markdown": "^9.0.3", "remark": "^15.0.1", "remark-gfm": "^4.0.0", "remark-html": "^16.0.1",