Skip to content

Commit 18a3059

Browse files
build: bump react-markdown from 9.0.3 to 10.0.1 in /App/frontend-app
Bumps [react-markdown](https://github.com/remarkjs/react-markdown) from 9.0.3 to 10.0.1. - [Release notes](https://github.com/remarkjs/react-markdown/releases) - [Changelog](https://github.com/remarkjs/react-markdown/blob/main/changelog.md) - [Commits](remarkjs/react-markdown@9.0.3...10.0.1) --- updated-dependencies: - dependency-name: react-markdown dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ff83ca5 commit 18a3059

File tree

3 files changed

+13
-10
lines changed

3 files changed

+13
-10
lines changed

App/frontend-app/package-lock.json

Lines changed: 6 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

App/frontend-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"react-dom": "^18.2.0",
4444
"react-dropzone": "^14.3.5",
4545
"react-i18next": "^15.4.1",
46-
"react-markdown": "^9.0.3",
46+
"react-markdown": "^10.0.1",
4747
"react-router-dom": "^7.2.0",
4848
"react-tiff": "^0.0.14",
4949
"react-uploader": "^3.43.0",

App/frontend-app/yarn.lock

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6648,7 +6648,7 @@ kleur@^3.0.3:
66486648
react-dom "^18.2.0"
66496649
react-dropzone "^14.3.5"
66506650
react-i18next "^15.4.1"
6651-
react-markdown "^9.0.3"
6651+
react-markdown "^10.0.1"
66526652
react-router-dom "^7.2.0"
66536653
react-tiff "^0.0.14"
66546654
react-uploader "^3.43.0"
@@ -7780,12 +7780,13 @@ react-is@^18.0.0:
77807780
resolved "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz"
77817781
integrity sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==
77827782

7783-
react-markdown@^9.0.3:
7784-
version "9.0.3"
7785-
resolved "https://registry.yarnpkg.com/react-markdown/-/react-markdown-9.0.3.tgz#c12bf60dad05e9bf650b86bcc612d80636e8456e"
7786-
integrity sha512-Yk7Z94dbgYTOrdk41Z74GoKA7rThnsbbqBTRYuxoe08qvfQ9tJVhmAKw6BJS/ZORG7kTy/s1QvYzSuaoBA1qfw==
7783+
react-markdown@^10.0.1:
7784+
version "10.0.1"
7785+
resolved "https://registry.yarnpkg.com/react-markdown/-/react-markdown-10.0.1.tgz#96ffd71b4c24ee0a3f8a816716257a9ecee79325"
7786+
integrity sha512-Qt9TWsQJ75np2AVoKftns5eI7r50H6u3qwp+TSihlxOcw8ZaStmR0FEeeENU+mWSxyAgOmqMYjiIKn7ibMheKA==
77877787
dependencies:
77887788
"@types/hast" "^3.0.0"
7789+
"@types/mdast" "^4.0.0"
77897790
devlop "^1.0.0"
77907791
hast-util-to-jsx-runtime "^2.0.0"
77917792
html-url-attributes "^3.0.0"

0 commit comments

Comments
 (0)