Skip to content

Commit 3a0d25c

Browse files
Update dependency stripe to v20
1 parent 69d1ef0 commit 3a0d25c

File tree

2 files changed

+7
-10
lines changed

2 files changed

+7
-10
lines changed

packages/mg-stripe/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"child_process": "1.0.2",
5555
"inquirer": "12.11.1",
5656
"ora": "9.1.0",
57-
"stripe": "12.18.0",
57+
"stripe": "20.3.0",
5858
"sywac": "1.3.0",
5959
"util": "0.12.5"
6060
}

yarn.lock

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4206,7 +4206,7 @@
42064206
resolved "https://registry.yarnpkg.com/@types/ms/-/ms-2.1.0.tgz#052aa67a48eccc4309d7f0191b7e41434b90bb78"
42074207
integrity sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==
42084208

4209-
"@types/node@*", "@types/node@>=8.1.0":
4209+
"@types/node@*":
42104210
version "25.2.0"
42114211
resolved "https://registry.yarnpkg.com/@types/node/-/node-25.2.0.tgz#015b7d228470c1dcbfc17fe9c63039d216b4d782"
42124212
integrity sha512-DZ8VwRFUNzuqJ5khrvwMXHmvPe+zGayJhr2CDNiKB1WBE1ST8Djl00D0IC4vvNmHMdj6DlbYRIaFE7WHjlDl5w==
@@ -10122,7 +10122,7 @@ pure-rand@^7.0.0:
1012210122
resolved "https://registry.yarnpkg.com/pure-rand/-/pure-rand-7.0.1.tgz#6f53a5a9e3e4a47445822af96821ca509ed37566"
1012310123
integrity sha512-oTUZM/NAZS8p7ANR3SHh30kXB+zK2r2BPcEn/awJIbOvq82WoMN4p62AWWp3Hhw50G0xMsw1mhIBLqHw64EcNQ==
1012410124

10125-
qs@^6.11.0, qs@^6.6.0:
10125+
qs@^6.6.0:
1012610126
version "6.14.1"
1012710127
resolved "https://registry.yarnpkg.com/qs/-/qs-6.14.1.tgz#a41d85b9d3902f31d27861790506294881871159"
1012810128
integrity sha512-4EK3+xJl8Ts67nLYNwqw/dsFVnCf+qR7RgXSK9jEEm9unao3njwMDdmsdvoKBKHzxd7tCYz5e5M+SnMjdtXGQQ==
@@ -11190,13 +11190,10 @@ strip-json-comments@~2.0.1:
1119011190
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
1119111191
integrity sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==
1119211192

11193-
stripe@12.18.0:
11194-
version "12.18.0"
11195-
resolved "https://registry.yarnpkg.com/stripe/-/stripe-12.18.0.tgz#1190aec3cf075d0611287046386bf0c0d165db69"
11196-
integrity sha512-cYjgBM2SY/dTm8Lr6eMyyONaHTZHA/QjHxFUIW5WH8FevSRIGAVtXEmBkUXF1fsqe7QvvRgQSGSJZmjDacegGg==
11197-
dependencies:
11198-
"@types/node" ">=8.1.0"
11199-
qs "^6.11.0"
11193+
stripe@20.3.0:
11194+
version "20.3.0"
11195+
resolved "https://registry.yarnpkg.com/stripe/-/stripe-20.3.0.tgz#4f76e6583478bf5f9c713837ffb602bd2064fd66"
11196+
integrity sha512-DYzcmV1MfYhycr1GwjCjeQVYk9Gu8dpxyTlu7qeDCsuguug7oUTxPsUQuZeSf/OPzK7pofqobvOKVqAwlpgf/Q==
1120011197

1120111198
strtok3@^10.3.4:
1120211199
version "10.3.4"

0 commit comments

Comments
 (0)