Skip to content

Commit fefdac0

Browse files
chore(deps): update dependency stripe to v18
1 parent f47ed34 commit fefdac0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bun.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -1050,7 +1050,7 @@
10501050
"@stacksjs/utils": "workspace:*",
10511051
"@stripe/stripe-js": "^6.1.0",
10521052
"@vue-stripe/vue-stripe": "^4.5.0",
1053-
"stripe": "^17.7.0",
1053+
"stripe": "^18.1.0",
10541054
},
10551055
},
10561056
"storage/framework/core/plugins": {
@@ -4992,7 +4992,7 @@
49924992

49934993
"strip-literal": ["strip-literal@2.1.1", "", { "dependencies": { "js-tokens": "^9.0.1" } }, "sha512-631UJ6O00eNGfMiWG78ck80dfBab8X6IVFB51jZK5Icd7XAs60Z5y7QdSd/wGIklnWvRbUNloVzhOKKmutxQ6Q=="],
49944994

4995-
"stripe": ["stripe@17.7.0", "", { "dependencies": { "@types/node": ">=8.1.0", "qs": "^6.11.0" } }, "sha512-aT2BU9KkizY9SATf14WhhYVv2uOapBWX0OFWF4xvcj1mPaNotlSc2CsxpS4DS46ZueSppmCF5BX1sNYBtwBvfw=="],
4995+
"stripe": ["stripe@18.1.0", "", { "dependencies": { "qs": "^6.11.0" }, "peerDependencies": { "@types/node": ">=12.x.x" }, "optionalPeers": ["@types/node"] }, "sha512-MLDiniPTHqcfIT3anyBPmOEcaiDhYa7/jRaNypQ3Rt2SJnayQZBvVbFghIziUCZdltGAndm/ZxVOSw6uuSCDig=="],
49964996

49974997
"strnum": ["strnum@1.1.2", "", {}, "sha512-vrN+B7DBIoTTZjnPNewwhx6cBA/H+IS7rfW68n7XxC1y7uoiGQBxaKzqucGUgavX15dJgiGztLJ8vxuEzwqBdA=="],
49984998

storage/framework/core/payments/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@
4747
"@stacksjs/utils": "workspace:*",
4848
"@stripe/stripe-js": "^6.1.0",
4949
"@vue-stripe/vue-stripe": "^4.5.0",
50-
"stripe": "^17.7.0"
50+
"stripe": "^18.1.0"
5151
}
5252
}

0 commit comments

Comments
 (0)