Bump stripe from 14.20.0 to 14.21.0

Bumps [stripe](https://github.com/stripe/stripe-node) from 14.20.0 to 14.21.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/v14.20.0...v14.21.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-03-15 21:04:12 +00:00 committed by GitHub
parent bdb5925975
commit f4c244dcd1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -35,7 +35,7 @@
"react-day-picker": "^8.10.0", "react-day-picker": "^8.10.0",
"react-dom": "^18", "react-dom": "^18",
"sonner": "^1.4.3", "sonner": "^1.4.3",
"stripe": "^14.20.0", "stripe": "^14.21.0",
"tailwind-merge": "^2.2.0", "tailwind-merge": "^2.2.0",
"tailwindcss-animate": "^1.0.7", "tailwindcss-animate": "^1.0.7",
"unsplash-js": "^7.0.19", "unsplash-js": "^7.0.19",
@ -6222,9 +6222,9 @@
} }
}, },
"node_modules/stripe": { "node_modules/stripe": {
"version": "14.20.0", "version": "14.21.0",
"resolved": "https://registry.npmjs.org/stripe/-/stripe-14.20.0.tgz", "resolved": "https://registry.npmjs.org/stripe/-/stripe-14.21.0.tgz",
"integrity": "sha512-+3EP8GSWnKVHNATChhDzwAKk3nqSJKQOf2Q+dMGdgEk2sQXWYoA8GXY0A1TjL0m6895FVNavgvno6+0+6lC+kw==", "integrity": "sha512-PFmpl35Myn6UDdVLTHcuppdbkPVvlQfkMHOmgGZh5QOdSUxVmvz090Z4obLg8ta1MNs1PNpzr9i7E39iAIv07A==",
"dependencies": { "dependencies": {
"@types/node": ">=8.1.0", "@types/node": ">=8.1.0",
"qs": "^6.11.0" "qs": "^6.11.0"

View file

@ -38,7 +38,7 @@
"react-day-picker": "^8.10.0", "react-day-picker": "^8.10.0",
"react-dom": "^18", "react-dom": "^18",
"sonner": "^1.4.3", "sonner": "^1.4.3",
"stripe": "^14.20.0", "stripe": "^14.21.0",
"tailwind-merge": "^2.2.0", "tailwind-merge": "^2.2.0",
"tailwindcss-animate": "^1.0.7", "tailwindcss-animate": "^1.0.7",
"unsplash-js": "^7.0.19", "unsplash-js": "^7.0.19",