Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,10 @@
},
"optionalDependencies": {
"js-beautify": "^1.13.11"
},
"overrides": {
Copy link
Copy Markdown
Author

@Xaala Xaala Nov 8, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This forces a package bump of cross-spawn from vulnerable version 7.0.3 to patched version 7.0.5, when/if js-beautify gets an actual patch, this can be removed whenjs-beautify is updated in this repo.

"js-beautify": {
"cross-spawn": "7.0.5"
}
}
}