Files
base-configs/.yarnrc.yml
Ismo Vuorinen 81812c163a fix(deps): resolve peer dependency warnings and minimatch vulnerability (#480)
* fix(deps): resolve peer dependency warnings and minimatch vulnerability

Add packageExtensions to .yarnrc.yml for @commitlint/load and
eslint-plugin-n peer dependency warnings. Add resolutions to
package.json to force minimatch >=10.2.4, fixing 3 HIGH ReDoS
CVEs (CVE-2026-26996, CVE-2026-27903, CVE-2026-27904).

* chore(deps): add missing stylelint-config package
2026-03-04 13:53:03 +02:00

11 lines
197 B
YAML

nodeLinker: node-modules
packageExtensions:
"@commitlint/load@*":
dependencies:
typescript: "*"
"@types/node": "*"
"eslint-plugin-n@*":
dependencies:
typescript: "*"