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",