Update dependency lodash to v4.17.23 [SECURITY] - #47
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/npm-lodash-vulnerability
branch
from
January 23, 2026 20:45
51c73f9 to
6a485c5
Compare
renovate
Bot
force-pushed
the
renovate/npm-lodash-vulnerability
branch
from
February 2, 2026 15:39
6a485c5 to
9b5481c
Compare
renovate
Bot
force-pushed
the
renovate/npm-lodash-vulnerability
branch
2 times, most recently
from
February 17, 2026 17:43
9d12fad to
2b6ea1f
Compare
renovate
Bot
force-pushed
the
renovate/npm-lodash-vulnerability
branch
from
March 5, 2026 16:39
2b6ea1f to
41bce98
Compare
renovate
Bot
force-pushed
the
renovate/npm-lodash-vulnerability
branch
from
March 13, 2026 12:35
41bce98 to
087061c
Compare
renovate
Bot
force-pushed
the
renovate/npm-lodash-vulnerability
branch
2 times, most recently
from
March 30, 2026 18:53
087061c to
361da32
Compare
renovate
Bot
force-pushed
the
renovate/npm-lodash-vulnerability
branch
from
April 1, 2026 15:48
361da32 to
005f5a2
Compare
renovate
Bot
force-pushed
the
renovate/npm-lodash-vulnerability
branch
from
April 8, 2026 15:55
005f5a2 to
24a1de6
Compare
renovate
Bot
force-pushed
the
renovate/npm-lodash-vulnerability
branch
3 times, most recently
from
April 29, 2026 17:51
46e1e87 to
eaf904b
Compare
renovate
Bot
force-pushed
the
renovate/npm-lodash-vulnerability
branch
2 times, most recently
from
May 18, 2026 13:32
1bc2439 to
c80ced7
Compare
renovate
Bot
force-pushed
the
renovate/npm-lodash-vulnerability
branch
from
May 28, 2026 22:10
c80ced7 to
7e5ae54
Compare
renovate
Bot
force-pushed
the
renovate/npm-lodash-vulnerability
branch
from
June 2, 2026 00:00
7e5ae54 to
f547c4d
Compare
renovate
Bot
force-pushed
the
renovate/npm-lodash-vulnerability
branch
from
June 11, 2026 10:05
f547c4d to
6e53d2c
Compare
renovate
Bot
force-pushed
the
renovate/npm-lodash-vulnerability
branch
2 times, most recently
from
July 17, 2026 03:14
696c840 to
13fff90
Compare
renovate
Bot
force-pushed
the
renovate/npm-lodash-vulnerability
branch
2 times, most recently
from
July 24, 2026 22:49
fccc41e to
1f1db25
Compare
renovate
Bot
force-pushed
the
renovate/npm-lodash-vulnerability
branch
from
July 30, 2026 19:18
1f1db25 to
8f85cd6
Compare
renovate
Bot
force-pushed
the
renovate/npm-lodash-vulnerability
branch
from
August 12, 2026 02:51
8f85cd6 to
aeb689a
Compare
Dependency update (patch) :)
renovate
Bot
force-pushed
the
renovate/npm-lodash-vulnerability
branch
from
August 16, 2026 11:47
aeb689a to
bc54864
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.17.21→4.17.23Prototype Pollution in lodash
CVE-2018-3721 / GHSA-fvqr-27wr-82fm
More information
Details
Versions of
lodashbefore 4.17.5 are vulnerable to prototype pollution.The vulnerable functions are 'defaultsDeep', 'merge', and 'mergeWith' which allow a malicious user to modify the prototype of
Objectvia__proto__causing the addition or modification of an existing property that will exist on all objects.Recommendation
Update to version 4.17.5 or later.
Severity
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:NReferences
This data is provided by the GitHub Advisory Database (CC-BY 4.0).
Command Injection in lodash
CVE-2021-23337 / GHSA-35jh-r3h4-6jhm
More information
Details
lodashversions prior to 4.17.21 are vulnerable to Command Injection via the template function.Severity
CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:HReferences
This data is provided by the GitHub Advisory Database (CC-BY 4.0).
Prototype Pollution in lodash
CVE-2019-10744 / GHSA-jf85-cpcp-j695
More information
Details
Versions of
lodashbefore 4.17.12 are vulnerable to Prototype Pollution. The functiondefaultsDeepallows a malicious user to modify the prototype ofObjectvia{constructor: {prototype: {...}}}causing the addition or modification of an existing property that will exist on all objects.Recommendation
Update to version 4.17.12 or later.
Severity
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:HReferences
This data is provided by the GitHub Advisory Database (CC-BY 4.0).
Lodash has Prototype Pollution Vulnerability in
_.unsetand_.omitfunctionsCVE-2025-13465 / GHSA-xxjr-mmjv-4gpg
More information
Details
Impact
Lodash versions 4.0.0 through 4.17.22 are vulnerable to prototype pollution in the
_.unsetand_.omitfunctions. An attacker can pass crafted paths which cause Lodash to delete methods from global prototypes.The issue permits deletion of properties but does not allow overwriting their original behavior.
Patches
This issue is patched on 4.17.23.
Severity
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:L/SC:H/SI:H/SA:H/E:PReferences
This data is provided by the GitHub Advisory Database (CC-BY 4.0).
Release Notes
lodash/lodash (lodash)
v4.17.23Compare Source
Configuration
📅 Schedule: (in timezone Europe/Oslo)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.