Skip to content

Commit 7b1f9c9

Browse files
committed
fix(deps): update dependency stripe to v7.5.3
1 parent 3c73be9 commit 7b1f9c9

File tree

3 files changed

+10
-11
lines changed

3 files changed

+10
-11
lines changed

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@moltin/sdk": "3.21.0",
3737
"micro": "9.3.4",
3838
"micro-cors": "0.1.1",
39-
"stripe": "7.1.0"
39+
"stripe": "7.5.3"
4040
},
4141
"devDependencies": {
4242
"husky": "2.4.0",

yarn.lock

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6299,14 +6299,13 @@ strip-json-comments@~2.0.1:
62996299
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
63006300
integrity sha1-PFMZQukIwml8DsNEhYwobHygpgo=
63016301

6302-
stripe@7.1.0:
6303-
version "7.1.0"
6304-
resolved "https://registry.yarnpkg.com/stripe/-/stripe-7.1.0.tgz#8e6ba9eefd9947c7e051b7cce23d224148293d1b"
6305-
integrity sha512-5xZE/HrQ1WjEds5+z6JfcLtXoEbOV5LxfIE0x8YACqqvelNVyW0aErfeUIFSjSgniEDLWvQalb1l2Bx2LQqV0w==
6302+
stripe@7.5.3:
6303+
version "7.5.3"
6304+
resolved "https://registry.yarnpkg.com/stripe/-/stripe-7.5.3.tgz#c37ac11e8b0a5bca28e0c07b6494f51bc3e32b2d"
6305+
integrity sha512-msdUeodNlx8ikr2oXKwaZ/wPZlwS/BiDbQCXcADK464de/YY4TseWied16Jwsyfb+WmdVZ92O9ToBHOqEPREdA==
63066306
dependencies:
63076307
lodash.isplainobject "^4.0.6"
63086308
qs "^6.6.0"
6309-
safe-buffer "^5.1.1"
63106309
uuid "^3.3.2"
63116310

63126311
supports-color@^5.0.0, supports-color@^5.3.0:

0 commit comments

Comments
 (0)