Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update remark #10068

Merged
merged 1 commit into from
Feb 25, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions opencti-platform/opencti-front/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"react-grid-layout": "1.5.0",
"react-intl": "6.8.9",
"react-leaflet": "4.2.1",
"react-markdown": "9.0.3",
"react-markdown": "9.1.0",
"react-material-ui-carousel": "3.4.2",
"react-mde": "11.5.0",
"react-otp-input": "3.1.1",
Expand All @@ -90,7 +90,7 @@
"recharts": "2.15.1",
"relay-runtime": "17.0.0",
"remark-flexible-markers": "1.2.1",
"remark-gfm": "4.0.0",
"remark-gfm": "4.0.1",
"remark-parse": "11.0.0",
"rxjs": "7.8.1",
"three-spritetext": "1.9.4",
Expand Down
21 changes: 11 additions & 10 deletions opencti-platform/opencti-front/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16895,7 +16895,7 @@ __metadata:
react-grid-layout: "npm:1.5.0"
react-intl: "npm:6.8.9"
react-leaflet: "npm:4.2.1"
react-markdown: "npm:9.0.3"
react-markdown: "npm:9.1.0"
react-material-ui-carousel: "npm:3.4.2"
react-mde: "npm:11.5.0"
react-otp-input: "npm:3.1.1"
Expand All @@ -16914,7 +16914,7 @@ __metadata:
relay-runtime: "npm:17.0.0"
relay-test-utils: "npm:17.0.0"
remark-flexible-markers: "npm:1.2.1"
remark-gfm: "npm:4.0.0"
remark-gfm: "npm:4.0.1"
remark-parse: "npm:11.0.0"
rxjs: "npm:7.8.1"
three-spritetext: "npm:1.9.4"
Expand Down Expand Up @@ -17918,11 +17918,12 @@ __metadata:
languageName: node
linkType: hard

"react-markdown@npm:9.0.3":
version: 9.0.3
resolution: "react-markdown@npm:9.0.3"
"react-markdown@npm:9.1.0":
version: 9.1.0
resolution: "react-markdown@npm:9.1.0"
dependencies:
"@types/hast": "npm:^3.0.0"
"@types/mdast": "npm:^4.0.0"
devlop: "npm:^1.0.0"
hast-util-to-jsx-runtime: "npm:^2.0.0"
html-url-attributes: "npm:^3.0.0"
Expand All @@ -17935,7 +17936,7 @@ __metadata:
peerDependencies:
"@types/react": ">=18"
react: ">=18"
checksum: 10/b97eb9a61762762043263286ece030bd878acabe24bbf433767a9518cb18e434e26a75b1b810a7cb966e304ddb4e16bd4a15edcc808113b11b4fb85a68d99e8d
checksum: 10/07045797b926afafc6aff692c9ee7d1cb9b12bc0e2d2b9f22ab17f2d1036dd807034a58565d67cfcfe94fe43961452a977496a175cbc9028ed51f2eec823c2f4
languageName: node
linkType: hard

Expand Down Expand Up @@ -18667,17 +18668,17 @@ __metadata:
languageName: node
linkType: hard

"remark-gfm@npm:4.0.0":
version: 4.0.0
resolution: "remark-gfm@npm:4.0.0"
"remark-gfm@npm:4.0.1":
version: 4.0.1
resolution: "remark-gfm@npm:4.0.1"
dependencies:
"@types/mdast": "npm:^4.0.0"
mdast-util-gfm: "npm:^3.0.0"
micromark-extension-gfm: "npm:^3.0.0"
remark-parse: "npm:^11.0.0"
remark-stringify: "npm:^11.0.0"
unified: "npm:^11.0.0"
checksum: 10/9f7b17aae0e9dc79ba9c989c2a679baff7161e1831a87307cfa2e0e9b0c492bd8c1900cdf7305855b898a2a9fab9aa8e586d71ce49cbc1ea90f68b714c249c0d
checksum: 10/86899862cf4ae1466664d3f88c6113e30b5e84e35480aef4093890aed2297ab9872506ff1f614c63963bba7d075c326d0027a1591c11bb493f6776dad21b95f6
languageName: node
linkType: hard

Expand Down