From 82fdbedb97b65d81df611dd2aeae39875a4583be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 13:36:29 +0000 Subject: [PATCH] Bump stripe from 14.1.0 to 14.2.0 in /functions Bumps [stripe](https://github.com/stripe/stripe-node) from 14.1.0 to 14.2.0. - [Release notes](https://github.com/stripe/stripe-node/releases) - [Changelog](https://github.com/stripe/stripe-node/blob/master/CHANGELOG.md) - [Commits](https://github.com/stripe/stripe-node/compare/v14.1.0...v14.2.0) --- updated-dependencies: - dependency-name: stripe dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- functions/package.json | 2 +- functions/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/functions/package.json b/functions/package.json index 1991735bfc..84d816a16d 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 78cb714dba..575cd87b81 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"