From 989354a7bd157af7dfd5ba5a4e8b0da6be913551 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 19:14:09 +0000 Subject: [PATCH] fix(deps): update dependency stripe to v17 --- packages/mg-stripe/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/mg-stripe/package.json b/packages/mg-stripe/package.json index 54ad56071..f4a3501b2 100644 --- a/packages/mg-stripe/package.json +++ b/packages/mg-stripe/package.json @@ -48,7 +48,7 @@ "child_process": "1.0.2", "inquirer": "10.2.2", "ora": "8.1.0", - "stripe": "12.18.0", + "stripe": "17.2.1", "sywac": "1.3.0", "util": "0.12.5" } diff --git a/yarn.lock b/yarn.lock index c10a3d3a7..7f5222dbc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10752,10 +10752,10 @@ strip-json-comments@~2.0.1: resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a" integrity sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ== -stripe@12.18.0: - version "12.18.0" - resolved "https://registry.yarnpkg.com/stripe/-/stripe-12.18.0.tgz#1190aec3cf075d0611287046386bf0c0d165db69" - integrity sha512-cYjgBM2SY/dTm8Lr6eMyyONaHTZHA/QjHxFUIW5WH8FevSRIGAVtXEmBkUXF1fsqe7QvvRgQSGSJZmjDacegGg== +stripe@17.2.1: + version "17.2.1" + resolved "https://registry.yarnpkg.com/stripe/-/stripe-17.2.1.tgz#8f1ea25c31df92245e5747e121ca0fe1e90f1c2e" + integrity sha512-Mwb0SitV/UjxTLSUiTlUQ0VDE/gfyQ7OHDGdvDdvKIH4CNNqobPKlzlWhoZHFFU0OA/YsZyBtPULK4JG86BAAg== dependencies: "@types/node" ">=8.1.0" qs "^6.11.0"