From e1f9c2f679c544d48416c91b5490b096db318cd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Feb 2021 15:02:24 +0000 Subject: [PATCH] [DEPENDABOT]: Bump stripe from 6.36.0 to 8.137.0 Bumps [stripe](https://github.com/stripe/stripe-node) from 6.36.0 to 8.137.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/v6.36.0...v8.137.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cbcd504..139ac43 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "dotenv": "^7.0.0", - "stripe": "^6.36.0" + "stripe": "^8.137.0" }, "devDependencies": { "@types/node": "^14.14.25",