Skip to content

Commit

Permalink
fix(deps): update dependency stripe to v16.12.0 (#692)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 3, 2024
1 parent e61bbb1 commit 059c297
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apps/payment-api-v2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"aws-cdk-lib": "2.171.1",
"constructs": "10.4.2",
"hono": "4.6.12",
"stripe": "16.7.0"
"stripe": "16.12.0"
},
"devDependencies": {
"aws-cdk": "2.171.1",
Expand Down
8 changes: 4 additions & 4 deletions apps/payment-api-v2/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -806,10 +806,10 @@ strip-ansi@^6.0.1:
dependencies:
ansi-regex "^5.0.1"

stripe@16.7.0:
version "16.7.0"
resolved "https://registry.yarnpkg.com/stripe/-/stripe-16.7.0.tgz#606274193f7d0c60ec41728a47c8185741f2e4e9"
integrity sha512-BJCSEtqN8LJsPuPkjQmB/LlBl00uxi9FIPa6LNcF80ofMKqfnuervDhwWSZqCs6xJk/i9vx1D9lRoDnqSmym2w==
stripe@16.12.0:
version "16.12.0"
resolved "https://registry.yarnpkg.com/stripe/-/stripe-16.12.0.tgz#75e3d8f0f35bea14885cb3605a41d6afc182aa66"
integrity sha512-H7eFVLDxeTNNSn4JTRfL2//LzCbDrMSZ+2q1c7CanVWgK2qIW5TwS+0V7N9KcKZZNpYh/uCqK0PyZh/2UsaAtQ==
dependencies:
"@types/node" ">=8.1.0"
qs "^6.11.0"
Expand Down

0 comments on commit 059c297

Please sign in to comment.