Skip to content

Commit 8a2b5ab

Browse files
committed
fix: patch minimatch ReDoS vulnerabilities
1 parent 719683a commit 8a2b5ab

2 files changed

Lines changed: 13 additions & 23 deletions

File tree

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,9 @@
5757
"unrs-resolver"
5858
],
5959
"overrides": {
60-
"mdast-util-to-hast@>=13.0.0 <13.2.1": ">=13.2.1"
60+
"mdast-util-to-hast@>=13.0.0 <13.2.1": ">=13.2.1",
61+
"minimatch@3.1.2": "3.1.5",
62+
"minimatch@9.0.5": "9.0.7"
6163
}
6264
}
6365
}

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)