Skip to content

Commit 7d1e088

Browse files
authored
Merge branch 'main' into copilot/fix-minimatch-redos-vulnerability
2 parents a32ec9d + 3a7f2b9 commit 7d1e088

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"husky": "^9.1.7",
5151
"jest": "^30.3.0",
5252
"markdown-it": "^14.1.1",
53-
"marked": "^17.0.4",
53+
"marked": "^17.0.5",
5454
"typescript": "^5.9.3"
5555
}
5656
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3167,10 +3167,10 @@ markdown-it@^14.1.1:
31673167
punycode.js "^2.3.1"
31683168
uc.micro "^2.1.0"
31693169

3170-
marked@^17.0.4:
3171-
version "17.0.4"
3172-
resolved "https://registry.yarnpkg.com/marked/-/marked-17.0.4.tgz#38293b06b0605db39107803f3398938bbbed1b28"
3173-
integrity sha512-NOmVMM+KAokHMvjWmC5N/ZOvgmSWuqJB8FoYI019j4ogb/PeRMKoKIjReZ2w3376kkA8dSJIP8uD993Kxc0iRQ==
3170+
marked@^17.0.5:
3171+
version "17.0.5"
3172+
resolved "https://registry.yarnpkg.com/marked/-/marked-17.0.5.tgz#8fc6878a439463a007b05d346d2ad50a87ec3f0e"
3173+
integrity sha512-6hLvc0/JEbRjRgzI6wnT2P1XuM1/RrrDEX0kPt0N7jGm1133g6X7DlxFasUIx+72aKAr904GTxhSLDrd5DIlZg==
31743174

31753175
math-intrinsics@^1.1.0:
31763176
version "1.1.0"

0 commit comments

Comments
 (0)