build(deps): bump lodash from 4.17.23 to 4.18.1#43
build(deps): bump lodash from 4.17.23 to 4.18.1#43dependabot[bot] wants to merge 1 commit intodevelopfrom
Conversation
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.23 to 4.18.1. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](lodash/lodash@4.17.23...4.18.1) --- updated-dependencies: - dependency-name: lodash dependency-version: 4.18.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
🤖 Augment PR SummarySummary: Updates the project’s Lodash dependency to a newer 4.x release. Changes:
Technical Notes: This upgrade includes upstream security and bug-fix changes (notably around prototype pollution paths and 🤖 Was this summary useful? React with 👍 or 👎 |
Greptile SummaryBumps Confidence Score: 5/5Safe to merge — this is a targeted security patch bump with no breaking API changes. Both package.json and yarn.lock are correctly updated. The two remaining comments are cosmetic P2 suggestions about @types/lodash version alignment and awareness of dual lodash versions for indirect deps. Neither blocks correctness or security for the project's own code. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[package.json
lodash: ^4.18.1] --> B[yarn resolves
lodash 4.18.1]
C[Indirect deps
lodash: ~4.17.0] --> D[yarn resolves
lodash 4.17.23]
B --> E[✅ Security fixes included
GHSA-f23m-r3pf-42rh
CVE-2026-4800]
D --> F[⚠️ Security fixes NOT included
Prototype pollution & code injection
still present in this copy]
|
| integrity sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q== | ||
|
|
||
| lodash@~4.17.0: | ||
| version "4.17.23" | ||
| resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.23.tgz#f113b0378386103be4f6893388c73d0bde7f2c5a" |
There was a problem hiding this comment.
Dual lodash versions after upgrade
The lockfile now resolves two separate lodash versions: 4.18.1 for the project's direct ^4.18.1 range, and 4.17.23 for any indirect dependency that pins to ~4.17.0. Those older transitive dependencies won't receive the prototype-pollution or code-injection fixes shipped in 4.18.0.
|
|
Bumps lodash from 4.17.23 to 4.18.1.
Release notes
Sourced from lodash's releases.
Commits
cb0b9b9release(patch): bump main to 4.18.1 (#6177)75535f5chore: prune stale advisory refs (#6170)62e91bcdocs: remove n_ Node.js < 6 REPL note from README (#6165)59be2derelease(minor): bump to 4.18.0 (#6161)af63457fix: broken tests for _.template 879aaa91073a76fix: linting issues879aaa9fix: validate imports keys in _.templatefe8d32efix: block prototype pollution in baseUnset via constructor/prototype traversal18ba0a3refactor(fromPairs): use baseAssignValue for consistent assignment (#6153)b819080ci: add dist sync validation workflow (#6137)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.