Skip to content

Bump underscore from 1.8.3 to 1.13.8 in /PerformanceTests/Speedometer2.1/resources/todomvc/architecture-examples/backbone#64

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/PerformanceTests/Speedometer2.1/resources/todomvc/architecture-examples/backbone/underscore-1.13.8
Open

Bump underscore from 1.8.3 to 1.13.8 in /PerformanceTests/Speedometer2.1/resources/todomvc/architecture-examples/backbone#64
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/PerformanceTests/Speedometer2.1/resources/todomvc/architecture-examples/backbone/underscore-1.13.8

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Mar 4, 2026

Bumps underscore from 1.8.3 to 1.13.8.

Commits
  • 9374840 Merge branch 'release/1.13.8'
  • 309ad7e Re-generate annotated sources and minified codemaps
  • a1ac1d3 Add links to diff and docs in 1.13.8 change log entry
  • b579595 Mention CVE-2026-27601 in comments and documentation (#3011)
  • 45ea015 Revert obfuscations from 42823bb.
  • 4a4019e Update minified bundles
  • 1ccfdd0 Add preliminary release notes for 1.13.8
  • 42823bb Temporarily obfuscate comments
  • a6e23ae Make _.isEqual nonrecursive
  • f2b5164 Add regression test against stack overflow in _.isEqual
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by jgonggrijp, a new releaser for underscore since your current version.


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 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.

Bumps [underscore](https://github.com/jashkenas/underscore) from 1.8.3 to 1.13.8.
- [Commits](jashkenas/underscore@1.8.3...1.13.8)

---
updated-dependencies:
- dependency-name: underscore
  dependency-version: 1.13.8
  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 Mar 4, 2026
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

}
},
"jquery": {
"node_modules/jquery": {

Choose a reason for hiding this comment

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

Medium severity vulnerability may affect your project—review required:
Line 23 lists a dependency (jquery) with a known Medium severity vulnerability.

ℹ️ Why this matters

Affected versions of jquery are vulnerable to Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting'). Improper handling of attacker-controlled HTML during DOM insertion may result in unintended script execution in the context of the affected page.

References: GHSA, CVE

To resolve this comment:
Check if you pass HTML from untrusted sources to a jQuery's DOM manipulation method without any sanitization like DOMPurify with its SAFE_FOR_JQUERY option when using jQuery in Browser.

💬 Ignore this finding

To ignore this, reply with:

  • /fp <comment> for false positive
  • /ar <comment> for acceptable risk
  • /other <comment> for all other reasons

You can view more details on this finding in the Semgrep AppSec Platform here.

}
},
"jquery": {
"node_modules/jquery": {

Choose a reason for hiding this comment

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

Medium severity vulnerability may affect your project—review required:
Line 23 lists a dependency (jquery) with a known Medium severity vulnerability.

ℹ️ Why this matters

Affected versions of jquery are vulnerable to Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting'). Passing HTML from untrusted sources—even after sanitization—to DOM manipulation methods in jquery may result in execution of untrusted code.

References: GHSA, CVE

To resolve this comment:
Check if you have not added the jQuery.htmlPrefilter function to your code as a workaround for jQuery 1.12/2.2 or newer versions.

💬 Ignore this finding

To ignore this, reply with:

  • /fp <comment> for false positive
  • /ar <comment> for acceptable risk
  • /other <comment> for all other reasons

You can view more details on this finding in the Semgrep AppSec Platform here.

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