Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Upgrade reselect from 4.1.6 to 4.1.8 #4

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

danielfyo
Copy link
Owner

This PR was automatically created by Snyk using the credentials of a real user.


![snyk-top-banner](https://github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123)

Snyk has created this PR to upgrade reselect from 4.1.6 to 4.1.8.

ℹ️ 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 2 versions ahead of your current version.

  • The recommended version was released on a year ago.

Issues fixed by the recommended upgrade:

Issue Score Exploit Maturity
medium severity Regular Expression Denial of Service (ReDoS)
SNYK-JS-ASYNC-7414156
631 No Known Exploit
Release notes
Package name: reselect
  • 4.1.8 - 2023-04-16

    This release updates our build tooling, tweaks the MergeParameters type to better handle spread values, and fixes an erroneous .clearCache() method included on the resultFunc.

    What's Changed

    • fix types on resultFunc (#591) by @ bdwain in #592
    • Port 5.0 build tooling changes from main by @ markerikson in #606
    • Infer correct state when input selectors are a mix of explicit and rest syntax in createSelector by @ PeterBul in #602

    Full Changelog: v4.1.7...v4.1.8

  • 4.1.7 - 2022-11-04

    This release updates the TS types to work correctly with TS 4.9, which made a change that broke the existing MergeParameters type implementation. Happily, the TS team provided a better (and simpler!) MergeParameters implementation. Since that only works with TS 4.7+, we've reworked the internals to handle providing the old implementation to TS 4.2..4.6, and the new implementation to TS 4.7 and greater.

    As a user, there should be no visible change - just update to 4.1.7.

    What's Changed

    Full Changelog: v4.1.6...v4.1.7

  • 4.1.6 - 2022-06-07

    This release updates the TS types to better handle cases with default parameters, or any/unknown types.

    What's Changed

    Full Changelog: v4.1.5...v4.1.6

from reselect GitHub release notes

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 reselect from 4.1.6 to 4.1.8.

See this package in npm:
reselect

See this project in Snyk:
https://app.snyk.io/org/danielfyo/project/6ec14535-5d59-4688-95c5-a18b48e57a57?utm_source=github&utm_medium=referral&page=upgrade-pr
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.

Type inference issues caused by default param values or any/unknown type (v4.1.5)
2 participants