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

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
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.

2 participants