From 2049d1304db0f4de733ba2f22c95bd468a9a2be4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 10:41:09 +0000 Subject: [PATCH] fix(deps): update dependency jwks-rsa to v3 --- src/list/package-lock.json | 54 +++++++++++------------------------- src/list/server/package.json | 2 +- 2 files changed, 17 insertions(+), 39 deletions(-) diff --git a/src/list/package-lock.json b/src/list/package-lock.json index a3cf42c2..333d28e7 100644 --- a/src/list/package-lock.json +++ b/src/list/package-lock.json @@ -24,7 +24,6 @@ "buefy": "0.9.29", "core-js": "3.37.1", "csv-stringify": "6.5.0", - "cypress": "^13.11.0", "fhirclient": "2.5.3", "fhirpath": "3.13.3", "vue": "2.7.16", @@ -53,7 +52,7 @@ }, "optionalDependencies": { "@vue/cli-plugin-e2e-cypress": "5.0.8", - "cypress": "^13.11.0" + "cypress": "13.11.0" } }, "frontend/node_modules/@vue/vue2-jest": { @@ -5903,13 +5902,6 @@ "node": ">=14" } }, - "node_modules/@panva/asn1.js": { - "version": "1.0.0", - "license": "MIT", - "engines": { - "node": ">=10.13.0" - } - }, "node_modules/@peculiar/asn1-schema": { "version": "2.3.6", "license": "MIT", @@ -7485,7 +7477,9 @@ "license": "MIT" }, "node_modules/@types/jsonwebtoken": { - "version": "9.0.1", + "version": "9.0.6", + "resolved": "https://registry.npmjs.org/@types/jsonwebtoken/-/jsonwebtoken-9.0.6.tgz", + "integrity": "sha512-/5hndP5dCjloafCXns6SZyESp3Ldq7YjH3zwzwczYnjxIT0Fqzk5ROSYVGfFyczIue7IUEj8hkvLbPoLQ18vQw==", "license": "MIT", "dependencies": { "@types/node": "*" @@ -20864,7 +20858,9 @@ "peer": true }, "node_modules/jose": { - "version": "4.13.1", + "version": "4.15.7", + "resolved": "https://registry.npmjs.org/jose/-/jose-4.15.7.tgz", + "integrity": "sha512-L7ioP+JAuZe8v+T5+zVI9Tx8LtU8BL7NxkyDFVMv+Qr3JW0jSoYDedLtodaXwfqMpeCyx4WXFNyu9tJt4WvC1A==", "license": "MIT", "funding": { "url": "https://github.com/sponsors/panva" @@ -21542,38 +21538,20 @@ } }, "node_modules/jwks-rsa": { - "version": "2.1.5", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/jwks-rsa/-/jwks-rsa-3.1.0.tgz", + "integrity": "sha512-v7nqlfezb9YfHHzYII3ef2a2j1XnGeSE/bK3WfumaYCqONAIstJbrEGapz4kadScZzEt7zYCN7bucj8C0Mv/Rg==", "license": "MIT", "dependencies": { - "@types/express": "^4.17.14", - "@types/jsonwebtoken": "^8.5.9", + "@types/express": "^4.17.17", + "@types/jsonwebtoken": "^9.0.2", "debug": "^4.3.4", - "jose": "^2.0.6", + "jose": "^4.14.6", "limiter": "^1.1.5", - "lru-memoizer": "^2.1.4" + "lru-memoizer": "^2.2.0" }, "engines": { - "node": ">=10 < 13 || >=14" - } - }, - "node_modules/jwks-rsa/node_modules/@types/jsonwebtoken": { - "version": "8.5.9", - "license": "MIT", - "dependencies": { - "@types/node": "*" - } - }, - "node_modules/jwks-rsa/node_modules/jose": { - "version": "2.0.6", - "license": "MIT", - "dependencies": { - "@panva/asn1.js": "^1.0.0" - }, - "engines": { - "node": ">=10.13.0 < 13 || >=13.7.0" - }, - "funding": { - "url": "https://github.com/sponsors/panva" + "node": ">=14" } }, "node_modules/jws": { @@ -30616,7 +30594,7 @@ "helmet": "7.1.0", "http-proxy-middleware": "2.0.6", "js-yaml": "4.1.0", - "jwks-rsa": "2.1.5", + "jwks-rsa": "3.1.0", "node-http-proxy-json": "0.1.9", "path": "0.12.7", "pino": "9.1.0", diff --git a/src/list/server/package.json b/src/list/server/package.json index 66e4f5d8..e4bed226 100644 --- a/src/list/server/package.json +++ b/src/list/server/package.json @@ -31,7 +31,7 @@ "helmet": "7.1.0", "http-proxy-middleware": "2.0.6", "js-yaml": "4.1.0", - "jwks-rsa": "2.1.5", + "jwks-rsa": "3.1.0", "node-http-proxy-json": "0.1.9", "path": "0.12.7", "pino": "9.1.0",