Browse Source

Upgrade Stripe dependencies

pull/4662/head
Thomas Kaul 4 months ago
parent
commit
a7659b7228
  1. 2
      apps/api/src/app/subscription/subscription.service.ts
  2. 25
      package-lock.json
  3. 4
      package.json

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

@ -32,7 +32,7 @@ export class SubscriptionService {
this.stripe = new Stripe(
this.configurationService.get('STRIPE_SECRET_KEY'),
{
apiVersion: '2025-04-30.basil'
apiVersion: '2025-02-24.acacia'
}
);
}

25
package-lock.json

@ -45,7 +45,7 @@
"@prisma/client": "6.8.2",
"@simplewebauthn/browser": "13.1.0",
"@simplewebauthn/server": "13.1.1",
"@stripe/stripe-js": "7.3.0",
"@stripe/stripe-js": "6.1.0",
"alphavantage": "2.2.0",
"big.js": "6.2.2",
"bootstrap": "4.6.2",
@ -85,7 +85,7 @@
"passport-jwt": "4.0.1",
"reflect-metadata": "0.2.2",
"rxjs": "7.8.1",
"stripe": "18.1.0",
"stripe": "17.7.0",
"svgmap": "2.12.2",
"twitter-api-v2": "1.23.0",
"uuid": "11.1.0",
@ -12113,9 +12113,9 @@
}
},
"node_modules/@stripe/stripe-js": {
"version": "7.3.0",
"resolved": "https://registry.npmjs.org/@stripe/stripe-js/-/stripe-js-7.3.0.tgz",
"integrity": "sha512-xnCyFIEI5SQnQrKkCxVj7nS5fWTZap+zuIGzmmxLMdlmgahFJaihK4zogqE8YyKKTLtrp/EldkEijSgtXsRVDg==",
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/@stripe/stripe-js/-/stripe-js-6.1.0.tgz",
"integrity": "sha512-/5zxRol+MU4I7fjZXPxP2M6E1nuHOxAzoc0tOEC/TLnC31Gzc+5EE93mIjoAnu28O1Sqpl7/BkceDHwnGmn75A==",
"license": "MIT",
"engines": {
"node": ">=12.16"
@ -32716,23 +32716,16 @@
}
},
"node_modules/stripe": {
"version": "18.1.0",
"resolved": "https://registry.npmjs.org/stripe/-/stripe-18.1.0.tgz",
"integrity": "sha512-MLDiniPTHqcfIT3anyBPmOEcaiDhYa7/jRaNypQ3Rt2SJnayQZBvVbFghIziUCZdltGAndm/ZxVOSw6uuSCDig==",
"version": "17.7.0",
"resolved": "https://registry.npmjs.org/stripe/-/stripe-17.7.0.tgz",
"integrity": "sha512-aT2BU9KkizY9SATf14WhhYVv2uOapBWX0OFWF4xvcj1mPaNotlSc2CsxpS4DS46ZueSppmCF5BX1sNYBtwBvfw==",
"license": "MIT",
"dependencies": {
"@types/node": ">=8.1.0",
"qs": "^6.11.0"
},
"engines": {
"node": ">=12.*"
},
"peerDependencies": {
"@types/node": ">=12.x.x"
},
"peerDependenciesMeta": {
"@types/node": {
"optional": true
}
}
},
"node_modules/strtok3": {

4
package.json

@ -91,7 +91,7 @@
"@prisma/client": "6.8.2",
"@simplewebauthn/browser": "13.1.0",
"@simplewebauthn/server": "13.1.1",
"@stripe/stripe-js": "7.3.0",
"@stripe/stripe-js": "6.1.0",
"alphavantage": "2.2.0",
"big.js": "6.2.2",
"bootstrap": "4.6.2",
@ -131,7 +131,7 @@
"passport-jwt": "4.0.1",
"reflect-metadata": "0.2.2",
"rxjs": "7.8.1",
"stripe": "18.1.0",
"stripe": "17.7.0",
"svgmap": "2.12.2",
"twitter-api-v2": "1.23.0",
"uuid": "11.1.0",

Loading…
Cancel
Save