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 ioredis from 4.27.1 to 5.2.6 #81

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

Conversation

vs4vijay
Copy link
Owner

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


Snyk has created this PR to upgrade ioredis from 4.27.1 to 5.2.6.

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


Warning: This is a major version upgrade, and may be a breaking change.

  • The recommended version is 35 versions ahead of your current version.
  • The recommended version was released 21 days ago, on 2023-01-25.

The recommended version fixes:

Severity Issue PriorityScore (*) Exploit Maturity
Prototype Pollution
SNYK-JS-IOREDIS-1567196
531/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 4.2
Proof of Concept

(*) Note that the real score may have changed since the PR was raised.

Release notes
Package name: ioredis
  • 5.2.6 - 2023-01-25

    5.2.6 (2023-01-25)

    Bug Fixes

    • remove extraneous TCP/IPC properties from RedisOptions TS type (#1707) (9af7b1c)
  • 5.2.5 - 2023-01-14

    5.2.5 (2023-01-14)

    Bug Fixes

    • Named export to support ESM imports in Typescript (#1695) (cdded57)

      With this change, users would be able to import Redis with import { Redis} from 'ioredis'. This makes it possible to import Redis in an ESM project. The original way (import Redis from 'ioredis') will still be supported but will be deprecated in the next major version.

  • 5.2.4 - 2022-11-02

    5.2.4 (2022-11-02)

    Bug Fixes

    • passing in family parameter in URL in node 18 (#1673) (6f1ab9f)
  • 5.2.3 - 2022-08-23

    5.2.3 (2022-08-23)

    Bug Fixes

  • 5.2.2 - 2022-07-23

    5.2.2 (2022-07-23)

    Bug Fixes

    • srandmember with count argument should return array of strings (#1620) (5f813f3)
  • 5.2.1 - 2022-07-16

    5.2.1 (2022-07-16)

    Bug Fixes

    • always allow selecting a new node for cluster mode subscriptions when the current one fails (#1589) (1c8cb85)
  • 5.2.0 - 2022-07-11

    5.2.0 (2022-07-11)

    Features

  • 5.1.0 - 2022-06-25

    5.1.0 (2022-06-25)

    Features

    • add command typings for Redis 7.0.2. Also fix a typing issue for hgetallBuffer. (#1611) (fa77c07)
  • 5.0.6 - 2022-05-31

    5.0.6 (2022-05-31)

    Bug Fixes

  • 5.0.5 - 2022-05-17

    5.0.5 (2022-05-17)

    Bug Fixes

    • improve typing for redis.multi (#1580) (f9f875b)
    • send correct command during auto-pipelining of .call() operations (#1579) (e41c3dc)
  • 5.0.4 - 2022-04-09
  • 5.0.3 - 2022-03-31
  • 5.0.2 - 2022-03-30
  • 5.0.1 - 2022-03-26
  • 5.0.0 - 2022-03-26
  • 5.0.0-beta.4 - 2022-03-19
  • 5.0.0-beta.3 - 2022-03-19
  • 5.0.0-beta.2 - 2022-03-16
  • 5.0.0-beta.1 - 2022-03-14
  • 4.28.5 - 2022-02-06
  • 4.28.4 - 2022-02-02
  • 4.28.3 - 2022-01-11
  • 4.28.2 - 2021-12-01
  • 4.28.1 - 2021-11-23
  • 4.28.0 - 2021-10-13
  • 4.27.11 - 2021-10-11
  • 4.27.10 - 2021-10-04
  • 4.27.9 - 2021-08-30
  • 4.27.8 - 2021-08-18
  • 4.27.7 - 2021-08-01
  • 4.27.6 - 2021-06-13
  • 4.27.5 - 2021-06-05
  • 4.27.4 - 2021-06-04
  • 4.27.3 - 2021-05-22
  • 4.27.2 - 2021-05-04
  • 4.27.1 - 2021-04-24
from ioredis GitHub release notes
Commit messages
Package name: ioredis
  • a22fd2d chore(release): 5.2.6 [skip ci]
  • 0c0ec30 test: check that condition is defined before we access it (#1701)
  • 9af7b1c fix: remove extraneous TCP/IPC properties from RedisOptions TS type (#1707)
  • a3159af chore: Upgrade dependencies (#1704)
  • 4604d9f docs: update CHANGELOG.md for 5.2.5
  • df90de2 docs: advocate import { Redis } from 'ioredis' (#1703)
  • ef2d2cd chore(release): 5.2.5 [skip ci]
  • cdded57 fix: Named export to support ESM imports in Typescript (#1695)
  • 29954a7 chore(deps): bump json5 from 2.2.0 to 2.2.3 (#1700)
  • 807cfc0 docs: update readme to fix slotsRefreshInterval default value (#1687)
  • c275e9a test(functional): monitor result compare lowercase more changes - related to issue #1671 (#1675)
  • 0add883 chore(release): 5.2.4 [skip ci]
  • 6f1ab9f fix: passing in family parameter in URL in node 18 (#1673)
  • 4de8cdb Add node 18 to CI (#1655)
  • 308017a chore(release): 5.2.3 [skip ci]
  • dccb820 fix: update to latest profile for Redis Cloud (#1637)
  • a3838ae fix: type of zscore result should be nullable (#1639)
  • ddb3f89 docs: add notice for TLS profile settings (#1636)
  • adbd103 docs: update instructions for ESM module
  • 3a4c7f9 chore(release): 5.2.2 [skip ci]
  • 5f813f3 fix: srandmember with count argument should return array of strings (#1620)
  • d8a87bc chore(release): 5.2.1 [skip ci]
  • 1c8cb85 fix: always allow selecting a new node for cluster mode subscriptions when the current one fails (#1589)
  • 07ee6ea chore(release): 5.2.0 [skip ci]

Compare


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:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

@sonarcloud
Copy link

sonarcloud bot commented Feb 15, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

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