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

Bump tough-cookie and razorpay #16

Merged
merged 1 commit into from
Jul 4, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 4, 2024

Removes tough-cookie. It's no longer used after updating ancestor dependency razorpay. These dependencies need to be updated together.

Removes tough-cookie

Updates razorpay from 2.8.1 to 2.9.4

Release notes

Sourced from razorpay's releases.

v2.9.4

b0eedee - fix: Resolve SSRF vulnerability in request handling

feat: Added new API endpoints 4cd5602 - Added support for addBankAccount, deleteBankAccount, requestEligibilityCheck & fetchEligibility on customer f341db4 - Added support for Dispute 5bc90ef - Added support for Document 651f175 - Added support for viewRtoReview & editFulfillment on order 40bed7f - Added support for fetch all IINs Supporting native otps & fetch all IINs with business sub-type using all

v2.9.3

14bbe97 fix: Type definition for Product and Customer has been updated.

v2.9.2

#369 6672b52 Chore: Changed Content-Type of all APIs from application/x-www-form-urlencoded to application/json

v2.9.1

#366 9e36e95 fix: A bug in the Create Payment Link request has been fixed.

v2.9.0

#351 69dd174 feat: Added new API endpoints

  • Added account onboarding API create, fetch, edit, delete
  • Added stakeholders API create, fetch, fetchAll, edit
  • Added product configuration API requestProductConfiguration, fetch, edit, `fetchTnc
  • Added webhooks API create, fetch, fetchAll, edit, delete
  • Added Documents API uploadAccountDoc, fetchAccountDoc, uploadStakeholderDoc , fetchStakeholderDoc
  • Added token sharing API create, fetch, delete, processPaymentOnAlternatePAorPG

v2.8.6

feat(Typescript): add typescript definitions

  • TypeScript definitions for all modules and functions in the SDK.
  • Add comments throughout the codebase to improve readability and maintainability.
  • Add a type declarations file (*.d.ts) to provide better type checking and editor support for consumers of the SDK.

Overall, this update should provide a better developer experience for anyone using the SDK, by leveraging the power of TypeScript's static type checking and providing clearer documentation and comments throughout the codebase.

Note: This release is a patch of the previous release that includes an update to the razorpay.d.ts file

v2.8.5

#334 db52ce1 feat(Typescript): add typescript definitions

  • TypeScript definitions for all modules and functions in the SDK.
  • Add comments throughout the codebase to improve readability and maintainability.
  • Add a type declarations file (*.d.ts) to provide better type checking and editor support for consumers of the SDK.

Overall, this update should provide a better developer experience for anyone using the SDK, by leveraging the power of TypeScript's static type checking and providing clearer documentation and comments throughout the codebase.

v2.8.4

... (truncated)

Changelog

Sourced from razorpay's changelog.

2.9.4 - 2024-05-17

fix: Resolve SSRF vulnerability in request handling feat: Added new API endpoints

  • Added support for addBankAccount, deleteBankAccount, requestEligibilityCheck & fetchEligibility on customer
  • Added support for Dispute
  • Added support for Document
  • Added support for viewRtoReview & editFulfillment on order
  • Added support for fetch all IINs Supporting native otps & fetch all IINs with business sub-type using all

2.9.3 - 2024-04-18

fix: Type definition for Product and Customer has been updated.

2.9.2 - 2023-08-16

chore: Changed Content-Type of all APIs from application/x-www-form-urlencoded to application/json

2.9.1 - 2023-07-18

fix: A bug in the “Create Payment Link” request has been fixed.

2.9.0 - 2023-06-30

feat: Added new API endpoints

  • Added account onboarding API create, fetch, edit, delete
  • Added stakeholders API create, fetch, fetchAll, edit
  • Added product configuration API requestProductConfiguration, fetch, edit, `fetchTnc
  • Added webhooks API create, fetch, fetchAll, edit, delete
  • Added Documents API uploadAccountDoc, fetchAccountDoc, uploadStakeholderDoc , fetchStakeholderDoc
  • Added token sharing API create, fetch, delete, processPaymentOnAlternatePAorPG

2.8.6 - 2023-02-22

feat(Typescript): add typescript definitions

  • TypeScript definitions for all modules and functions in the SDK.
  • Add comments throughout the codebase to improve readability and maintainability.
  • Add a type declarations file (*.d.ts) to provide better type checking and editor support for consumers of the SDK.

Overall, this update should provide a better developer experience for anyone using the SDK, by leveraging the power of TypeScript's static type checking and providing clearer documentation and comments throughout the codebase.

Note: This release is a patch of the previous release that includes an update to the razorpay.d.ts file

2.8.5 - 2023-02-22

feat(Typescript): add typescript definitions

  • TypeScript definitions for all modules and functions in the SDK.
  • Add comments throughout the codebase to improve readability and maintainability.
  • Add a type declarations file (*.d.ts) to provide better type checking and editor support for consumers of the SDK.

Overall, this update should provide a better developer experience for anyone using the SDK, by leveraging the power of TypeScript's static type checking and providing clearer documentation and comments throughout the codebase.

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 4, 2024
Removes [tough-cookie](https://github.com/salesforce/tough-cookie). It's no longer used after updating ancestor dependency [razorpay](https://github.com/razorpay/razorpay-node). These dependencies need to be updated together.


Removes `tough-cookie`

Updates `razorpay` from 2.8.1 to 2.9.4
- [Release notes](https://github.com/razorpay/razorpay-node/releases)
- [Changelog](https://github.com/razorpay/razorpay-node/blob/master/CHANGELOG.md)
- [Commits](razorpay/razorpay-node@v2.8.1...v2.9.4)

---
updated-dependencies:
- dependency-name: tough-cookie
  dependency-type: indirect
- dependency-name: razorpay
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/multi-e692f7cae2 branch from 4bb39be to 72db6a3 Compare July 4, 2024 10:39
@AkshatSinghRajput AkshatSinghRajput merged commit 6cdfbcc into master Jul 4, 2024
4 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/multi-e692f7cae2 branch July 4, 2024 10:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant