mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Update dependency jwks-rsa to v1.12.3
This commit is contained in:
parent
68008baf0e
commit
fa89adda3b
2 changed files with 5 additions and 5 deletions
|
@ -158,7 +158,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.12.2",
|
"jwks-rsa": "1.12.3",
|
||||||
"mocha": "8.3.0",
|
"mocha": "8.3.0",
|
||||||
"mock-knex": "0.4.9",
|
"mock-knex": "0.4.9",
|
||||||
"nock": "13.0.9",
|
"nock": "13.0.9",
|
||||||
|
|
|
@ -5519,10 +5519,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.12.2:
|
jwks-rsa@1.12.3:
|
||||||
version "1.12.2"
|
version "1.12.3"
|
||||||
resolved "https://registry.yarnpkg.com/jwks-rsa/-/jwks-rsa-1.12.2.tgz#2299408256e7c9c66ed030a58a2ab080701f9aae"
|
resolved "https://registry.yarnpkg.com/jwks-rsa/-/jwks-rsa-1.12.3.tgz#40232f85d16734cb82837f38bb3e350a34435400"
|
||||||
integrity sha512-6gPo/mQUxXJt75oPtjhM3Jm3FSXnmwg73QDA8dpgP7YmIKlIY+2StngFxt4w4Y1podtSbtV3jttNOdctuxAX1Q==
|
integrity sha512-cFipFDeYYaO9FhhYJcZWX/IyZgc0+g316rcHnDpT2dNRNIE/lMOmWKKqp09TkJoYlNFzrEVODsR4GgXJMgWhnA==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@types/express-jwt" "0.0.42"
|
"@types/express-jwt" "0.0.42"
|
||||||
axios "^0.21.1"
|
axios "^0.21.1"
|
||||||
|
|
Loading…
Reference in a new issue