Skip to content

Commit 22df27f

Browse files
Copilotfbosch
andcommitted
fix: resolve high severity vulnerabilities via pnpm overrides
Co-authored-by: fbosch <6979916+fbosch@users.noreply.github.com>
1 parent 440142c commit 22df27f

2 files changed

Lines changed: 150 additions & 143 deletions

File tree

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,5 +135,11 @@
135135
"*.{js,ts,cjs,mjs,d.cts,d.mts,jsx,tsx,json,jsonc}": [
136136
"biome check --write --no-errors-on-unmatched"
137137
]
138+
},
139+
"pnpm": {
140+
"overrides": {
141+
"rollup": ">=4.59.0",
142+
"minimatch": ">=10.2.3"
143+
}
138144
}
139145
}

0 commit comments

Comments
 (0)