Browse Source
Task/upgrade stripe to version 20.3.0 (#6273)
* Upgrade stripe to version 20.3.0
* Update changelog
pull/5998/merge
Thomas Kaul
5 days ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with
12 additions and
9 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 `20.1.0` to `20.3.0` |
|
|
|
|
|
|
|
|
## 2.235.0 - 2026-02-03 |
|
|
## 2.235.0 - 2026-02-03 |
|
|
|
|
|
|
|
|
### Added |
|
|
### Added |
|
|
|
|
|
@ -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: '2025-12-15.clover' |
|
|
apiVersion: '2026-01-28.clover' |
|
|
} |
|
|
} |
|
|
); |
|
|
); |
|
|
} |
|
|
} |
|
|
|
|
|
@ -85,7 +85,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.1.0", |
|
|
"stripe": "20.3.0", |
|
|
"svgmap": "2.14.0", |
|
|
"svgmap": "2.14.0", |
|
|
"tablemark": "4.1.0", |
|
|
"tablemark": "4.1.0", |
|
|
"twitter-api-v2": "1.27.0", |
|
|
"twitter-api-v2": "1.27.0", |
|
|
@ -32105,13 +32105,10 @@ |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
"node_modules/stripe": { |
|
|
"node_modules/stripe": { |
|
|
"version": "20.1.0", |
|
|
"version": "20.3.0", |
|
|
"resolved": "https://registry.npmjs.org/stripe/-/stripe-20.1.0.tgz", |
|
|
"resolved": "https://registry.npmjs.org/stripe/-/stripe-20.3.0.tgz", |
|
|
"integrity": "sha512-o1VNRuMkY76ZCq92U3EH3/XHm/WHp7AerpzDs4Zyo8uE5mFL4QUcv/2SudWsSnhBSp4moO2+ZoGCZ7mT8crPmQ==", |
|
|
"integrity": "sha512-DYzcmV1MfYhycr1GwjCjeQVYk9Gu8dpxyTlu7qeDCsuguug7oUTxPsUQuZeSf/OPzK7pofqobvOKVqAwlpgf/Q==", |
|
|
"license": "MIT", |
|
|
"license": "MIT", |
|
|
"dependencies": { |
|
|
|
|
|
"qs": "^6.11.0" |
|
|
|
|
|
}, |
|
|
|
|
|
"engines": { |
|
|
"engines": { |
|
|
"node": ">=16" |
|
|
"node": ">=16" |
|
|
}, |
|
|
}, |
|
|
|
|
|
@ -129,7 +129,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.1.0", |
|
|
"stripe": "20.3.0", |
|
|
"svgmap": "2.14.0", |
|
|
"svgmap": "2.14.0", |
|
|
"tablemark": "4.1.0", |
|
|
"tablemark": "4.1.0", |
|
|
"twitter-api-v2": "1.27.0", |
|
|
"twitter-api-v2": "1.27.0", |
|
|
|