File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 103
103
"@prisma/client" : " ^5.19.1" ,
104
104
"@types/lodash" : " ^4.14.202" ,
105
105
"lodash" : " ^4.17.21" ,
106
- "prisma" : " ^5.21.0"
106
+ "prisma" : " ^5.21.0" ,
107
+ "stripe" : " ^17.4.0"
107
108
},
108
109
"devDependencies" : {
109
110
"@types/node" : " ^22.0.0" ,
Original file line number Diff line number Diff line change @@ -2802,6 +2802,7 @@ __metadata:
2802
2802
lodash: "npm:^4.17.21"
2803
2803
npm-run-all: "npm:^4.1.5"
2804
2804
prisma: "npm:^5.21.0"
2805
+ stripe: "npm:^17.4.0"
2805
2806
turbo: "npm:^2.3.0"
2806
2807
typescript: "npm:5.5.4"
2807
2808
languageName: unknown
@@ -31331,6 +31332,16 @@ __metadata:
31331
31332
languageName: node
31332
31333
linkType: hard
31333
31334
31335
+ "stripe@npm:^17.4.0":
31336
+ version: 17.4.0
31337
+ resolution: "stripe@npm:17.4.0"
31338
+ dependencies:
31339
+ "@types/node": "npm:>=8.1.0"
31340
+ qs: "npm:^6.11.0"
31341
+ checksum: 10c0/bae24fc8c7b464f26f0b03f278007ef08e7fda31215fd5547521edb18e681615fc20023661f881340b8bcc46b6fdb3fd8e306cb76599fcab49231407932ad990
31342
+ languageName: node
31343
+ linkType: hard
31344
+
31334
31345
"strnum@npm:^1.0.5":
31335
31346
version: 1.0.5
31336
31347
resolution: "strnum@npm:1.0.5"
You can’t perform that action at this time.
0 commit comments