diff --git a/plugins/auth-backend/package.json b/plugins/auth-backend/package.json index a0e0e0f56f..dfc1b6cd97 100644 --- a/plugins/auth-backend/package.json +++ b/plugins/auth-backend/package.json @@ -35,7 +35,7 @@ "fs-extra": "^9.0.0", "got": "^11.5.2", "helmet": "^4.0.0", - "jose": "^1.27.1", + "jose": "^3.2.0", "jwt-decode": "^3.1.0", "knex": "^0.21.6", "moment": "^2.26.0", diff --git a/yarn.lock b/yarn.lock index 5c2a8253d3..bbc292d6d0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -15149,13 +15149,6 @@ jest@^26.0.1: import-local "^3.0.2" jest-cli "^26.5.3" -jose@^1.27.1: - version "1.27.1" - resolved "https://registry.npmjs.org/jose/-/jose-1.27.1.tgz#a1de2ecb5b3ae1ae28f0d9d0cc536349ada27ec8" - integrity sha512-VyHM6IJPw0TTGqHVNlPWg16/ASDPAmcChcLqSb3WNBvwWFoWPeFqlmAUCm8/oIG1GjZwAlUDuRKFfycowarcVA== - dependencies: - "@panva/asn1.js" "^1.0.0" - jose@^2.0.2: version "2.0.2" resolved "https://registry.npmjs.org/jose/-/jose-2.0.2.tgz#fb22385b80c658cc7a0cae05b7086c04c6be49f4" @@ -15163,6 +15156,11 @@ jose@^2.0.2: dependencies: "@panva/asn1.js" "^1.0.0" +jose@^3.2.0: + version "3.2.0" + resolved "https://registry.npmjs.org/jose/-/jose-3.2.0.tgz#cdf41918c00a1511cbbb89667ef033c68b1015ef" + integrity sha512-H7Ho/MP9YBiFTHibyvak8rxn+gSr9ZngUEcvnk5XxoPF4Ler05z3NtRZrU0VzjRx6J00YZgZ7VSgsuPWtE/LFw== + joycon@^2.2.5: version "2.2.5" resolved "https://registry.npmjs.org/joycon/-/joycon-2.2.5.tgz#8d4cf4cbb2544d7b7583c216fcdfec19f6be1615"