Skip to content

chore(deps): bump lodash and three-stdlib in /starters/create-builder/create-react-app#4469

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/starters/create-builder/create-react-app/multi-9ef3262fe3
Open

chore(deps): bump lodash and three-stdlib in /starters/create-builder/create-react-app#4469
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/starters/create-builder/create-react-app/multi-9ef3262fe3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 2, 2026

Bumps lodash and three-stdlib. These dependencies needed to be updated together.
Updates lodash from 4.17.21 to 4.18.1

Release notes

Sourced from lodash's releases.

4.18.1

Bugs

Fixes a ReferenceError issue in lodash lodash-es lodash-amd and lodash.template when using the template and fromPairs functions from the modular builds. See lodash/lodash#6167

These defects were related to how lodash distributions are built from the main branch using https://github.com/lodash-archive/lodash-cli. When internal dependencies change inside lodash functions, equivalent updates need to be made to a mapping in the lodash-cli. (hey, it was ahead of its time once upon a time!). We know this, but we missed it in the last release. It's the kind of thing that passes in CI, but fails bc the build is not the same thing you tested.

There is no diff on main for this, but you can see the diffs for each of the npm packages on their respective branches:

4.18.0

v4.18.0

Full Changelog: lodash/lodash@4.17.23...4.18.0

Security

_.unset / _.omit: Fixed prototype pollution via constructor/prototype path traversal (GHSA-f23m-r3pf-42rh, fe8d32e). Previously, array-wrapped path segments and primitive roots could bypass the existing guards, allowing deletion of properties from built-in prototypes. Now constructor and prototype are blocked unconditionally as non-terminal path keys, matching baseSet. Calls that previously returned true and deleted the property now return false and leave the target untouched.

_.template: Fixed code injection via imports keys (GHSA-r5fr-rjxr-66jc, CVE-2026-4800, 879aaa9). Fixes an incomplete patch for CVE-2021-23337. The variable option was validated against reForbiddenIdentifierChars but importsKeys was left unguarded, allowing code injection via the same Function() constructor sink. imports keys containing forbidden identifier characters now throw "Invalid imports option passed into _.template".

