Skip to content

fix: upgrade ts-deepmerge to v8.0.0 to resolve CVE-2026-12644#557

Open
ashoka1981 wants to merge 1 commit into
thoughtspot:mainfrom
ashoka1981:fix/cve-2026-12644-ts-deepmerge-v8
Open

fix: upgrade ts-deepmerge to v8.0.0 to resolve CVE-2026-12644#557
ashoka1981 wants to merge 1 commit into
thoughtspot:mainfrom
ashoka1981:fix/cve-2026-12644-ts-deepmerge-v8

Conversation

@ashoka1981

Copy link
Copy Markdown

Summary

Bumps ts-deepmerge from 6.2.1 to 8.0.0 to address a critical security vulnerability flagged by Meterian's CVE check.

CVE Details

  • CVE: CVE-2026-12644
  • Affected package: ts-deepmerge
  • Affected versions: All versions prior to v8
  • Fixed version: 8.0.0

Changes

File Change
package.json "ts-deepmerge": "^6.0.2""ts-deepmerge": "^8.0.0"
pnpm-lock.yaml Resolved version 6.2.18.0.0; integrity hash updated

Testing

  • Unit tests pass (npm run test-sdk)
  • Build succeeds (npm run build)
  • No functional changes — ts-deepmerge v8.0.0 maintains full API compatibility with v6.x for the usage patterns in this codebase.

Additional Notes

This is a security-only patch. The ts-deepmerge package v8.0.0 has no peer dependencies or runtime dependencies and maintains the same Node.js engine requirement (>=14.13.1).

@ashoka1981 ashoka1981 requested a review from a team as a code owner June 23, 2026 06:59
Bumps ts-deepmerge from 6.2.1 to 8.0.0 to address a critical
vulnerability reported under CVE-2026-12644. All versions prior to
v8 are flagged by the Meterian CVE check.

- package.json: ^6.0.2 → ^8.0.0
- pnpm-lock.yaml: 6.2.1 → 8.0.0 (sha512 hash updated)

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Code Review

This pull request updates the dependency ts-deepmerge from version ^6.0.2 to ^8.0.0 in package.json and updates the lockfile pnpm-lock.yaml accordingly. There are no review comments, and I have no feedback to provide.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

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.

1 participant