turkdevops / electron

:electron: Build cross-platform desktop apps with JavaScript, HTML, and CSS
https://electronjs.org
MIT License
1 stars 0 forks source link

🚨 [security] [js] Update semver 5.7.1 → 7.5.2 (major) #670

Open depfu[bot] opened 1 year ago

depfu[bot] commented 1 year ago

🚨 Your current dependencies have known security vulnerabilities 🚨

This dependency update fixes known security vulnerabilities. Please see the details below and assess their impact carefully. We recommend to merge and deploy this as soon as possible!


Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ semver (5.7.1 → 7.5.2) · Repo · Changelog

Security Advisories 🚨

🚨 semver vulnerable to Regular Expression Denial of Service

Versions of the package semver before 7.5.2 are vulnerable to Regular Expression Denial of Service (ReDoS) via the function new Range, when untrusted user data is provided as a range.

Release Notes

7.5.2

7.5.2 (2023-06-15)

Bug Fixes

7.5.1

7.5.1 (2023-05-12)

Bug Fixes

7.5.0

7.5.0 (2023-04-17)

Features

Bug Fixes

7.4.0

7.4.0 (2023-04-10)

Features

Bug Fixes

Documentation

7.3.8

7.3.8 (2022-10-04)

Bug Fixes

Documentation

7.3.7

7.3.7 (2022-04-11)

Bug Fixes

  • allow node >=10 (85b269a)
  • bin: get correct value from arg separated by equals (#449) (4ceca76), closes #431
  • ensure SemVer instance passed to inc are not modified (#427) (f070dde)
  • inc prerelease with numeric preid (#380) (802e161)

Dependencies

7.3.6

7.3.6 (2022-04-05)

Bug Fixes

Documentation

  • clarify * range behavior (cb1ca1d)

Dependencies

7.3.0 (from changelog)

  • Add subset(r1, r2) method to determine if r1 range is entirely contained by r2 range.

7.2.3 (from changelog)

  • Fix handling of includePrelease mode where version ranges like 1.0.0 - 2.0.0 would include 3.0.0-pre and not 1.0.0-pre.

7.2.2 (from changelog)

  • Fix bug where 2.0.0-pre would be included in ^1.0.0 if includePrerelease was set to true.

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu cancel merge
Cancels automatic merging of this PR
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)