diff --git a/functions/package.json b/functions/package.json index 059b56f99f..513cf4220f 100644 --- a/functions/package.json +++ b/functions/package.json @@ -46,7 +46,7 @@ "openai": "^4.12.4", "ramda": "^0.29.1", "semver": "^7.5.4", - "stripe": "^14.1.0", + "stripe": "^14.2.0", "uuid": "^9.0.1", "yup": "^1.2.0" }, diff --git a/functions/yarn.lock b/functions/yarn.lock index 11e20fb506..b61df3c018 100644 --- a/functions/yarn.lock +++ b/functions/yarn.lock @@ -8895,10 +8895,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@^14.1.0: - version "14.1.0" - resolved "https://registry.yarnpkg.com/stripe/-/stripe-14.1.0.tgz#e747a5c6a0c12f2bcdf0a8ab564e87c804cfa10f" - integrity sha512-hpI8OT7jbaVTGOm9bqeCbdVGwM/55Hetn+WpPGFSq7FmlnqLPB7CSZy2eNYU6ko+4tdur6ZMrDKS6wh1CCx8bw== +stripe@^14.2.0: + version "14.2.0" + resolved "https://registry.yarnpkg.com/stripe/-/stripe-14.2.0.tgz#e7a143d01ecd62ea5e5861f547d5ad74d7f92143" + integrity sha512-lMjDOyJbt+NVSDvkTathSP7uEV35l7oU8UrhBJrYD8lUi43BWujq8E9QHd3o9D2KPBR1Cze5DCw5s1btnLfdMA== dependencies: "@types/node" ">=8.1.0" qs "^6.11.0"