Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency stripe to v16 - autoclosed #497

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"@redwoodjs/graphql-server": "7.7.4",
"graphql-scalars": "1.23.0",
"nodemailer": "6.9.14",
"stripe": "12.18.0"
"stripe": "16.12.0"
}
}
20 changes: 5 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7138,7 +7138,7 @@ __metadata:
"@redwoodjs/graphql-server": 7.7.4
graphql-scalars: 1.23.0
nodemailer: 6.9.14
stripe: 12.18.0
stripe: 16.12.0
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -19795,23 +19795,13 @@ __metadata:
languageName: node
linkType: hard

"stripe@npm:12.18.0":
version: 12.18.0
resolution: "stripe@npm:12.18.0"
"stripe@npm:16.12.0, stripe@npm:>=11.18.0":
version: 16.12.0
resolution: "stripe@npm:16.12.0"
dependencies:
"@types/node": ">=8.1.0"
qs: ^6.11.0
checksum: 7ff4985ac02fe1722a304eb07a6894fa216e6ea57b86ba9ba7b51e58fa2eeead8026ad2691a0fbf8e07d2ce3ca767b0bee6ca29d75e72d5ed2744a7e5b400b2c
languageName: node
linkType: hard

"stripe@npm:>=11.18.0":
version: 15.12.0
resolution: "stripe@npm:15.12.0"
dependencies:
"@types/node": ">=8.1.0"
qs: ^6.11.0
checksum: 95de07b108b98388d2ead2dedc3fc371df55287c9e926385f95890c680d655234ba2832a23e11e283e946d44dac01868eec823ccf878628eb75f5baa67f08175
checksum: 0db277eb92236d7ea811a9100b7d9c5abdc663e0f72f73893bb8c78869c1b937aa4f8a16eea6c61365a5f8d3617ff1f2f3ae6a7aee4c8cacd6dcab8f3bdaab48
languageName: node
linkType: hard

Expand Down
Loading