diff --git a/package.json b/package.json index e051df66..82d6ad9a 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "react": "^17.0.2", "react-dom": "^17.0.2", "request-ip": "^3.3.0", - "stripe": "^9.13.0" + "stripe": "^11.13.0" }, "devDependencies": { "@amaurym/config": "^1.3.6", diff --git a/yarn.lock b/yarn.lock index a85f0fbf..8b03c0a8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4028,10 +4028,10 @@ pupa@^2.1.1: dependencies: escape-goat "^2.0.0" -qs@^6.10.3: - version "6.10.3" - resolved "https://registry.yarnpkg.com/qs/-/qs-6.10.3.tgz#d6cde1b2ffca87b5aa57889816c5f81535e22e8e" - integrity sha512-wr7M2E0OFRfIfJZjKGieI8lBKb7fRCH4Fv5KNPEs7gJ8jadvotdsS08PzOKR7opXhZ/Xkjtt3WF9g38drmyRqQ== +qs@^6.11.0: + version "6.11.0" + resolved "https://registry.yarnpkg.com/qs/-/qs-6.11.0.tgz#fd0d963446f7a65e1367e01abd85429453f0c37a" + integrity sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q== dependencies: side-channel "^1.0.4" @@ -4611,13 +4611,13 @@ 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@^9.13.0: - version "9.13.0" - resolved "https://registry.yarnpkg.com/stripe/-/stripe-9.13.0.tgz#eea108bf522c8a13089c1c32e757cfc274027e6f" - integrity sha512-PSxYaoaIoFwziNR4dmR6uw20UUmOM9ixtd8fML/gRWlPHsqi3FSGEszR//AttRjihRj+1SfjI5V/x6hhQZBTUA== +stripe@^11.13.0: + version "11.13.0" + resolved "https://registry.yarnpkg.com/stripe/-/stripe-11.13.0.tgz#c930f618b3a111a7618cd582cd8c7a7e54aaaf9e" + integrity sha512-Jx0nDbdvRsTtDSX5OFQ+4rLmYIftoiOE9HAXWIgyhAz1QjRFI3UIiJ/kCyhkdJBoHu019O5Ya6EmQ5Zf635XDw== dependencies: "@types/node" ">=8.1.0" - qs "^6.10.3" + qs "^6.11.0" styled-jsx@3.3.0: version "3.3.0"