From 702135c7c801cc94d4d1c36d049ffd39097b9fbf Mon Sep 17 00:00:00 2001 From: Cedric Evers <12080057+CeEv@users.noreply.github.com> Date: Fri, 2 Aug 2024 10:46:27 +0200 Subject: [PATCH] Revert "Bump jose from 1.28.2 to 5.6.3 (#5097)" (#5159) This reverts commit ff83cfd2334cbb6f4c187c01531f48be8023891a. --- package-lock.json | 13 +++++++++---- package.json | 2 +- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 96363d29284..c7cd90effcd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -89,7 +89,7 @@ "i18next": "^23.3.0", "i18next-fs-backend": "^2.1.5", "ioredis": "^5.3.2", - "jose": "^5.6.3", + "jose": "^1.28.1", "jsdom": "^23.2.0", "jsonwebtoken": "^9.0.2", "jwks-rsa": "^2.0.5", @@ -17705,9 +17705,14 @@ } }, "node_modules/jose": { - "version": "5.6.3", - "resolved": "https://registry.npmjs.org/jose/-/jose-5.6.3.tgz", - "integrity": "sha512-1Jh//hEEwMhNYPDDLwXHa2ePWgWiFNNUadVmguAAw2IJ6sj9mNxV5tGXJNqlMkJAybF6Lgw1mISDxTePP/187g==", + "version": "1.28.2", + "license": "MIT", + "dependencies": { + "@panva/asn1.js": "^1.0.0" + }, + "engines": { + "node": ">=10.13.0" + }, "funding": { "url": "https://github.com/sponsors/panva" } diff --git a/package.json b/package.json index a0d20503de0..d45381a6b77 100644 --- a/package.json +++ b/package.json @@ -205,7 +205,7 @@ "i18next": "^23.3.0", "i18next-fs-backend": "^2.1.5", "ioredis": "^5.3.2", - "jose": "^5.6.3", + "jose": "^1.28.1", "jsdom": "^23.2.0", "jsonwebtoken": "^9.0.2", "jwks-rsa": "^2.0.5",