Skip to content

Commit 7fcff93

Browse files
authored
Patch vulnerable transitive dependencies in the VitePress docs stack (#184)
* chore: pin patched transitive dependencies * chore: refresh lockfile with patched transitive deps --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
1 parent 54aaafd commit 7fcff93

2 files changed

Lines changed: 165 additions & 133 deletions

File tree

package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,13 @@
1313
},
1414
"devDependencies": {
1515
"vitepress": "2.0.0-alpha.17"
16+
},
17+
"pnpm": {
18+
"overrides": {
19+
"mdast-util-to-hast": "13.2.1",
20+
"picomatch": "4.0.4",
21+
"postcss": "8.5.15",
22+
"rollup": "4.61.1"
23+
}
1624
}
1725
}

0 commit comments

Comments
 (0)