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 resend from 0.17.2 to 3.2.0 #5

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

Conversation

YoutacRandS-VA
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 resend from 0.17.2 to 3.2.0.

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

  • The recommended version is 23 versions ahead of your current version.

  • The recommended version was released on 4 months ago.

Issues fixed by the recommended upgrade:

Issue Score Exploit Maturity
high severity Server-side Request Forgery (SSRF)
SNYK-JS-IP-6240864
537 Proof of Concept
high severity Cross-site Request Forgery (CSRF)
SNYK-JS-AXIOS-6032459
537 Proof of Concept
high severity Prototype Pollution
SNYK-JS-AXIOS-6144788
537 No Known Exploit
high severity Improper Input Validation
SNYK-JS-FOLLOWREDIRECTS-6141137
537 Proof of Concept
medium severity Server-Side Request Forgery (SSRF)
SNYK-JS-IP-7148531
537 Proof of Concept
medium severity Regular Expression Denial of Service (ReDoS)
SNYK-JS-AXIOS-6124857
537 Proof of Concept
medium severity Open Redirect
SNYK-JS-EXPRESS-6474509
537 No Known Exploit
medium severity Information Exposure
SNYK-JS-FOLLOWREDIRECTS-6444610
537 Proof of Concept
Release notes
Package name: resend
  • 3.2.0 - 2024-02-13

    Minor

    • Add update domain method #320

    Patch

    • Update buildjet/cache action to v4 #314
    • Update dependency @ types/react to v18.2.55 #315
    • Update dependency @ types/jest to v29.5.12 #316
    • Update yarn to v3.8.0 #317
    • Update dependency prettier to v3.2.5 #318
  • 3.2.0-canary.1 - 2024-02-10
  • 3.2.0-canary.0 - 2024-02-10
  • 3.1.0 - 2024-01-22

    Major

    Minor

    Patch

    • Update dependency @ react-email/render to v0.0.12 #304
  • 3.0.0 - 2024-01-18

    Major

    • fix: Types and changed contacts payload #296
      • first_name -> firstName
      • last_name -> lastName
      • audienceId -> audienceId

    Minor

    • Add delete contact by email #291

    Patch

    • Update dependency ts-node to v10.9.7 #293
    • Update typescript-eslint monorepo to v6.19.0 #295
    • Update dependency @ react-email/render to v0.0.11 #297
    • Fix contact payload #298
    • Fix response types #299
    • Update dependency prettier to v3.2.4 #300
  • 3.0.0-canary.0 - 2024-01-18
  • 2.1.0 - 2023-12-26

    Minor

    • feat: Add audiences #267
    • feat: Add contacts methods #268
    • feat: Add update contact #280

    Patch

    • fix: Undefined process #281
    • fix: Package build #259
  • 2.1.0-canary.2 - 2023-12-26
  • 2.1.0-canary.1 - 2023-11-22
  • 2.1.0-canary.0 - 2023-11-16
  • 2.0.1-canary.0 - 2023-11-07
  • 2.0.0 - 2023-11-01

    Major

    • Fix Request types #250

    Before

    const data = resend.emails.send({ ... })

    return data.id

    After

    const { data, error } = resend.emails.send({ ... })

    if (error || !data) {
    throw new Error(error.message)
    }

    return data.id

    Minor

    • Add batch methods #199

    Patch

    • Upgrade render #252
  • 2.0.0-canary.2 - 2023-10-31
  • 2.0.0-canary.1 - 2023-10-31
  • 2.0.0-canary.0 - 2023-10-27
  • 1.1.0 - 2023-09-17
    • Drop node-fetch in favor of native fetch for Node
  • 1.1.0-canary.0 - 2023-09-15
  • 1.0.1-canary.2 - 2023-09-13
  • 1.0.1-canary.1 - 2023-09-13
  • 1.0.1-canary.0 - 2023-09-13
  • 1.0.0 - 2023-08-15

    Major

    • Replace axios with node-fetch #149

    Minor

    • Add JSdoc for create email types #132
    • Add missing fields to the GetEmailResponse type #146

    Patch

    • Use eslint #159
    • Add GitHub actions #158
    • Add node engine #157
    • Dependabot ecosystem #166
    • Remove tslint file #170
    • Update prettier to v3.0.1 #148
    • Update jest to v29.6.2 #145
    • Update @ types/node to v18.17.5 #120
    • Update @ types/react to v18.2.20 #113
    • Update prettier to v3.0.2 #160
    • Update node-fetch to v2.6.12 #161
    • Update node.js to v18.17.1 #114
  • 0.18.0-canary.1 - 2023-08-15
  • 0.18.0-canary.0 - 2023-08-14
  • 0.17.2 - 2023-07-25
from resend 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 resend from 0.17.2 to 3.2.0.

See this package in npm:
resend

See this project in Snyk:
https://app.snyk.io/org/youtacrands-va/project/265a247c-3f6b-43e8-9211-8b5079de9123?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.

2 participants