Skip to content

Conversation

@rjrudin
Copy link
Contributor

@rjrudin rjrudin commented Oct 15, 2025

Will try to trim this as devDependencies are updated.

Will try to trim this as devDependencies are updated.
Copilot AI review requested due to automatic review settings October 15, 2025 20:06
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR restores package overrides in the package.json file, likely to address dependency vulnerabilities or conflicts. The changes add multiple package version overrides while reorganizing the existing ones.

  • Adds numerous package version overrides for security and compatibility purposes
  • Reorganizes existing overrides (moves sanitize-html and tmp entries)
  • Maintains existing override versions for jsdoc, minimatch, and nanoid

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

"color-convert": "3.1.0",
"color-name": "2.0.0",
"color-string": "2.1.0",
"cross-spawn":"7.0.6",
Copy link

Copilot AI Oct 15, 2025

Choose a reason for hiding this comment

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

Missing space after colon. Should be "cross-spawn": "7.0.6" to maintain consistent JSON formatting with other entries.

Suggested change
"cross-spawn":"7.0.6",
"cross-spawn": "7.0.6",

Copilot uses AI. Check for mistakes.
@github-actions
Copy link

Copyright Validation Results
Total: 2 | Passed: 0 | Failed: 0 | Skipped: 2 | at: 2025-10-15 20:06:23 UTC | commit: 3186791

⏭️ Skipped (Excluded) Files

  • package-lock.json
  • package.json

✅ All files have valid copyright headers!

@rjrudin rjrudin merged commit 84c5601 into develop Oct 15, 2025
2 of 3 checks passed
@rjrudin rjrudin deleted the feature/24230-restore-overrides branch October 15, 2025 20:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants