Skip to content

Commit 7b76a7e

Browse files
fix(deps): pin dependency remark-gfm to 4.0.1 (main) (#7335)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [remark-gfm](https://redirect.github.com/remarkjs/remark-gfm) | dependencies | pin | [`^4.0.0` -> `4.0.1`](https://renovatebot.com/diffs/npm/remark-gfm/4.0.1/4.0.1) | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/SAP/ui5-webcomponents-react). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4xMS45IiwidXBkYXRlZEluVmVyIjoiNDAuMTEuOSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e43e3d1 commit 7b76a7e

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@ui5/webcomponents-icons": "2.10.0",
5151
"react": "^19.0.0",
5252
"react-dom": "^19.0.0",
53-
"remark-gfm": "^4.0.0",
53+
"remark-gfm": "4.0.1",
5454
"storybook": "8.6.12",
5555
"tocbot": "4.36.3"
5656
},

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -21253,19 +21253,7 @@ __metadata:
2125321253
languageName: node
2125421254
linkType: hard
2125521255

21256-
"remark-gfm@npm:^3.0.1":
21257-
version: 3.0.1
21258-
resolution: "remark-gfm@npm:3.0.1"
21259-
dependencies:
21260-
"@types/mdast": "npm:^3.0.0"
21261-
mdast-util-gfm: "npm:^2.0.0"
21262-
micromark-extension-gfm: "npm:^2.0.0"
21263-
unified: "npm:^10.0.0"
21264-
checksum: 10c0/53c4e82204f82f81949a170efdeb49d3c45137b7bca06a7ff857a483aac1a44b55ef0de8fb1bbe4f1292f2a378058e2e42e644f2c61f3e0cdc3e56afa4ec2a2c
21265-
languageName: node
21266-
linkType: hard
21267-
21268-
"remark-gfm@npm:^4.0.0":
21256+
"remark-gfm@npm:4.0.1":
2126921257
version: 4.0.1
2127021258
resolution: "remark-gfm@npm:4.0.1"
2127121259
dependencies:
@@ -21279,6 +21267,18 @@ __metadata:
2127921267
languageName: node
2128021268
linkType: hard
2128121269

21270+
"remark-gfm@npm:^3.0.1":
21271+
version: 3.0.1
21272+
resolution: "remark-gfm@npm:3.0.1"
21273+
dependencies:
21274+
"@types/mdast": "npm:^3.0.0"
21275+
mdast-util-gfm: "npm:^2.0.0"
21276+
micromark-extension-gfm: "npm:^2.0.0"
21277+
unified: "npm:^10.0.0"
21278+
checksum: 10c0/53c4e82204f82f81949a170efdeb49d3c45137b7bca06a7ff857a483aac1a44b55ef0de8fb1bbe4f1292f2a378058e2e42e644f2c61f3e0cdc3e56afa4ec2a2c
21279+
languageName: node
21280+
linkType: hard
21281+
2128221282
"remark-html@npm:^15.0.1":
2128321283
version: 15.0.2
2128421284
resolution: "remark-html@npm:15.0.2"
@@ -24031,7 +24031,7 @@ __metadata:
2403124031
prettier: "npm:^3.0.0"
2403224032
react: "npm:^19.0.0"
2403324033
react-dom: "npm:^19.0.0"
24034-
remark-gfm: "npm:^4.0.0"
24034+
remark-gfm: "npm:4.0.1"
2403524035
rimraf: "npm:^6.0.0"
2403624036
storybook: "npm:8.6.12"
2403724037
tocbot: "npm:4.36.3"

0 commit comments

Comments
 (0)