manishkatyan / strapi-stripe

Stripe Plugin for Strapi CMS
67 stars 33 forks source link

[Snyk] Upgrade stripe from 8.210.0 to 8.222.0 #56

Closed snyk-bot closed 1 year ago

snyk-bot commented 1 year ago

Snyk has created this PR to upgrade stripe from 8.210.0 to 8.222.0.

:information_source: 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.


Release notes
Package name: stripe
  • 8.222.0 - 2022-05-05
    • #1414 API Updates
      • Add support for default_price_data on ProductCreateParams
      • Add support for default_price on ProductUpdateParams and Product
      • Add support for instructions_email on RefundCreateParams and Refund

    See the changelog for more details.

  • 8.221.0 - 2022-05-05
    • #1413 API Updates

      • Add support for new resources FinancialConnections.AccountOwner, FinancialConnections.AccountOwnership, FinancialConnections.Account, and FinancialConnections.Session
      • Add support for financial_connections on Checkout.Session.payment_method_options.us_bank_account, CheckoutSessionCreateParams.payment_method_options.us_bank_account, Invoice.payment_settings.payment_method_options.us_bank_account, InvoiceCreateParams.payment_settings.payment_method_options.us_bank_account, InvoiceUpdateParams.payment_settings.payment_method_options.us_bank_account, PaymentIntent.payment_method_options.us_bank_account, PaymentIntentConfirmParams.payment_method_options.us_bank_account, PaymentIntentCreateParams.payment_method_options.us_bank_account, PaymentIntentUpdateParams.payment_method_options.us_bank_account, SetupIntent.payment_method_options.us_bank_account, SetupIntentConfirmParams.payment_method_options.us_bank_account, SetupIntentCreateParams.payment_method_options.us_bank_account, SetupIntentUpdateParams.payment_method_options.us_bank_account, Subscription.payment_settings.payment_method_options.us_bank_account, SubscriptionCreateParams.payment_settings.payment_method_options.us_bank_account, and SubscriptionUpdateParams.payment_settings.payment_method_options.us_bank_account
      • Add support for financial_connections_account on PaymentIntentConfirmParams.payment_method_data.us_bank_account, PaymentIntentCreateParams.payment_method_data.us_bank_account, PaymentIntentUpdateParams.payment_method_data.us_bank_account, PaymentMethod.us_bank_account, PaymentMethodCreateParams.us_bank_account, SetupIntentConfirmParams.payment_method_data.us_bank_account, SetupIntentCreateParams.payment_method_data.us_bank_account, and SetupIntentUpdateParams.payment_method_data.us_bank_account
    • #1410 API Updates

      • Add support for registered_address on AccountCreateParams.individual, AccountUpdateParams.individual, PersonCreateParams, PersonUpdateParams, Person, TokenCreateParams.account.individual, and TokenCreateParams.person
      • Change type of PaymentIntent.amount_details.tip.amount from nullable(integer) to integer
      • Change PaymentIntent.amount_details.tip.amount to be optional
      • Add support for payment_method_data on SetupIntentConfirmParams, SetupIntentCreateParams, and SetupIntentUpdateParams
    • #1409 Update autoPagination tests to be hermetic.

    • #1411 Enable CI on beta branch

    See the changelog for more details.

  • 8.220.0 - 2022-05-03
    • #1407 API Updates
      • Add support for new resource CashBalance
      • Change type of BillingPortal.Configuration.application from $Application to deletable($Application)
      • Add support for alipay on Checkout.Session.payment_method_options and CheckoutSessionCreateParams.payment_method_options
      • Change type of CheckoutSessionCreateParams.payment_method_options.konbini.expires_after_days from emptyStringable(integer) to integer
      • Add support for new value eu_oss_vat on enums Checkout.Session.customer_details.tax_ids[].type, Invoice.customer_tax_ids[].type, and TaxId.type
      • Add support for new value eu_oss_vat on enums CustomerCreateParams.tax_id_data[].type, InvoiceUpcomingLinesParams.customer_details.tax_ids[].type, InvoiceUpcomingParams.customer_details.tax_ids[].type, and TaxIdCreateParams.type
      • Add support for cash_balance on Customer
      • Add support for application on Invoice, Quote, SubscriptionSchedule, and Subscription
    • #1403 Add tests for specifying a custom host on StripeMethod.

    See the changelog for more details.

  • 8.219.0 - 2022-04-21
    • #1398 API Updates
      • Add support for expire test helper method on resource Refund
      • Change type of BillingPortal.Configuration.application from string to expandable($Application)
      • Change IssuingDisputeCreateParams.transaction to be optional

    See the changelog for more details.

  • 8.218.0 - 2022-04-18
    • #1396 API Updates
      • Add support for new resources FundingInstructions and Terminal.Configuration
      • Add support for create_funding_instructions method on resource Customer
      • Add support for new value customer_balance as a payment method type.
      • Add support for customer_balance 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, and PaymentMethod
      • Add support for cash_balance on CustomerCreateParams and CustomerUpdateParams
      • Add support for amount_details on PaymentIntent
      • Add support for display_bank_transfer_instructions on PaymentIntent.next_action
      • Add support for configuration_overrides on Terminal.Location, TerminalLocationCreateParams, and TerminalLocationUpdateParams

    See the changelog for more details.

  • 8.217.0 - 2022-04-13
    • #1395 API Updates
      • Add support for increment_authorization method on resource PaymentIntent
      • Add support for incremental_authorization_supported on Charge.payment_method_details.card_present
      • Add support for request_incremental_authorization_support on PaymentIntent.payment_method_options.card_present, PaymentIntentConfirmParams.payment_method_options.card_present, PaymentIntentCreateParams.payment_method_options.card_present, and PaymentIntentUpdateParams.payment_method_options.card_present

    See the changelog for more details.

  • 8.216.0 - 2022-04-08
    • #1391 API Updates
      • Add support for apply_customer_balance method on resource PaymentIntent
      • Add support for new value cash_balance.funds_available on enums WebhookEndpointCreateParams.enabled_events[] and WebhookEndpointUpdateParams.enabled_events[]

    See the changelog for more details.

  • 8.215.0 - 2022-04-01
    • #1389 API Updates

      • Add support for bank_transfer_payments on Account.capabilities, AccountCreateParams.capabilities, and AccountUpdateParams.capabilities
      • Add support for capture_before on Charge.payment_method_details.card_present
      • Add support for address and name on Checkout.Session.customer_details
      • Add support for customer_balance on Invoice.payment_settings.payment_method_options, InvoiceCreateParams.payment_settings.payment_method_options, InvoiceUpdateParams.payment_settings.payment_method_options, Subscription.payment_settings.payment_method_options, SubscriptionCreateParams.payment_settings.payment_method_options, and SubscriptionUpdateParams.payment_settings.payment_method_options
      • Add support for new value customer_balance on enums Invoice.payment_settings.payment_method_types[], InvoiceCreateParams.payment_settings.payment_method_types[], InvoiceUpdateParams.payment_settings.payment_method_types[], Subscription.payment_settings.payment_method_types[], SubscriptionCreateParams.payment_settings.payment_method_types[], and SubscriptionUpdateParams.payment_settings.payment_method_types[]
      • Add support for request_extended_authorization on PaymentIntent.payment_method_options.card_present, PaymentIntentConfirmParams.payment_method_options.card_present, PaymentIntentCreateParams.payment_method_options.card_present, and PaymentIntentUpdateParams.payment_method_options.card_present
      • Add support for new values payment_intent.partially_funded, terminal.reader.action_failed, and terminal.reader.action_succeeded on enums WebhookEndpointCreateParams.enabled_events[] and WebhookEndpointUpdateParams.enabled_events[]
    • #1388 Stop sending Content-Length header for verbs which don't have bodies.

    See the changelog for more details.

  • 8.214.0 - 2022-03-30
    • #1386 API Updates
      • Add support for cancel_action, process_payment_intent, process_setup_intent, and set_reader_display methods on resource Terminal.Reader
      • Change Charge.failure_balance_transaction, Invoice.payment_settings.payment_method_options.us_bank_account, PaymentIntent.next_action.verify_with_microdeposits.microdeposit_type, SetupIntent.next_action.verify_with_microdeposits.microdeposit_type, and Subscription.payment_settings.payment_method_options.us_bank_account to be required
      • Add support for action on Terminal.Reader

    See the changelog for more details.

  • 8.213.0 - 2022-03-28
    • #1383 API Updates
      • Add support for Search API
        • Add support for search method on resources Charge, Customer, Invoice, PaymentIntent, Price, Product, and Subscription
    • #1384 Bump qs package to latest.

    See the changelog for more details.

  • 8.212.0 - 2022-03-25
  • 8.211.0 - 2022-03-23
  • 8.210.0 - 2022-03-18
