Skip to content

Commit 2c62905

Browse files
authored
chore: resolve dependabot vulnerabilities via pnpm overrides (#163)
* chore: fix audit vulnerabilities with pnpm overrides * fix: reduce cover generation concurrency in CI * ci: increase node memory for astro build * fix: add mermaid render fallback in build * chore: narrow audit fixes to three open high alerts
1 parent a1c9e96 commit 2c62905

2 files changed

Lines changed: 48 additions & 69 deletions

File tree

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,11 @@
5858
"devalue@>=5.1.0 <5.6.2": "^5.6.2",
5959
"h3@<=1.15.4": "^1.15.5",
6060
"devalue@>=5.3.0 <=5.6.1": "^5.6.2",
61-
"tar@<7.5.7": "^7.5.7",
61+
"tar@<7.5.8": ">=7.5.8",
6262
"lodash-es@>=4.0.0 <=4.17.22": "^4.17.23",
63-
"lodash@>=4.0.0 <=4.17.22": "^4.17.23"
63+
"lodash@>=4.0.0 <=4.17.22": "^4.17.23",
64+
"axios@>=1.0.0 <=1.13.4": ">=1.13.5",
65+
"minimatch@>=9.0.0 <9.0.6": ">=9.0.6"
6466
},
6567
"patchedDependencies": {
6668
"playwright-core@1.48.2": "patches/playwright-core@1.48.2.patch"

0 commit comments

Comments
 (0)