Browse Source

Upgrade stripe to version 20.4.1

pull/6631/head
Thomas Kaul 7 days ago
parent
commit
b346f96edb
  1. 2
      apps/api/src/app/subscription/subscription.service.ts
  2. 8
      package-lock.json
  3. 2
      package.json

2
apps/api/src/app/subscription/subscription.service.ts

@ -35,7 +35,7 @@ export class SubscriptionService {
this.stripe = new Stripe( this.stripe = new Stripe(
this.configurationService.get('STRIPE_SECRET_KEY'), this.configurationService.get('STRIPE_SECRET_KEY'),
{ {
apiVersion: '2026-01-28.clover' apiVersion: '2026-02-25.clover'
} }
); );
} }

8
package-lock.json

@ -89,7 +89,7 @@
"passport-openidconnect": "0.1.2", "passport-openidconnect": "0.1.2",
"reflect-metadata": "0.2.2", "reflect-metadata": "0.2.2",
"rxjs": "7.8.1", "rxjs": "7.8.1",
"stripe": "20.3.0", "stripe": "20.4.1",
"svgmap": "2.19.2", "svgmap": "2.19.2",
"tablemark": "4.1.0", "tablemark": "4.1.0",
"twitter-api-v2": "1.29.0", "twitter-api-v2": "1.29.0",
@ -32351,9 +32351,9 @@
} }
}, },
"node_modules/stripe": { "node_modules/stripe": {
"version": "20.3.0", "version": "20.4.1",
"resolved": "https://registry.npmjs.org/stripe/-/stripe-20.3.0.tgz", "resolved": "https://registry.npmjs.org/stripe/-/stripe-20.4.1.tgz",
"integrity": "sha512-DYzcmV1MfYhycr1GwjCjeQVYk9Gu8dpxyTlu7qeDCsuguug7oUTxPsUQuZeSf/OPzK7pofqobvOKVqAwlpgf/Q==", "integrity": "sha512-axCguHItc8Sxt0HC6aSkdVRPffjYPV7EQqZRb2GkIa8FzWDycE7nHJM19C6xAIynH1Qp1/BHiopSi96jGBxT0w==",
"license": "MIT", "license": "MIT",
"engines": { "engines": {
"node": ">=16" "node": ">=16"

2
package.json

@ -134,7 +134,7 @@
"passport-openidconnect": "0.1.2", "passport-openidconnect": "0.1.2",
"reflect-metadata": "0.2.2", "reflect-metadata": "0.2.2",
"rxjs": "7.8.1", "rxjs": "7.8.1",
"stripe": "20.3.0", "stripe": "20.4.1",
"svgmap": "2.19.2", "svgmap": "2.19.2",
"tablemark": "4.1.0", "tablemark": "4.1.0",
"twitter-api-v2": "1.29.0", "twitter-api-v2": "1.29.0",

Loading…
Cancel
Save