Skip to content

Commit 1d0af14

Browse files
Merge pull request #269 from microsoft/dependabot/npm_and_yarn/App/frontend-app/dependabotchanges/react-markdown-10.0.1
build: bump react-markdown from 9.0.3 to 10.0.1 in /App/frontend-app
2 parents 1285919 + 18a3059 commit 1d0af14

File tree

3 files changed

+12
-10
lines changed

3 files changed

+12
-10
lines changed

App/frontend-app/package-lock.json

Lines changed: 5 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
@@ -6631,7 +6631,7 @@ kleur@^3.0.3:
66316631
react-dom "^18.2.0"
66326632
react-dropzone "^14.3.5"
66336633
react-i18next "^15.4.1"
6634-
react-markdown "^9.0.3"
6634+
react-markdown "^10.0.1"
66356635
react-router-dom "^7.2.0"
66366636
react-tiff "^0.0.14"
66376637
react-uploader "^3.43.0"
@@ -7763,12 +7763,13 @@ react-is@^18.0.0:
77637763
resolved "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz"
77647764
integrity sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==
77657765

7766-
react-markdown@^9.0.3:
7767-
version "9.0.3"
7768-
resolved "https://registry.yarnpkg.com/react-markdown/-/react-markdown-9.0.3.tgz#c12bf60dad05e9bf650b86bcc612d80636e8456e"
7769-
integrity sha512-Yk7Z94dbgYTOrdk41Z74GoKA7rThnsbbqBTRYuxoe08qvfQ9tJVhmAKw6BJS/ZORG7kTy/s1QvYzSuaoBA1qfw==
7766+
react-markdown@^10.0.1:
7767+
version "10.0.1"
7768+
resolved "https://registry.yarnpkg.com/react-markdown/-/react-markdown-10.0.1.tgz#96ffd71b4c24ee0a3f8a816716257a9ecee79325"
7769+
integrity sha512-Qt9TWsQJ75np2AVoKftns5eI7r50H6u3qwp+TSihlxOcw8ZaStmR0FEeeENU+mWSxyAgOmqMYjiIKn7ibMheKA==
77707770
dependencies:
77717771
"@types/hast" "^3.0.0"
7772+
"@types/mdast" "^4.0.0"
77727773
devlop "^1.0.0"
77737774
hast-util-to-jsx-runtime "^2.0.0"
77747775
html-url-attributes "^3.0.0"

0 commit comments

Comments
 (0)