From 462591800b5c69fa11baf219dbe5ccb9a34ca932 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Dec 2020 04:45:43 +0000 Subject: [PATCH 1/2] build(deps): bump jose from 1.27.1 to 3.2.0 Bumps [jose](https://github.com/panva/jose) from 1.27.1 to 3.2.0. - [Release notes](https://github.com/panva/jose/releases) - [Changelog](https://github.com/panva/jose/blob/master/CHANGELOG.md) - [Commits](https://github.com/panva/jose/compare/v1.27.1...v3.2.0) Signed-off-by: dependabot[bot] --- plugins/auth-backend/package.json | 2 +- yarn.lock | 12 +++++------- 2 files changed, 6 insertions(+), 8 deletions(-) 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" From 361a0a56191ed9f8ad76c9ed9ac7d7bfdbe7895f Mon Sep 17 00:00:00 2001 From: blam Date: Mon, 4 Jan 2021 15:21:54 +0100 Subject: [PATCH 2/2] =?UTF-8?q?chore:=20bump=20to=20the=20latest=20and=20h?= =?UTF-8?q?ope=20that=20it=20works=20=F0=9F=A4=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/auth-backend/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/plugins/auth-backend/package.json b/plugins/auth-backend/package.json index dfc1b6cd97..295cc77a96 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": "^3.2.0", + "jose": "^3.5.0", "jwt-decode": "^3.1.0", "knex": "^0.21.6", "moment": "^2.26.0", diff --git a/yarn.lock b/yarn.lock index bbc292d6d0..945a9fa45f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -15156,10 +15156,10 @@ 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== +jose@^3.5.0: + version "3.5.0" + resolved "https://registry.npmjs.org/jose/-/jose-3.5.0.tgz#0a9b1cbedb53ec024d4fcbae779e719e7cf88916" + integrity sha512-pW9z+ny33gxX2wXLQl3SkPQWGaUvOMYLijuiMHIHUYIDsrZjdMqYYS5UTkusuMzZkqe5T8YImA4FOqqB1IWmRg== joycon@^2.2.5: version "2.2.5"