Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps lodash and lodash-contrib. These dependencies needed to be updated together.
Updates lodash from 4.17.21 to 4.17.23

Commits

Updates lodash-contrib from 4.1200.1 to 31001.1.0

Commits
  • a6295eb [util.strings] Update slugify tests to match lodash style
  • 8655e8e [util.strings] Port slugify tests to QUnit setup
  • cb3c2c6 [util.strings] Add tests for slugify and fix issues
  • 3bc3ba5 [util.strings] Move regular expressions to one object literal
  • d734c84 [util.strings] Add error message to strContains throw statement
  • 212bd98 reworked into CommonJS primary -> browserify for browsers
  • 2645d8d update author
  • 1d0231b travis fix
  • d16414e travis fix
  • 8e66967 393.0.1
  • See full diff in compare view

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.

Note

Updates dependency versions; no app code changes.

  • Bumps lodash to ^4.17.23 and updates peerDependencies to match
  • Bumps lodash-contrib to ^31001.1.0
  • Lockfile updated to reflect dependency graph changes

Written by Cursor Bugbot for commit d97f778. This will update automatically on new commits. Configure here.

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

Updates `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)

Updates `lodash-contrib` from 4.1200.1 to 31001.1.0
- [Commits](node4good/lodash-contrib@v4.1200.1...v31001.1.0)

---
updated-dependencies:
- dependency-name: lodash
  dependency-version: 4.17.23
  dependency-type: direct:production
- dependency-name: lodash-contrib
  dependency-version: 31001.1.0
  dependency-type: direct:production
...

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 21, 2026
Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 2 potential issues.

Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.

This PR is being reviewed by Cursor Bugbot

Details

Your team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team.

To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.

"lodash": "^4.17.21",
"lodash-contrib": "^4.1200.1",
"lodash": "^4.17.23",
"lodash-contrib": "^31001.1.0",
Copy link

Choose a reason for hiding this comment

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

Security update introduces vulnerable lodash 3.10.1 dependency

High Severity

The lodash-contrib update from 4.1200.1 to 31001.1.0 introduces lodash@3.10.1 as a nested dependency, which has known security vulnerabilities including prototype pollution (CVE-2019-10744) and command injection (CVE-2021-23337). This negates the security benefit of updating the main lodash package and actually makes the dependency tree less secure than before. The previous lodash-contrib@4.1200.1 used lodash@4.12.x, so this is a significant downgrade in the transitive dependency.

Additional Locations (1)

Fix in Cursor Fix in Web

"bpmn-moddle": "^6.0.0",
"i18next": "^15.0.8",
"jointjs": "^3.1.1",
"lodash": "^4.17.21",
Copy link

Choose a reason for hiding this comment

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

Lodash removed from peerDependencies in lockfile but remains in package.json

Low Severity

The package.json updates lodash in peerDependencies from ^4.17.21 to ^4.17.23, but package-lock.json removes lodash entirely from its peerDependencies section instead of updating it. This inconsistency between the two files means the lockfile no longer accurately reflects the package's peer dependency declarations, which could affect dependency resolution for consumers of this package.

Additional Locations (1)

Fix in Cursor Fix in Web

@cypress
Copy link

cypress bot commented Jan 22, 2026

modeler    Run #1752

Run Properties:  status check passed Passed #1752  •  git commit e9ae4c466e: chore(deps): bump lodash and lodash-contrib
Project modeler
Branch Review dependabot/npm_and_yarn/multi-9767cac4aa
Run status status check passed Passed #1752
Run duration 06m 01s
Commit git commit e9ae4c466e: chore(deps): bump lodash and lodash-contrib
Committer dependabot[bot]
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 0
Tests that did not run due to a developer annotating a test with .skip  Pending 83
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 305
View all changes introduced in this branch ↗︎

@processmaker-sonarqube
Copy link

Quality Gate passed Quality Gate passed

Issues
0 New issues
0 Fixed issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarQube

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.

1 participant