Skip to content

Commit

Permalink
fix(deps): update dependency stripe to v7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 18, 2019
1 parent 3c73be9 commit 071428d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@moltin/sdk": "3.21.0",
"micro": "9.3.4",
"micro-cors": "0.1.1",
"stripe": "7.1.0"
"stripe": "7.2.0"
},
"devDependencies": {
"husky": "2.4.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6299,10 +6299,10 @@ strip-json-comments@~2.0.1:
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
integrity sha1-PFMZQukIwml8DsNEhYwobHygpgo=

stripe@7.1.0:
version "7.1.0"
resolved "https://registry.yarnpkg.com/stripe/-/stripe-7.1.0.tgz#8e6ba9eefd9947c7e051b7cce23d224148293d1b"
integrity sha512-5xZE/HrQ1WjEds5+z6JfcLtXoEbOV5LxfIE0x8YACqqvelNVyW0aErfeUIFSjSgniEDLWvQalb1l2Bx2LQqV0w==
stripe@7.2.0:
version "7.2.0"
resolved "https://registry.yarnpkg.com/stripe/-/stripe-7.2.0.tgz#224a4fcb728b9ad978840e3c28cd984c9da46329"
integrity sha512-kpWYEXV5syPXVyTNtzdHEg6yFvVPwDJze5gu1KG9xWoSHaaPP2hJx1ihniRVNh0NZfS/PRPXIhLfPEifaq62Ng==
dependencies:
lodash.isplainobject "^4.0.6"
qs "^6.6.0"
Expand Down

0 comments on commit 071428d

Please sign in to comment.