From 51c8a3dd23f5314ef5396df84eadb69d929183b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 23:14:52 +0000 Subject: [PATCH] Bump openid-client from 6.8.1 to 6.8.2 Bumps [openid-client](https://github.com/panva/openid-client) from 6.8.1 to 6.8.2. - [Release notes](https://github.com/panva/openid-client/releases) - [Changelog](https://github.com/panva/openid-client/blob/main/CHANGELOG.md) - [Commits](https://github.com/panva/openid-client/compare/v6.8.1...v6.8.2) --- updated-dependencies: - dependency-name: openid-client dependency-version: 6.8.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8a694b96..6b1feb25 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "nhsapp-frontend": "^5.0.3", "nhsuk-frontend": "^10.3.1", "nhsuk-react-components": "^6.0.0-beta.5", - "openid-client": "^6.8.1", + "openid-client": "^6.8.2", "pino": "^10.3.0", "react": "^19.2.4", "react-dom": "^19.2.4", @@ -17061,9 +17061,9 @@ "license": "MIT" }, "node_modules/oauth4webapi": { - "version": "3.8.3", - "resolved": "https://registry.npmjs.org/oauth4webapi/-/oauth4webapi-3.8.3.tgz", - "integrity": "sha512-pQ5BsX3QRTgnt5HxgHwgunIRaDXBdkT23tf8dfzmtTIL2LTpdmxgbpbBm0VgFWAIDlezQvQCTgnVIUmHupXHxw==", + "version": "3.8.4", + "resolved": "https://registry.npmjs.org/oauth4webapi/-/oauth4webapi-3.8.4.tgz", + "integrity": "sha512-EKlVEgav8zH31IXxvhCqjEgQws6S9QmnmJyLXmeV5REf59g7VmqRVa5l/rhGWtUqGm2rLVTNwukn9hla5kJ2WQ==", "license": "MIT", "funding": { "url": "https://github.com/sponsors/panva" @@ -17244,13 +17244,13 @@ } }, "node_modules/openid-client": { - "version": "6.8.1", - "resolved": "https://registry.npmjs.org/openid-client/-/openid-client-6.8.1.tgz", - "integrity": "sha512-VoYT6enBo6Vj2j3Q5Ec0AezS+9YGzQo1f5Xc42lreMGlfP4ljiXPKVDvCADh+XHCV/bqPu/wWSiCVXbJKvrODw==", + "version": "6.8.2", + "resolved": "https://registry.npmjs.org/openid-client/-/openid-client-6.8.2.tgz", + "integrity": "sha512-uOvTCndr4udZsKihJ68H9bUICrriHdUVJ6Az+4Ns6cW55rwM5h0bjVIzDz2SxgOI84LKjFyjOFvERLzdTUROGA==", "license": "MIT", "dependencies": { - "jose": "^6.1.0", - "oauth4webapi": "^3.8.2" + "jose": "^6.1.3", + "oauth4webapi": "^3.8.4" }, "funding": { "url": "https://github.com/sponsors/panva" diff --git a/package.json b/package.json index 03ec83b8..b3ba24a8 100644 --- a/package.json +++ b/package.json @@ -102,7 +102,7 @@ "nhsapp-frontend": "^5.0.3", "nhsuk-frontend": "^10.3.1", "nhsuk-react-components": "^6.0.0-beta.5", - "openid-client": "^6.8.1", + "openid-client": "^6.8.2", "pino": "^10.3.0", "react": "^19.2.4", "react-dom": "^19.2.4",