From 0b3f1c1d18bd1c653e307c2610b8a3fd29676ccc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 14:30:42 +0000 Subject: [PATCH] Update dependency jwk-to-pem to v2.0.6 --- ghost/members-api/package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/ghost/members-api/package.json b/ghost/members-api/package.json index e6cb3a542e..4bc9499a1b 100644 --- a/ghost/members-api/package.json +++ b/ghost/members-api/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index 0a5f4012ab..a551a585fc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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: