mirror of
https://github.com/TryGhost/Ghost.git
synced 2023-12-13 21:00:40 +01:00
Update dependency jwks-rsa to v1.8.0
This commit is contained in:
parent
67d6f2dadb
commit
696879dca7
2 changed files with 13 additions and 6 deletions
|
@ -150,7 +150,7 @@
|
|||
"grunt-shell": "3.0.1",
|
||||
"grunt-subgrunt": "1.3.0",
|
||||
"grunt-update-submodules": "0.4.1",
|
||||
"jwks-rsa": "1.7.0",
|
||||
"jwks-rsa": "1.8.0",
|
||||
"mocha": "7.1.1",
|
||||
"mock-knex": "0.4.7",
|
||||
"nock": "12.0.3",
|
||||
|
|
17
yarn.lock
17
yarn.lock
|
@ -1107,6 +1107,13 @@ axios@^0.18.1:
|
|||
follow-redirects "1.5.10"
|
||||
is-buffer "^2.0.2"
|
||||
|
||||
axios@^0.19.2:
|
||||
version "0.19.2"
|
||||
resolved "https://registry.yarnpkg.com/axios/-/axios-0.19.2.tgz#3ea36c5d8818d0d5f8a8a97a6d36b86cdc00cb27"
|
||||
integrity sha512-fjgm5MvRHLhx+osE2xoekY70AhARk3a6hkN+3Io1jc00jtquGvxYlKlsFUhmUET0V5te6CcZI7lcv2Ym61mjHA==
|
||||
dependencies:
|
||||
follow-redirects "1.5.10"
|
||||
|
||||
bail@^1.0.0:
|
||||
version "1.0.4"
|
||||
resolved "https://registry.yarnpkg.com/bail/-/bail-1.0.4.tgz#7181b66d508aa3055d3f6c13f0a0c720641dde9b"
|
||||
|
@ -5105,18 +5112,18 @@ jwa@^1.4.1:
|
|||
ecdsa-sig-formatter "1.0.11"
|
||||
safe-buffer "^5.0.1"
|
||||
|
||||
jwks-rsa@1.7.0:
|
||||
version "1.7.0"
|
||||
resolved "https://registry.yarnpkg.com/jwks-rsa/-/jwks-rsa-1.7.0.tgz#5f3362bb428d72a5f40719b5e10785fa094d1a01"
|
||||
integrity sha512-tq7DVJt9J6wTvl9+AQfwZIiPSuY2Vf0F+MovfRTFuBqLB1xgDVhegD33ChEAQ6yBv9zFvUIyj4aiwrSA5VehUw==
|
||||
jwks-rsa@1.8.0:
|
||||
version "1.8.0"
|
||||
resolved "https://registry.yarnpkg.com/jwks-rsa/-/jwks-rsa-1.8.0.tgz#4b13d962f82128ed06e30c7cc9d3a04652c1ec7c"
|
||||
integrity sha512-+HYROHD5fsYQCNrJ37RSr2NjbN2/V9YT+yVF3oJxLmPIZWrmp1SOl1hMw2RcuNh+LGA2bGZIhRKGiMjhQa/b7Q==
|
||||
dependencies:
|
||||
"@types/express-jwt" "0.0.42"
|
||||
axios "^0.19.2"
|
||||
debug "^4.1.0"
|
||||
jsonwebtoken "^8.5.1"
|
||||
limiter "^1.1.4"
|
||||
lru-memoizer "^2.0.1"
|
||||
ms "^2.1.2"
|
||||
request "^2.88.0"
|
||||
|
||||
jws@^3.2.2:
|
||||
version "3.2.2"
|
||||
|
|
Loading…
Reference in a new issue