mirror of
https://github.com/ivuorinen/base-configs.git
synced 2026-03-05 04:55:13 +00:00
* 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
11 lines
197 B
YAML
11 lines
197 B
YAML
nodeLinker: node-modules
|
|
|
|
packageExtensions:
|
|
"@commitlint/load@*":
|
|
dependencies:
|
|
typescript: "*"
|
|
"@types/node": "*"
|
|
"eslint-plugin-n@*":
|
|
dependencies:
|
|
typescript: "*"
|