Bump stripe from 20.4.1 to 22.2.0

Bumps [stripe](https://github.com/stripe/stripe-node) from 20.4.1 to 22.2.0.
- [Release notes](https://github.com/stripe/stripe-node/releases)
- [Changelog](https://github.com/stripe/stripe-node/blob/master/CHANGELOG.md)
- [Commits](https://github.com/stripe/stripe-node/compare/v20.4.1...v22.2.0)

---
updated-dependencies:
- dependency-name: stripe
  dependency-version: 22.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-05-29 01:43:42 +00:00
committed by GitHub
parent c74b423bae
commit 84d7a87609
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View File

@@ -90,7 +90,7 @@
"reodotdev": "1.1.0",
"semver": "7.8.1",
"sshpk": "1.18.0",
"stripe": "20.4.1",
"stripe": "22.2.0",
"swagger-ui-express": "5.0.1",
"tailwind-merge": "3.6.0",
"topojson-client": "3.1.0",
@@ -17314,15 +17314,15 @@
}
},
"node_modules/stripe": {
"version": "20.4.1",
"resolved": "https://registry.npmjs.org/stripe/-/stripe-20.4.1.tgz",
"integrity": "sha512-axCguHItc8Sxt0HC6aSkdVRPffjYPV7EQqZRb2GkIa8FzWDycE7nHJM19C6xAIynH1Qp1/BHiopSi96jGBxT0w==",
"version": "22.2.0",
"resolved": "https://registry.npmjs.org/stripe/-/stripe-22.2.0.tgz",
"integrity": "sha512-WFGpMOom9QZqso1kcnSwJsCdC1QHDlMoCOxBZRf3JraMzhkfw7dgSdD2a1CFZrqC+mzAfqeEtYILrZhWKIDruA==",
"license": "MIT",
"engines": {
"node": ">=16"
"node": ">=18"
},
"peerDependencies": {
"@types/node": ">=16"
"@types/node": ">=18"
},
"peerDependenciesMeta": {
"@types/node": {

View File

@@ -113,7 +113,7 @@
"reodotdev": "1.1.0",
"semver": "7.8.1",
"sshpk": "1.18.0",
"stripe": "20.4.1",
"stripe": "22.2.0",
"swagger-ui-express": "5.0.1",
"tailwind-merge": "3.6.0",
"topojson-client": "3.1.0",