diff --git a/functions/package.json b/functions/package.json index 0c9e594436..46be759f4f 100644 --- a/functions/package.json +++ b/functions/package.json @@ -45,7 +45,7 @@ "openai": "^4.73.1", "ramda": "^0.30.1", "semver": "^7.6.3", - "stripe": "^16.11.0", + "stripe": "^17.5.0", "uuid": "^10.0.0", "yup": "^1.4.0" }, diff --git a/functions/yarn.lock b/functions/yarn.lock index d7cad823e1..5e1ecc4d8e 100644 --- a/functions/yarn.lock +++ b/functions/yarn.lock @@ -8608,20 +8608,13 @@ pupa@^2.1.1: dependencies: escape-goat "^2.0.0" -qs@6.13.0: +qs@6.13.0, qs@^6.11.0, qs@^6.5.2, qs@^6.6.0, qs@^6.7.0: version "6.13.0" resolved "https://registry.yarnpkg.com/qs/-/qs-6.13.0.tgz#6ca3bd58439f7e245655798997787b0d88a51906" integrity sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg== dependencies: side-channel "^1.0.6" -qs@^6.11.0, qs@^6.5.2, qs@^6.6.0, qs@^6.7.0: - version "6.11.0" - resolved "https://registry.yarnpkg.com/qs/-/qs-6.11.0.tgz#fd0d963446f7a65e1367e01abd85429453f0c37a" - integrity sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q== - dependencies: - side-channel "^1.0.4" - queue-microtask@^1.2.2: version "1.2.3" resolved "https://registry.yarnpkg.com/queue-microtask/-/queue-microtask-1.2.3.tgz#4929228bbc724dfac43e0efb058caf7b6cfb6243" @@ -9528,10 +9521,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@^16.11.0: - version "16.11.0" - resolved "https://registry.yarnpkg.com/stripe/-/stripe-16.11.0.tgz#dc2579122aadff4ab98ff5de993f990e6dc1fc88" - integrity sha512-Rl4S2UAU/uWr3diETk3wkpXSe7LBPJ4BdXRzto5XVGGUhvLi8Q0MShwI5yhPH6Cdv2kmLu/Yl14QMlHgeRp7Qw== +stripe@^17.5.0: + version "17.5.0" + resolved "https://registry.yarnpkg.com/stripe/-/stripe-17.5.0.tgz#17f73e4901ec30dd0c58b7ad42277c102b0687ae" + integrity sha512-kcyeAkDFjGsVl17FqnG7q/+xIjt0ZjOo9Dm+q8deAvs2Xe4iAHrhxyoP4etUVFc+/LZJANjIPVR+ZOnt9hr/Ug== dependencies: "@types/node" ">=8.1.0" qs "^6.11.0"