mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Update dependency jwks-rsa to v1.12.0
This commit is contained in:
parent
3d4f5b5ee5
commit
e91f740ade
2 changed files with 5 additions and 5 deletions
|
@ -160,7 +160,7 @@
|
||||||
"grunt-shell": "3.0.1",
|
"grunt-shell": "3.0.1",
|
||||||
"grunt-subgrunt": "1.3.0",
|
"grunt-subgrunt": "1.3.0",
|
||||||
"grunt-update-submodules": "0.4.1",
|
"grunt-update-submodules": "0.4.1",
|
||||||
"jwks-rsa": "1.11.0",
|
"jwks-rsa": "1.12.0",
|
||||||
"mocha": "8.2.1",
|
"mocha": "8.2.1",
|
||||||
"mock-knex": "0.4.9",
|
"mock-knex": "0.4.9",
|
||||||
"nock": "13.0.5",
|
"nock": "13.0.5",
|
||||||
|
|
|
@ -5394,10 +5394,10 @@ jwa@^1.4.1:
|
||||||
ecdsa-sig-formatter "1.0.11"
|
ecdsa-sig-formatter "1.0.11"
|
||||||
safe-buffer "^5.0.1"
|
safe-buffer "^5.0.1"
|
||||||
|
|
||||||
jwks-rsa@1.11.0:
|
jwks-rsa@1.12.0:
|
||||||
version "1.11.0"
|
version "1.12.0"
|
||||||
resolved "https://registry.yarnpkg.com/jwks-rsa/-/jwks-rsa-1.11.0.tgz#c7160a1457d7aab2da0148253854948c51baf87a"
|
resolved "https://registry.yarnpkg.com/jwks-rsa/-/jwks-rsa-1.12.0.tgz#6bfa20c6673abf15c2ff0806edc0a15b3f2f5969"
|
||||||
integrity sha512-G7ZgXZ3dlGbOUBQwgF+U/SVzOlI9KxJ9Uzp61bue2S5TV0h7c+kJRCl3bEPkC5PVmeu7/h82B3uQALVJMjzt/Q==
|
integrity sha512-6zKwlhnGQo+KivArZQThGoxrliRZgyC8s6yXDFSNRiMEVm+4jv07nBkVPFoaN/rEX0b47GKm5MSyBmuzGjj6wg==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@types/express-jwt" "0.0.42"
|
"@types/express-jwt" "0.0.42"
|
||||||
axios "^0.19.2"
|
axios "^0.19.2"
|
||||||
|
|
Loading…
Reference in a new issue