Skip to content

Fix HIGH severity serialize-javascript vulnerability via npm overrides#43

Draft
Copilot wants to merge 2 commits intomainfrom
copilot/update-serialize-javascript
Draft

Fix HIGH severity serialize-javascript vulnerability via npm overrides#43
Copilot wants to merge 2 commits intomainfrom
copilot/update-serialize-javascript

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 3, 2026

serialize-javascript was resolving to 6.0.2 (via terser-webpack-pluginwebpack) which carries a HIGH severity CVE. The fix pins it to >=7.0.3 using npm's overrides mechanism.

Changes

  • package.json: Added overrides entry to force serialize-javascript >= 7.0.3
    "overrides": {
      "serialize-javascript": ">=7.0.3"
    }
  • package-lock.json: Resolves serialize-javascript to 7.0.4 (previously 6.0.2)
  • Fixes github/customer-success-engineering#5501

🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.

…pm overrides

Co-authored-by: sdehm <16405245+sdehm@users.noreply.github.com>
Copilot AI changed the title [WIP] Update serialize-javascript to fix high vulnerability Fix HIGH severity serialize-javascript vulnerability via npm overrides Mar 3, 2026
Copilot finished work on behalf of sdehm March 3, 2026 22:20
@github-actions
Copy link
Copy Markdown

Thanks for raising this PR! To keep the project healthy, we close inactive PRs after some time. There has not been any activity in the last 28 days - if you are still working on this or feel it should remain open, just leave a quick comment in the next 7 days to let us know where things are at. We really appreciate your input!

@github-actions github-actions bot added the stale Stale object label Apr 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

stale Stale object

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants