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 stripe from 14.19.0 to 14.25.0 #3

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

Conversation

darshanthind
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 stripe from 14.19.0 to 14.25.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.


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

  • The recommended version was released on 2 months ago.

Release notes
Package name: stripe
  • 14.25.0 - 2024-04-09
    • #2059 Update generated code
      • Add support for new resources Entitlements.ActiveEntitlement and Entitlements.Feature
      • Add support for list and retrieve methods on resource ActiveEntitlement
      • Add support for create, list, retrieve, and update methods on resource Feature
      • Add support for controller on AccountCreateParams
      • Add support for fees, losses, requirement_collection, and stripe_dashboard on Account.controller
      • Add support for new value none on enum Account.type
      • Add support for event_name on Billing.MeterEventAdjustmentCreateParams and Billing.MeterEventAdjustment
      • Add support for cancel and type on Billing.MeterEventAdjustment

    See the changelog for more details.

  • 14.25.0-beta.1 - 2024-04-04
    • #2054 Update generated code for beta
      • Add support for update method on resource Entitlements.Feature
      • Add support for risk_controls on AccountCreateParams, AccountUpdateParams, and Account
      • Change Discount.subscription_item, QuoteLine.actions[].add_discount, QuoteLine.actions[].add_item.discounts, QuoteLine.actions[].remove_discount, QuoteLine.actions[].set_discounts, QuoteLine.actions[].set_items[].discounts, Subscription.discounts, SubscriptionItem.discounts, SubscriptionSchedule.phases[].add_invoice_items[].discounts, SubscriptionSchedule.phases[].discounts, and SubscriptionSchedule.phases[].items[].discounts to be required
      • Add support for promotion_code on InvoiceAddLinesParams.lines[].discounts[], InvoiceUpdateLinesParams.lines[].discounts[], QuoteCreateParams.line_items[].discounts[], QuoteCreateParams.lines[].actions[].add_discount, QuoteCreateParams.phases[].line_items[].discounts[], QuoteUpdateParams.line_items[].discounts[], QuoteUpdateParams.lines[].actions[].add_discount, and QuoteUpdateParams.phases[].line_items[].discounts[]
      • Change type of QuoteLine.actions[].add_item.discounts, QuoteLine.actions[].set_items[].discounts, SubscriptionSchedule.phases[].add_invoice_items[].discounts, SubscriptionSchedule.phases[].discounts, and SubscriptionSchedule.phases[].items[].discounts from array(DiscountsResourceStackableDiscount) | null to array(DiscountsResourceStackableDiscount)
      • Change type of Subscription.discounts and SubscriptionItem.discounts from array(expandable(Discount)) | null to array(expandable(Discount))

    See the changelog for more details.

  • 14.24.0 - 2024-04-04
    • #2053 Update generated code
      • Change Charge.payment_method_details.us_bank_account.payment_reference, PaymentIntent.next_action.swish_handle_redirect_or_display_qr_code.hosted_instructions_url, PaymentIntent.next_action.swish_handle_redirect_or_display_qr_code.mobile_auth_url, PaymentIntent.next_action.swish_handle_redirect_or_display_qr_code.qr_code.data, PaymentIntent.next_action.swish_handle_redirect_or_display_qr_code.qr_code.image_url_png, PaymentIntent.next_action.swish_handle_redirect_or_display_qr_code.qr_code.image_url_svg, PaymentIntent.next_action.swish_handle_redirect_or_display_qr_code.qr_code, and PaymentIntent.payment_method_options.swish.reference to be required
      • Change type of Checkout.SessionCreateParams.payment_method_options.swish.reference from emptyable(string) to string
      • Add support for subscription_item on Discount
      • Add support for email and phone on Identity.VerificationReport, Identity.VerificationSession.options, Identity.VerificationSession.verified_outputs, Identity.VerificationSessionCreateParams.options, and Identity.VerificationSessionUpdateParams.options
      • Add support for verification_flow on Identity.VerificationReport, Identity.VerificationSessionCreateParams, and Identity.VerificationSession
      • Add support for new value verification_flow on enums Identity.VerificationReport.type and Identity.VerificationSession.type
      • Add support for provided_details on Identity.VerificationSessionCreateParams, Identity.VerificationSessionUpdateParams, and Identity.VerificationSession
      • Change Identity.VerificationSessionCreateParams.type to be optional
      • Add support for new values email_unverified_other, email_verification_declined, phone_unverified_other, and phone_verification_declined on enum Identity.VerificationSession.last_error.code
      • Add support for promotion_code on InvoiceCreateParams.discounts[], InvoiceItemCreateParams.discounts[], InvoiceItemUpdateParams.discounts[], InvoiceUpdateParams.discounts[], QuoteCreateParams.discounts[], and QuoteUpdateParams.discounts[]
      • Add support for discounts on InvoiceUpcomingLinesParams.subscription_items[], InvoiceUpcomingParams.subscription_items[], QuoteCreateParams.line_items[], QuoteUpdateParams.line_items[], SubscriptionCreateParams.add_invoice_items[], SubscriptionCreateParams.items[], SubscriptionCreateParams, SubscriptionItemCreateParams, SubscriptionItemUpdateParams, SubscriptionItem, SubscriptionSchedule.phases[].add_invoice_items[], SubscriptionSchedule.phases[].items[], SubscriptionSchedule.phases[], SubscriptionScheduleCreateParams.phases[].add_invoice_items[], SubscriptionScheduleCreateParams.phases[].items[], SubscriptionScheduleCreateParams.phases[], SubscriptionScheduleUpdateParams.phases[].add_invoice_items[], SubscriptionScheduleUpdateParams.phases[].items[], SubscriptionScheduleUpdateParams.phases[], SubscriptionUpdateParams.add_invoice_items[], SubscriptionUpdateParams.items[], SubscriptionUpdateParams, and Subscription
      • Change type of Invoice.discounts from array(expandable(deletable($Discount))) | null to array(expandable(deletable($Discount)))
      • Add support for allowed_merchant_countries and blocked_merchant_countries on Issuing.Card.spending_controls, Issuing.CardCreateParams.spending_controls, Issuing.CardUpdateParams.spending_controls, Issuing.Cardholder.spending_controls, Issuing.CardholderCreateParams.spending_controls, and Issuing.CardholderUpdateParams.spending_controls
      • Add support for zip on PaymentMethodConfigurationCreateParams, PaymentMethodConfigurationUpdateParams, and PaymentMethodConfiguration
      • Add support for offline on SetupAttempt.payment_method_details.card_present
      • Add support for card_present on SetupIntent.payment_method_options, SetupIntentConfirmParams.payment_method_options, SetupIntentCreateParams.payment_method_options, and SetupIntentUpdateParams.payment_method_options
      • Add support for new value mobile_phone_reader on enums Terminal.Reader.device_type and Terminal.ReaderListParams.device_type

    See the changelog for more details.

  • 14.24.0-beta.1 - 2024-03-28
    • #2047 Update generated code for beta
      • Add support for financial_account_transactions, financial_account, issuing_card, and issuing_cards_list on AccountSessionCreateParams.components
      • Remove support for subscription_billing_cycle_anchor, subscription_cancel_at_period_end, subscription_cancel_at, subscription_cancel_now, subscription_default_tax_rates, subscription_items, subscription_prebilling, subscription_proration_behavior, subscription_proration_date, subscription_resume_at, subscription_start_date, and subscription_trial_end on InvoiceCreatePreviewParams

    See the changelog for more details.

  • 14.23.0 - 2024-03-28
    • #2046 Update generated code
      • Add support for new resources Billing.MeterEventAdjustment, Billing.MeterEvent, and Billing.Meter
      • Add support for create, deactivate, list, reactivate, retrieve, and update methods on resource Meter
      • Add support for create method on resources MeterEventAdjustment and MeterEvent
      • Add support for amazon_pay_payments on Account.capabilities, AccountCreateParams.capabilities, and AccountUpdateParams.capabilities
      • Add support for new value verification_failed_representative_authority on enums Account.future_requirements.errors[].code, Account.requirements.errors[].code, BankAccount.future_requirements.errors[].code, and BankAccount.requirements.errors[].code
      • Add support for destination_on_behalf_of_charge_management on AccountSession.components.payment_details.features, AccountSession.components.payments.features, AccountSessionCreateParams.components.payment_details.features, and AccountSessionCreateParams.components.payments.features
      • Add support for mandate on Charge.payment_method_details.us_bank_account, Treasury.InboundTransfer.origin_payment_method_details.us_bank_account, Treasury.OutboundPayment.destination_payment_method_details.us_bank_account, and Treasury.OutboundTransfer.destination_payment_method_details.us_bank_account
      • Add support for second_line on Issuing.CardCreateParams
      • Add support for meter on PlanCreateParams, Plan, Price.recurring, PriceCreateParams.recurring, and PriceListParams.recurring
    • #2045 esbuild test project fixes

    See the changelog for more details.

  • 14.23.0-beta.1 - 2024-03-21
    • #2039 Update generated code for beta
      • Add support for new resources Entitlements.ActiveEntitlementSummary and Entitlements.ActiveEntitlement
      • Add support for list method on resource ActiveEntitlement
      • Add support for mobilepay on ConfirmationToken.payment_method_preview and ConfirmationTokenCreateParams.testHelpers.payment_method_data
      • Add support for new value mobilepay on enum ConfirmationTokenCreateParams.testHelpers.payment_method_data.type
      • Add support for use_stripe_sdk on ConfirmationToken
      • Remove support for payment_method on ConfirmationToken
      • Change type of ConfirmationToken.mandate_data from ConfirmationTokensResourceMandateData to ConfirmationTokensResourceMandateData | null
      • Add support for new value mobilepay on enum ConfirmationToken.payment_method_preview.type
      • Add support for metadata on Entitlements.FeatureCreateParams and Entitlements.Feature
      • Add support for active on Entitlements.Feature
      • Add support for new value entitlements.active_entitlement_summary.updated on enum Event.type
      • Remove support for value customer.entitlement_summary.updated from enum Event.type
      • Add support for new value entitlements.active_entitlement_summary.updated on enums WebhookEndpointCreateParams.enabled_events[] and WebhookEndpointUpdateParams.enabled_events[]
      • Remove support for value customer.entitlement_summary.updated from enums WebhookEndpointCreateParams.enabled_events[] and WebhookEndpointUpdateParams.enabled_events[]

    See the changelog for more details.

  • 14.22.0 - 2024-03-21
    • #2040 Update generated code
      • Add support for new resources ConfirmationToken and Forwarding.Request
      • Add support for retrieve method on resource ConfirmationToken
      • Add support for create, list, and retrieve methods on resource Request
      • Add support for mobilepay_payments on Account.capabilities, AccountCreateParams.capabilities, and AccountUpdateParams.capabilities
      • Add support for new values forwarding_api_inactive, forwarding_api_invalid_parameter, forwarding_api_upstream_connection_error, and forwarding_api_upstream_connection_timeout on enums Invoice.last_finalization_error.code, PaymentIntent.last_payment_error.code, SetupAttempt.setup_error.code, SetupIntent.last_setup_error.code, and StripeError.code
      • Add support for mobilepay on Charge.payment_method_details, PaymentIntent.payment_method_options, PaymentIntentConfirmParams.payment_method_data, PaymentIntentConfirmParams.payment_method_options, PaymentIntentCreateParams.payment_method_data, PaymentIntentCreateParams.payment_method_options, PaymentIntentUpdateParams.payment_method_data, PaymentIntentUpdateParams.payment_method_options, PaymentMethodCreateParams, PaymentMethod, SetupIntentConfirmParams.payment_method_data, SetupIntentCreateParams.payment_method_data, and SetupIntentUpdateParams.payment_method_data
      • Add support for payment_reference on Charge.payment_method_details.us_bank_account
      • Add support for new value mobilepay on enums CustomerListPaymentMethodsParams.type, PaymentMethodCreateParams.type, and PaymentMethodListParams.type
      • Add support for confirmation_token on PaymentIntentConfirmParams, PaymentIntentCreateParams, SetupIntentConfirmParams, and SetupIntentCreateParams
      • Add support for new value mobilepay on enums PaymentIntentConfirmParams.payment_method_data.type, PaymentIntentCreateParams.payment_method_data.type, PaymentIntentUpdateParams.payment_method_data.type, SetupIntentConfirmParams.payment_method_data.type, SetupIntentCreateParams.payment_method_data.type, and SetupIntentUpdateParams.payment_method_data.type
      • Add support for new value mobilepay on enum PaymentMethod.type
      • Add support for name on Terminal.ConfigurationCreateParams, Terminal.ConfigurationUpdateParams, and Terminal.Configuration
      • Add support for payout on Treasury.ReceivedDebit.linked_flows
    • #2043 Don't mutate error.type during minification

    See the changelog for more details.

  • 14.22.0-beta.1 - 2024-03-14
    • #2036 Update generated code for beta
      • Add support for new resources Billing.MeterEventAdjustment, Billing.MeterEvent, and Billing.Meter
      • Add support for create, deactivate, list, reactivate, retrieve, and update methods on resource Meter
      • Add support for create method on resources MeterEventAdjustment and MeterEvent
      • Add support for create test helper method on resource ConfirmationToken
      • Add support for add_lines, remove_lines, and update_lines methods on resource Invoice
      • Add support for multibanco payment method throughout the API.
      • Add support for second_line on Issuing.PhysicalBundle.features
      • Add support for multibanco_display_details on PaymentIntent.next_action
      • Add support for meter on PlanCreateParams, Plan, Price.recurring, PriceCreateParams.recurring, and PriceListParams.recurring

    See the changelog for more details.

  • 14.21.0 - 2024-03-14
    • #2035 Update generated code
      • Add support for new resources Issuing.PersonalizationDesign and Issuing.PhysicalBundle
      • Add support for create, list, retrieve, and update methods on resource PersonalizationDesign
      • Add support for list and retrieve methods on resource PhysicalBundle
      • Add support for personalization_design on Issuing.CardCreateParams, Issuing.CardListParams, Issuing.CardUpdateParams, and Issuing.Card
      • Change type of SubscriptionCreateParams.application_fee_percent and SubscriptionUpdateParams.application_fee_percent from number to emptyStringable(number)
      • Add support for sepa_debit on Subscription.payment_settings.payment_method_options, SubscriptionCreateParams.payment_settings.payment_method_options, and SubscriptionUpdateParams.payment_settings.payment_method_options

    See the changelog for more details.

  • 14.21.0-beta.1 - 2024-03-08
    • #2032 Update generated code for beta
      • Add support for new value billing_period_end on enums QuoteCreateParams.lines[].ends_at.type, QuoteLine.ends_at.type, and QuoteUpdateParams.lines[].ends_at.type

    See the changelog for more details.

  • 14.20.0 - 2024-03-07
  • 14.20.0-beta.1 - 2024-02-29
  • 14.19.0 - 2024-02-29
from stripe 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.

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 stripe from 14.19.0 to 14.25.0.

See this package in npm:
stripe

See this project in Snyk:
https://app.snyk.io/org/darshanthind/project/8bbf5ef8-c35b-4ae3-881e-52be7b016889?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