Browse Source
Task/upgrade Stripe to version 22 (#7184)
* Upgrade Stripe to version 22
* Update changelog
pull/7220/head^2
Shaik Aftab
2 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with
12 additions and
6 deletions
-
CHANGELOG.md
-
apps/api/src/app/subscription/subscription.service.ts
-
package-lock.json
-
package.json
|
|
@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. |
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
|
|
|
|
|
|
|
|
|
|
|
## Unreleased |
|
|
|
|
|
|
|
|
|
|
|
### Changed |
|
|
|
|
|
|
|
|
|
|
|
- Upgraded `stripe` from version `21.0.1` to `22.2.3` |
|
|
|
|
|
|
|
|
## 3.20.0 - 2026-07-04 |
|
|
## 3.20.0 - 2026-07-04 |
|
|
|
|
|
|
|
|
### Changed |
|
|
### Changed |
|
|
|
|
|
@ -37,7 +37,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-03-25.dahlia' |
|
|
apiVersion: '2026-05-27.dahlia' |
|
|
} |
|
|
} |
|
|
); |
|
|
); |
|
|
} |
|
|
} |
|
|
|
|
|
@ -90,7 +90,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": "21.0.1", |
|
|
"stripe": "22.2.3", |
|
|
"svgmap": "2.21.0", |
|
|
"svgmap": "2.21.0", |
|
|
"tablemark": "4.1.0", |
|
|
"tablemark": "4.1.0", |
|
|
"twitter-api-v2": "1.29.0", |
|
|
"twitter-api-v2": "1.29.0", |
|
|
@ -32298,9 +32298,9 @@ |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
"node_modules/stripe": { |
|
|
"node_modules/stripe": { |
|
|
"version": "21.0.1", |
|
|
"version": "22.2.3", |
|
|
"resolved": "https://registry.npmjs.org/stripe/-/stripe-21.0.1.tgz", |
|
|
"resolved": "https://registry.npmjs.org/stripe/-/stripe-22.2.3.tgz", |
|
|
"integrity": "sha512-ocv0j7dWttswDWV2XL/kb6+yiLpDXNXL3RQAOB5OB2kr49z0cEatdQc12+zP/j5nrXk6rAsT4N3y/NUvBbK7Pw==", |
|
|
"integrity": "sha512-9lrggvLtjO4Ef5WXH4t50ckHJcJgTD72xFB+KJgZCSszAH9zMV1BqU6PwmWbRLdcdX7LK6PbErBapiGK7pIb+g==", |
|
|
"license": "MIT", |
|
|
"license": "MIT", |
|
|
"engines": { |
|
|
"engines": { |
|
|
"node": ">=18" |
|
|
"node": ">=18" |
|
|
|
|
|
@ -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": "21.0.1", |
|
|
"stripe": "22.2.3", |
|
|
"svgmap": "2.21.0", |
|
|
"svgmap": "2.21.0", |
|
|
"tablemark": "4.1.0", |
|
|
"tablemark": "4.1.0", |
|
|
"twitter-api-v2": "1.29.0", |
|
|
"twitter-api-v2": "1.29.0", |
|
|
|