from stripe GitHub release notes
Commit messages
Package name: stripe
  • 0bf569b Bump version to 8.222.0
  • ffe44f5 API Updates (#1414)
  • 59e8199 Bump version to 8.221.0
  • 1d4344a API Updates (#1413)
  • babff9b API Updates (#1410)
  • e615655 Update autoPagination tests to be hermetic. (#1409)
  • 350b3ea Enable CI on beta branch (#1411)
  • c19d2f4 Bump version to 8.220.0
  • 2ecd05f API Updates (#1407)
  • ef75904 Turn on automatic publishing (#1405)
  • 6f4a2dd Use npm config to set a token value (#1404)
  • 3795e63 Add node release action (#1399)
  • be60437 Add tests for specifying a custom host on StripeMethod. (#1403)
  • cb27753 Split CI into two stages (#1400)
  • b276930 Bump version to 8.219.0
  • 63c37c2 API Updates (#1398)
  • a5552ef Update issue templates
  • 723a005 Bump version to 8.218.0
  • 60cbe2c Codegen for openapi a8928d0 (#1396)
  • 0a0b997 Bump version to 8.217.0
  • 903d736 Codegen for openapi e0123a3 (#1395)
  • 09e0dcc Add support for updating the version of the repo (#1393)
  • 08d2e9f Bump version to 8.216.0
  • 4b6be0c Codegen for openapi fc5a2b9 (#1391)
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