Skip to content

pnpm dependency update 2026-08-19 - #128

Merged
pviti merged 3 commits into
mainfrom
chore/deps-update-202608191005
Aug 19, 2026
Merged

pnpm dependency update 2026-08-19#128
pviti merged 3 commits into
mainfrom
chore/deps-update-202608191005

Conversation

@commercelayer-ci

Copy link
Copy Markdown
Contributor

Dependency update

Closes #127
Branch: chore/deps-update-202608191005
Based on stable: v5.2.3
Prerelease tag: v5.2.4-auto-deps-202608191006.0
Node.js: 20.x
pnpm: 10.x

Automated dependency update via pnpm. Review the dependency diff and validation output before merging.

Dependency update results

  • Check: success
  • Build: success
  • Test: success

Semver bump log

package.json
  @biomejs/biome             ^2.5.4  →    ^2.5.9
  @commercelayer/cli-core   ^5.11.1  →   ^5.11.3
  @commercelayer/cli-dev     ^3.1.6  →    ^3.1.9
  @commercelayer/cli-ux      ^1.2.1  →    ^1.2.3
  @oclif/plugin-help        ^6.2.53  →   ^6.2.58
  oclif                    ^4.23.27  →  ^4.23.30
  semantic-release          ^25.0.8  →   ^25.0.9
  tsx                       ^4.23.1  →  ^4.23.12
  mocha  ^11.7.6  →  ^11.8.0

Audit log

┌─────────────────────┬────────────────────────────────────────────────────────┐
│ high                │ Serialize JavaScript is Vulnerable to RCE via          │
│                     │ RegExp.flags and Date.prototype.toISOString()          │
├─────────────────────┼────────────────────────────────────────────────────────┤
│ Package             │ serialize-javascript                                   │
├─────────────────────┼────────────────────────────────────────────────────────┤
│ Vulnerable versions │ <=7.0.2                                                │
├─────────────────────┼────────────────────────────────────────────────────────┤
│ Patched versions    │ >=7.0.3                                                │
├─────────────────────┼────────────────────────────────────────────────────────┤
│ Paths               │ .>mocha>serialize-javascript                           │
├─────────────────────┼────────────────────────────────────────────────────────┤
│ More info           │ https://github.com/advisories/GHSA-5c6j-r48x-rmvq      │
└─────────────────────┴────────────────────────────────────────────────────────┘
┌─────────────────────┬────────────────────────────────────────────────────────┐
│ moderate            │ Serialize JavaScript has CPU Exhaustion Denial of      │
│                     │ Service via crafted array-like objects                 │
├─────────────────────┼────────────────────────────────────────────────────────┤
│ Package             │ serialize-javascript                                   │
├─────────────────────┼────────────────────────────────────────────────────────┤
│ Vulnerable versions │ >=5.0.0 <7.0.5                                         │
├─────────────────────┼────────────────────────────────────────────────────────┤
│ Patched versions    │ >=7.0.5                                                │
├─────────────────────┼────────────────────────────────────────────────────────┤
│ Paths               │ .>mocha>serialize-javascript                           │
├─────────────────────┼────────────────────────────────────────────────────────┤
│ More info           │ https://github.com/advisories/GHSA-qj8w-gfj5-8c6v      │
└─────────────────────┴────────────────────────────────────────────────────────┘
┌─────────────────────┬────────────────────────────────────────────────────────┐
│ low                 │ jsdiff has a Denial of Service vulnerability in        │
│                     │ parsePatch and applyPatch                              │
├─────────────────────┼────────────────────────────────────────────────────────┤
│ Package             │ diff                                                   │
├─────────────────────┼────────────────────────────────────────────────────────┤
│ Vulnerable versions │ >=6.0.0 <8.0.3                                         │
├─────────────────────┼────────────────────────────────────────────────────────┤
│ Patched versions    │ >=8.0.3                                                │
├─────────────────────┼────────────────────────────────────────────────────────┤
│ Paths               │ .>mocha>diff                                           │
├─────────────────────┼────────────────────────────────────────────────────────┤
│ More info           │ https://github.com/advisories/GHSA-73rr-hh4g-fpgx      │
└─────────────────────┴────────────────────────────────────────────────────────┘
3 vulnerabilities found
Severity: 1 low | 1 moderate | 1 high

Major updates log not updated

package.json
  @commercelayer/sdk           ^6.58.0  →  ^7.12.1
  @oclif/core                  ^3.27.0  →  ^4.13.5
  @oclif/test                  ^3.2.15  →  ^4.1.22
  @semantic-release/changelog   ^6.0.3  →   ^7.0.0
  @semantic-release/git        ^10.0.1  →  ^11.0.1
  @types/node                  ^25.9.5  →  ^26.2.0
  typescript                    ^6.0.3  →   ^7.0.2

@commercelayer-ci commercelayer-ci added the dependencies Pull requests that update a dependency file label Aug 19, 2026
@commercelayer-ci commercelayer-ci self-assigned this Aug 19, 2026
pviti and others added 2 commits August 19, 2026 13:21
Resolve the pnpm audit advisories on serialize-javascript and diff,
both pulled in transitively by mocha which still pins vulnerable
ranges (serialize-javascript ^6.0.2, diff ^7.0.0). Add pnpm overrides
to force the patched versions and refresh the lockfile.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Biome deprecated the recommended boolean in favor of preset; run
`biome migrate --write` to update the config and silence the warning.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@pviti
pviti merged commit bc8c30f into main Aug 19, 2026
3 checks passed
@pviti
pviti deleted the chore/deps-update-202608191005 branch August 19, 2026 11:24
@pviti

pviti commented Aug 19, 2026

Copy link
Copy Markdown
Member

🎉 This PR is included in version 5.2.4 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file released on @latest

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[VANTA] [VULNERABILITY] <HIGH> CVE-2026-14257, GHSA-5p4m-2wfm-xmqj, fix before 2026-09-02

2 participants