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