mirror of
https://github.com/TryGhost/Ghost.git
synced 2023-12-13 21:00:40 +01:00
Update dependency stripe to v7
This commit is contained in:
parent
bd0e5588be
commit
a2473cbb42
2 changed files with 9 additions and 7 deletions
|
@ -118,7 +118,7 @@
|
|||
"semver": "6.2.0",
|
||||
"simple-dom": "0.3.2",
|
||||
"simple-html-tokenizer": "0.5.7",
|
||||
"stripe": "^6.22.0",
|
||||
"stripe": "^7.0.0",
|
||||
"uuid": "3.3.2",
|
||||
"validator": "6.3.0",
|
||||
"xml": "1.0.1"
|
||||
|
|
14
yarn.lock
14
yarn.lock
|
@ -5927,11 +5927,11 @@ q@^1.1.2:
|
|||
version "1.5.1"
|
||||
resolved "https://registry.yarnpkg.com/q/-/q-1.5.1.tgz#7e32f75b41381291d04611f1bf14109ac00651d7"
|
||||
|
||||
qs@6.5.2, qs@~6.5.1, qs@~6.5.2:
|
||||
qs@6.5.2, qs@~6.5.2:
|
||||
version "6.5.2"
|
||||
resolved "https://registry.yarnpkg.com/qs/-/qs-6.5.2.tgz#cb3ae806e8740444584ef154ce8ee98d403f3e36"
|
||||
|
||||
qs@6.7.0:
|
||||
qs@6.7.0, qs@^6.6.0:
|
||||
version "6.7.0"
|
||||
resolved "https://registry.yarnpkg.com/qs/-/qs-6.7.0.tgz#41dc1a015e3d581f1621776be31afb2876a9b1bc"
|
||||
integrity sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==
|
||||
|
@ -6976,13 +6976,15 @@ strip-json-comments@^2.0.1, strip-json-comments@~2.0.1:
|
|||
version "2.0.1"
|
||||
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
|
||||
|
||||
stripe@^6.22.0:
|
||||
version "6.22.0"
|
||||
resolved "https://registry.yarnpkg.com/stripe/-/stripe-6.22.0.tgz#8c1956b04bbbaa736581ff56987feafabd8deff1"
|
||||
stripe@^7.0.0:
|
||||
version "7.4.0"
|
||||
resolved "https://registry.yarnpkg.com/stripe/-/stripe-7.4.0.tgz#d40834f7763ebe775fe944db94bd3f31f291b0fc"
|
||||
integrity sha512-eurSZJw45MvnV7PjmFHMgJMkCihHgqGHr11OHpFdMh+5CCyYvbVlA5uP5VoVQakhYjSLCObs0dbXtGYhIAMKvw==
|
||||
dependencies:
|
||||
lodash.isplainobject "^4.0.6"
|
||||
qs "~6.5.1"
|
||||
qs "^6.6.0"
|
||||
safe-buffer "^5.1.1"
|
||||
uuid "^3.3.2"
|
||||
|
||||
superagent@^3.8.3:
|
||||
version "3.8.3"
|
||||
|
|
Loading…
Reference in a new issue