Skip to content

Bump lodash from 4.17.21 to 4.17.23#24

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/lodash-4.17.23
Open

Bump lodash from 4.17.21 to 4.17.23#24
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/lodash-4.17.23

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Jan 23, 2026

Bumps lodash from 4.17.21 to 4.17.23.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

🔧 This PR updates the lodash dependency from version 4.17.21 to 4.17.23, bringing important security fixes and documentation improvements through an automated Dependabot update. The update includes a critical prototype pollution fix in the baseUnset function and various JSDoc improvements.

🔍 Detailed Analysis

Key Changes

  • Security Fix: Prevents prototype pollution vulnerability in the baseUnset function
  • Documentation: Improved JSDoc return type for setCacheHas function and updated _.compact falsey values list
  • Maintenance: Removed yarn.lock file, updated CI configuration, and added Bun pipeline support

Technical Implementation

flowchart TD
    A[Dependabot Detection] --> B[Version Bump 4.17.21 → 4.17.23]
    B --> C[Security Patch Applied]
    C --> D[Prototype Pollution Fix]
    B --> E[Documentation Updates]
    E --> F[JSDoc Improvements]
    B --> G[CI/CD Enhancements]
    G --> H[Bun Support Added]
Loading

Impact

  • Security Enhancement: Eliminates potential prototype pollution attack vector in baseUnset function
  • Developer Experience: Better type definitions and documentation for improved code completion and understanding
  • Maintenance: Cleaner project structure with updated CI configuration and modern tooling support

Created with Palmier


Summary by cubic

Upgrade lodash from 4.17.21 to 4.17.23 to pick up security hardening (prototype pollution fix in baseUnset) and minor typing/docs updates. No application code changes; only the lockfile is updated.

Written for commit 85ede02. Summary will update on new commits.

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

---
updated-dependencies:
- dependency-name: lodash
  dependency-version: 4.17.23
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jan 23, 2026
@bolt-new-by-stackblitz
Copy link
Copy Markdown

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@codesherlock-ai
Copy link
Copy Markdown

We could not run your PR Review. We noticed that you are part of an Org. We require everyone who is part of an Org to SignUp via GitHub so we can track your individual usage and maximize on your usage capacity. Enroll into CodeSherlock system by signing up via GitHub using the SignUp link. Also, please note — every user pays for their own usage.

Copy link
Copy Markdown

@ellipsis-dev ellipsis-dev bot left a comment

Choose a reason for hiding this comment

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

Skipped PR review on 85ede02 because no changed files had a supported extension. If you think this was in error, please contact us and we'll fix it right away.

Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

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

No issues found across 1 file

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