Docs

  • Add security notice for _.template in threat model and API docs (#6099)
  • Document lower > upper behavior in _.random (#6115)
  • Fix quotes in _.compact jsdoc (#6090)

lodash.* modular packages

Diff

We have also regenerated and published a select number of the lodash.* modular packages.

These modular packages had fallen out of sync significantly from the minor/patch updates to lodash. Specifically, we have brought the following packages up to parity w/ the latest lodash release because they have had CVEs on them in the past:

Commits
  • cb0b9b9 release(patch): bump main to 4.18.1 (#6177)
  • 75535f5 chore: prune stale advisory refs (#6170)
  • 62e91bc docs: remove n_ Node.js < 6 REPL note from README (#6165)
  • 59be2de release(minor): bump to 4.18.0 (#6161)
  • af63457 fix: broken tests for _.template 879aaa9
  • 1073a76 fix: linting issues
  • 879aaa9 fix: validate imports keys in _.template
  • fe8d32e fix: block prototype pollution in baseUnset via constructor/prototype traversal
  • 18ba0a3 refactor(fromPairs): use baseAssignValue for consistent assignment (#6153)
  • b819080 ci: add dist sync validation workflow (#6137)
  • Additional commits viewable in compare view

Updates three-stdlib from 2.12.1 to 2.36.1

Release notes

Sourced from three-stdlib's releases.

v2.36.1

2.36.1 (2025-11-10)

Bug Fixes

  • lottie: harden SSR check to exclude react-native (#424) (f7fe1af)

v2.36.0

2.36.0 (2025-04-29)

Features

  • PointerLockControls: sensitivity const (#416) (e6653ce)

v2.35.16

2.35.16 (2025-04-23)

Bug Fixes

  • remove use of WebGL1 LuminanceFormat (#419) (e079bc8)

v2.35.15

2.35.15 (2025-04-05)

Bug Fixes

v2.35.14

2.35.14 (2025-02-20)

Bug Fixes

  • Fix alignment of integer vertex attributes (#408) (c122b5c)

v2.35.13

2.35.13 (2025-01-29)

Bug Fixes

v2.35.12

2.35.12 (2025-01-19)

... (truncated)

Commits
  • f7fe1af fix(lottie): harden SSR check to exclude react-native (#424)
  • e6653ce feat(PointerLockControls): sensitivity const (#416)
  • e079bc8 fix: remove use of WebGL1 LuminanceFormat (#419)
  • b51a7c9 fix(lottie-web): remove expressions eval (#415)
  • c122b5c fix: Fix alignment of integer vertex attributes (#408)
  • 12f00a3 fix: syntax errors in shaders (#405)
  • 6bed3f4 fix: revert TS mods (#403)
  • 5b1448e fix: error when used on server side via SVGRenderer (#398)
  • 1399589 fix: exclude globals
  • 646ba34 fix: harden type qualifier keywords
  • Additional commits viewable in compare view


Note

Medium Risk
Dependency-only change, but three-stdlib jumps from 2.12.1 to 2.36.1 and adjusts its dependency/peer-dependency set, which can affect bundle output and runtime behavior in Three.js scenes.

Overview
Updates the starters/create-builder/create-react-app lockfiles to bump lodash from 4.17.21 to 4.18.1 and three-stdlib from 2.12.1 to 2.36.1.

The three-stdlib upgrade refreshes its transitive dependency graph (dropping several packages like chevrotain/ktx-parse/opentype.js/zstddec and adding new TypeScript type packages like @types/draco3d, @types/offscreencanvas, @types/webxr), and raises its three peer requirement to >=0.128.0.

Reviewed by Cursor Bugbot for commit 56d415a. Bugbot is set up for automated code reviews on this repo. Configure here.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 2, 2026
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Apr 2, 2026

⚠️ No Changeset found

Latest commit: 56d415a

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@nx-cloud
Copy link
Copy Markdown

nx-cloud Bot commented Apr 2, 2026

🤖 Nx Cloud AI Fix Eligible

An automatically generated fix could have helped fix failing tasks for this run, but Self-healing CI is disabled for this workspace. Visit workspace settings to enable it and get automatic fixes in future runs.

To disable these notifications, a workspace admin can disable them in workspace settings.


View your CI Pipeline Execution ↗ for commit 56d415a

Command Status Duration Result
nx test @snippet/react ❌ Failed 3m 37s View ↗
nx test @e2e/nuxt ✅ Succeeded 5m 53s View ↗
nx test @e2e/hydrogen ✅ Succeeded 5m 17s View ↗
nx test @e2e/vue ✅ Succeeded 4m 27s View ↗
nx test @e2e/nextjs-sdk-next-app ✅ Succeeded 7m 15s View ↗
nx test @e2e/angular-17-ssr ✅ Succeeded 5m 27s View ↗
nx test @e2e/angular-19-ssr ✅ Succeeded 5m 16s View ↗
nx test @e2e/react-sdk-next-pages ✅ Succeeded 4m 31s View ↗
Additional runs (38) ✅ Succeeded ... View ↗

☁️ Nx Cloud last updated this comment at 2026-04-21 14:11:49 UTC

Bumps [lodash](https://github.com/lodash/lodash) and [three-stdlib](https://github.com/pmndrs/three-stdlib). These dependencies needed to be updated together.

Updates `lodash` from 4.17.21 to 4.18.1
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.21...4.18.1)

Updates `three-stdlib` from 2.12.1 to 2.36.1
- [Release notes](https://github.com/pmndrs/three-stdlib/releases)
- [Changelog](https://github.com/pmndrs/three-stdlib/blob/main/release.config.js)
- [Commits](pmndrs/three-stdlib@v2.12.1...v2.36.1)

---
updated-dependencies:
- dependency-name: lodash
  dependency-version: 4.18.1
  dependency-type: indirect
- dependency-name: three-stdlib
  dependency-version: 2.36.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/starters/create-builder/create-react-app/multi-9ef3262fe3 branch from 05b796f to 56d415a Compare April 21, 2026 13:07
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants