Browse Source

Upgrade stripe to version 21.0.1

pull/6795/head
Thomas Kaul 4 weeks ago
parent
commit
2688202274
  1. 2
      apps/api/src/app/subscription/subscription.service.ts
  2. 12
      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.configurationService.get('STRIPE_SECRET_KEY'),
{
apiVersion: '2026-02-25.clover'
apiVersion: '2026-03-25.dahlia'
}
);
}

12
package-lock.json

@ -90,7 +90,7 @@
"passport-openidconnect": "0.1.2",
"reflect-metadata": "0.2.2",
"rxjs": "7.8.1",
"stripe": "20.4.1",
"stripe": "21.0.1",
"svgmap": "2.19.3",
"tablemark": "4.1.0",
"twitter-api-v2": "1.29.0",
@ -36731,15 +36731,15 @@
}
},
"node_modules/stripe": {
"version": "20.4.1",
"resolved": "https://registry.npmjs.org/stripe/-/stripe-20.4.1.tgz",
"integrity": "sha512-axCguHItc8Sxt0HC6aSkdVRPffjYPV7EQqZRb2GkIa8FzWDycE7nHJM19C6xAIynH1Qp1/BHiopSi96jGBxT0w==",
"version": "21.0.1",
"resolved": "https://registry.npmjs.org/stripe/-/stripe-21.0.1.tgz",
"integrity": "sha512-ocv0j7dWttswDWV2XL/kb6+yiLpDXNXL3RQAOB5OB2kr49z0cEatdQc12+zP/j5nrXk6rAsT4N3y/NUvBbK7Pw==",
"license": "MIT",
"engines": {
"node": ">=16"
"node": ">=18"
},
"peerDependencies": {
"@types/node": ">=16"
"@types/node": ">=18"
},
"peerDependenciesMeta": {
"@types/node": {

2
package.json

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

Loading…
Cancel
Save