Skip to content

[Snyk] Upgrade lodash-es from 4.17.10 to 4.18.1 - #1

Open
newf-bgreet wants to merge 1 commit into
masterfrom
snyk-upgrade-18bb32a9726edcafebe4ba37ed0015fd
Open

newf-bgreet wants to merge 1 commit into
masterfrom
snyk-upgrade-18bb32a9726edcafebe4ba37ed0015fd

Conversation

@newf-bgreet

Copy link
Copy Markdown

snyk-top-banner

Snyk has created this PR to upgrade lodash-es from 4.17.10 to 4.18.1.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 11 versions ahead of your current version.

  • The recommended version was released 3 months ago.

Issues fixed by the recommended upgrade:

Issue Score Exploit Maturity
high severity Arbitrary Code Injection
SNYK-JS-LODASHES-15869627
559 No Known Exploit
high severity Prototype Pollution
SNYK-JS-LODASHES-2434283
559 Proof of Concept
high severity Code Injection
SNYK-JS-LODASHES-2434284
559 Proof of Concept
high severity Prototype Pollution
SNYK-JS-LODASHES-2434285
559 Proof of Concept
high severity Prototype Pollution
SNYK-JS-LODASHES-2434287
559 Proof of Concept
high severity Prototype Pollution
SNYK-JS-LODASHES-2434290
559 Proof of Concept
medium severity Prototype Pollution
SNYK-JS-LODASHES-15053836
559 No Known Exploit
medium severity Prototype Pollution
SNYK-JS-LODASHES-15869621
559 No Known Exploit
medium severity Regular Expression Denial of Service (ReDoS)
SNYK-JS-LODASHES-2434286
559 Proof of Concept
medium severity Regular Expression Denial of Service (ReDoS)
SNYK-JS-LODASHES-2434289
559 Proof of Concept

Breaking Change Risk

Merge Risk: Medium

Notice: This assessment is enhanced by AI.


Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • This PR was automatically created by Snyk using the credentials of a real user.
  • Max score is 1000. Note that the real score may have changed since the PR was raised.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

Snyk has created this PR to upgrade lodash-es from 4.17.10 to 4.18.1.

See this package in yarn:
lodash-es

See this project in Snyk:
https://app.snyk.io/org/bimone-consulting-default/project/b6b319d7-1eca-4dc7-8a51-b55f96cb1592?utm_source=github&utm_medium=referral&page=upgrade-pr
@newf-bgreet

Copy link
Copy Markdown
Author

Merge Risk: Medium

This is a minor version upgrade for lodash-es, which corresponds to the main lodash package. The primary changes are in version 4.18.0 and consist of security fixes that introduce stricter behavior.

Behavioral Changes:

  • _.unset / _.omit: As part of a security fix for prototype pollution, calls attempting to traverse constructor or prototype will now return false and not modify the object. Previously, these calls might have returned true.
  • _.template: To prevent code injection, the imports option is now validated more strictly. An error will be thrown if keys contain forbidden characters, which may not have happened in previous versions.

Recommendation:
While these changes are part of security hardening and unlikely to impact typical usage, they represent a behavioral change. It is recommended to verify any application code that relies on the specific edge-case behaviors of _.unset, _.omit, or _.template.

Source: GitHub Release Notes

Notice 🤖: This content was augmented using artificial intelligence. AI-generated content may contain errors and should be reviewed for accuracy before use.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants