Skip to content

Commit 6e0c2d4

Browse files
authored
Merge pull request #213 from rtCamp/fix/pnpm-audit-vulnerabilities
Chore: Add pnpm overrides for minimatch, markdown-it, and ajv.
2 parents 62ca1e5 + edd7b7c commit 6e0c2d4

File tree

2 files changed

+38
-46
lines changed

2 files changed

+38
-46
lines changed

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,5 +90,11 @@
9090
"dependencies": {
9191
"react-docgen-typescript": "^2.4.0"
9292
},
93-
"packageManager": "pnpm@10.13.1"
93+
"packageManager": "pnpm@10.13.1",
94+
"pnpm": {
95+
"overrides": {
96+
"minimatch": ">=10.2.1",
97+
"markdown-it": ">=14.1.1"
98+
}
99+
}
94100
}

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)