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: dotenv, ioredis #105

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

Conversation

vs4vijay
Copy link
Owner

snyk-top-banner

Snyk has created this PR to upgrade multiple dependencies.

👯‍♂ The following dependencies are linked and will therefore be updated together.

ℹ️ 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 PR contains major version upgrade(s), and may be a breaking change.

Name Versions Released on

dotenv
from 8.6.0 to 16.4.5 | 43 versions ahead of your current version
⚠️ This is a major version upgrade, and may be a breaking change | 7 months ago
on 2024-02-20
ioredis
from 4.27.1 to 5.4.1 | 40 versions ahead of your current version
⚠️ This is a major version upgrade, and may be a breaking change | 5 months ago
on 2024-04-17

Issues fixed by the recommended upgrade:

Issue Score Exploit Maturity
medium severity Prototype Pollution
SNYK-JS-IOREDIS-1567196
531 Proof of Concept
Release notes
Package name: dotenv
  • 16.4.5 - 2024-02-20

    16.4.5

  • 16.4.4 - 2024-02-13

    16.4.4

  • 16.4.3 - 2024-02-12

    16.4.3

  • 16.4.2 - 2024-02-10

    16.4.2

  • 16.4.1 - 2024-01-24

    16.4.1

  • 16.4.0 - 2024-01-23

    16.4.0

  • 16.3.2 - 2024-01-19

    16.3.2

  • 16.3.1 - 2023-06-17

    16.3.1

  • 16.3.0 - 2023-06-16

    16.3.0

  • 16.2.0 - 2023-06-16

    16.2.0

  • 16.1.4 - 2023-06-04
  • 16.1.3 - 2023-05-31
  • 16.1.2 - 2023-05-31
  • 16.1.1 - 2023-05-31
  • 16.1.0 - 2023-05-30
  • 16.1.0-rc2 - 2023-05-21
  • 16.1.0-rc1 - 2023-04-07
  • 16.0.3 - 2022-09-29
  • 16.0.2 - 2022-08-30
  • 16.0.1 - 2022-05-10
  • 16.0.0 - 2022-02-02
  • 15.0.1 - 2022-02-02
  • 15.0.0 - 2022-01-31
  • 14.3.2 - 2022-01-25
  • 14.3.1 - 2022-01-25
  • 14.3.0 - 2022-01-24
  • 14.2.0 - 2022-01-17
  • 14.1.1 - 2022-01-17
  • 14.1.0 - 2022-01-17
  • 14.0.1 - 2022-01-17
  • 14.0.0 - 2022-01-17
  • 13.0.1 - 2022-01-16
  • 13.0.0 - 2022-01-16
  • 12.0.4 - 2022-01-16
  • 12.0.3 - 2022-01-15
  • 12.0.2 - 2022-01-15
  • 12.0.1 - 2022-01-15
  • 12.0.0 - 2022-01-14
  • 11.0.0 - 2022-01-11
  • 10.0.0 - 2021-05-21
  • 9.0.2 - 2021-05-10
  • 9.0.1 - 2021-05-09
  • 9.0.0 - 2021-05-05
  • 8.6.0 - 2021-05-05
from dotenv GitHub release notes
Package name: ioredis
  • 5.4.1 - 2024-04-17

    5.4.1 (2024-04-17)

    Bug Fixes

  • 5.4.0 - 2024-04-16

    5.4.0 (2024-04-16)

    Bug Fixes

    • when refreshSlotsCache is called concurrently, call the callback only when the refresh process is done (#1881) (804ee07)

    Features

  • 5.3.2 - 2023-04-15

    5.3.2 (2023-04-15)

    Bug Fixes

  • 5.3.1 - 2023-02-12

    5.3.1 (2023-02-12)

    Bug Fixes

    • Fix commands not resend on reconnect in edge cases (#1720) (fe52ff1), closes #1718
    • Fix db parameter not working with auto pipelining (#1721) (d9b1bf1)
  • 5.3.0 - 2023-01-25

    5.3.0 (2023-01-25)

    Bug Fixes

    Features

  • 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.1 - 2022-07-16
  • 5.2.0 - 2022-07-11
  • 5.1.0 - 2022-06-25
  • 5.0.6 - 2022-05-31
  • 5.0.5 - 2022-05-17
  • 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

Important

  • Warning: This PR contains a major version upgrade, and may be a breaking change.
  • 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:
  - dotenv from 8.6.0 to 16.4.5.
    See this package in npm: https://www.npmjs.com/package/dotenv
  - ioredis from 4.27.1 to 5.4.1.
    See this package in npm: https://www.npmjs.com/package/ioredis

See this project in Snyk:
https://app.snyk.io/org/vs4vijay/project/86cd28af-6a01-4b92-abb4-5c949f960632?utm_source=github&utm_medium=referral&page=upgrade-pr
Copy link

sonarcloud bot commented Sep 10, 2024

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.

A very fast retry strategy hangs blocking commands forever unsubscribe failed when stringNumbers is True
2 participants