Bump stripe from 18.2.1 to 20.0.0

Bumps [stripe](https://github.com/stripe/stripe-node) from 18.2.1 to 20.0.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/v18.2.1...v20.0.0)

---
updated-dependencies:
- dependency-name: stripe
  dependency-version: 20.0.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]
2025-12-08 01:25:10 +00:00
committed by GitHub
parent 44113ad93a
commit ccfff030e5
2 changed files with 8 additions and 7 deletions

13
package-lock.json generated
View File

@@ -95,7 +95,7 @@
"reodotdev": "^1.0.0", "reodotdev": "^1.0.0",
"resend": "^6.4.2", "resend": "^6.4.2",
"semver": "^7.7.3", "semver": "^7.7.3",
"stripe": "18.2.1", "stripe": "20.0.0",
"swagger-ui-express": "^5.0.1", "swagger-ui-express": "^5.0.1",
"tailwind-merge": "3.4.0", "tailwind-merge": "3.4.0",
"tw-animate-css": "^1.3.8", "tw-animate-css": "^1.3.8",
@@ -7109,6 +7109,7 @@
"resolved": "https://registry.npmjs.org/@react-email/text/-/text-0.1.5.tgz", "resolved": "https://registry.npmjs.org/@react-email/text/-/text-0.1.5.tgz",
"integrity": "sha512-o5PNHFSE085VMXayxH+SJ1LSOtGsTv+RpNKnTiJDrJUwoBu77G3PlKOsZZQHCNyD28WsQpl9v2WcJLbQudqwPg==", "integrity": "sha512-o5PNHFSE085VMXayxH+SJ1LSOtGsTv+RpNKnTiJDrJUwoBu77G3PlKOsZZQHCNyD28WsQpl9v2WcJLbQudqwPg==",
"license": "MIT", "license": "MIT",
"peer": true,
"engines": { "engines": {
"node": ">=18.0.0" "node": ">=18.0.0"
}, },
@@ -21579,18 +21580,18 @@
} }
}, },
"node_modules/stripe": { "node_modules/stripe": {
"version": "18.2.1", "version": "20.0.0",
"resolved": "https://registry.npmjs.org/stripe/-/stripe-18.2.1.tgz", "resolved": "https://registry.npmjs.org/stripe/-/stripe-20.0.0.tgz",
"integrity": "sha512-GwB1B7WSwEBzW4dilgyJruUYhbGMscrwuyHsPUmSRKrGHZ5poSh2oU9XKdii5BFVJzXHn35geRvGJ6R8bYcp8w==", "integrity": "sha512-EaZeWpbJOCcDytdjKSwdrL5BxzbDGNueiCfHjHXlPdBQvLqoxl6AAivC35SPzTmVXJb5duXQlXFGS45H0+e6Gg==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"qs": "^6.11.0" "qs": "^6.11.0"
}, },
"engines": { "engines": {
"node": ">=12.*" "node": ">=16"
}, },
"peerDependencies": { "peerDependencies": {
"@types/node": ">=12.x.x" "@types/node": ">=16"
}, },
"peerDependenciesMeta": { "peerDependenciesMeta": {
"@types/node": { "@types/node": {

View File

@@ -117,7 +117,7 @@
"reodotdev": "^1.0.0", "reodotdev": "^1.0.0",
"resend": "^6.4.2", "resend": "^6.4.2",
"semver": "^7.7.3", "semver": "^7.7.3",
"stripe": "18.2.1", "stripe": "20.0.0",
"swagger-ui-express": "^5.0.1", "swagger-ui-express": "^5.0.1",
"tailwind-merge": "3.4.0", "tailwind-merge": "3.4.0",
"tw-animate-css": "^1.3.8", "tw-animate-css": "^1.3.8",