Skip to content

Commit bcdd16a

Browse files
committed
chore(deps): Update js-yaml to 4.1.1 and clean up duplicate dependencies
- Update js-yaml from 4.1.0 to 4.1.1 to address security vulnerabilities - Remove duplicate argparse and js-yaml dependencies from @istanbuljs/load-nyc-config - Remove unused sprintf-js dependency that was only needed by old argparse version - Add js-yaml override to package.json to ensure consistent version across dependencies - Reduce package-lock.json bloat by eliminating nested duplicate packages
1 parent 771abc3 commit bcdd16a

File tree

2 files changed

+6
-34
lines changed

2 files changed

+6
-34
lines changed

package-lock.json

Lines changed: 3 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,9 @@
136136
"config": {
137137
"puppeteer_skip_chromium_download": true
138138
},
139+
"overrides": {
140+
"js-yaml": "^4.1.1"
141+
},
139142
"devDependencies": {
140143
"@eslint/eslintrc": "^3",
141144
"@next/bundle-analyzer": "^15.4.4",

0 commit comments

Comments
 (0)