mirror of
https://github.com/ivuorinen/base-configs.git
synced 2026-03-21 13:01:45 +00:00
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
This commit is contained in:
@@ -1 +1,10 @@
|
||||
nodeLinker: node-modules
|
||||
|
||||
packageExtensions:
|
||||
"@commitlint/load@*":
|
||||
dependencies:
|
||||
typescript: "*"
|
||||
"@types/node": "*"
|
||||
"eslint-plugin-n@*":
|
||||
dependencies:
|
||||
typescript: "*"
|
||||
|
||||
Reference in New Issue
Block a user