Update dependency jwk-to-pem to v2.0.6

This commit is contained in:
renovate[bot] 2024-08-14 14:30:42 +00:00 committed by GitHub
parent f3e1ec7ddf
commit 0b3f1c1d18
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 10 deletions

View File

@ -23,7 +23,7 @@
"@tryghost/member-attribution": "0.0.0",
"@types/node-jose": "1.1.13",
"c8": "8.0.1",
"jwk-to-pem": "2.0.5",
"jwk-to-pem": "2.0.6",
"mocha": "10.2.0",
"nock": "13.3.3",
"should": "13.2.3",

View File

@ -14953,10 +14953,10 @@ element-resize-detector@1.2.4:
dependencies:
batch-processor "1.0.0"
elliptic@^6.5.3, elliptic@^6.5.4:
version "6.5.4"
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.4.tgz#da37cebd31e79a1367e941b592ed1fbebd58abbb"
integrity sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ==
elliptic@^6.5.3, elliptic@^6.5.7:
version "6.5.7"
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.7.tgz#8ec4da2cb2939926a1b9a73619d768207e647c8b"
integrity sha512-ESVCtTwiA+XhY3wyh24QqRGBoP3rEdDUl3EDUUo9tft074fi19IrdpH7hLCMMP3CIj7jb3W96rn8lt/BqIlt5Q==
dependencies:
bn.js "^4.11.9"
brorand "^1.1.0"
@ -21696,13 +21696,13 @@ jwa@^1.4.1:
ecdsa-sig-formatter "1.0.11"
safe-buffer "^5.0.1"
jwk-to-pem@2.0.5:
version "2.0.5"
resolved "https://registry.yarnpkg.com/jwk-to-pem/-/jwk-to-pem-2.0.5.tgz#151310bcfbcf731adc5ad9f379cbc8b395742906"
integrity sha512-L90jwellhO8jRKYwbssU9ifaMVqajzj3fpRjDKcsDzrslU9syRbFqfkXtT4B89HYAap+xsxNcxgBSB09ig+a7A==
jwk-to-pem@2.0.6:
version "2.0.6"
resolved "https://registry.yarnpkg.com/jwk-to-pem/-/jwk-to-pem-2.0.6.tgz#0810c03307e873d5c81faeb650408fa3ae91eb9c"
integrity sha512-zPC/5vjyR08TpknpTGW6Z3V3lDf9dU92oHbf0jJlG8tGOzslF9xk2UiO/seSx2llCUrNAe+AvmuGTICSXiYU7A==
dependencies:
asn1.js "^5.3.0"
elliptic "^6.5.4"
elliptic "^6.5.7"
safe-buffer "^5.0.1"
jwks-rsa@3.1.0: