From 4e022255b4b8c0b0e5e778a2e89c68bc111e529a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 01:07:41 +0000 Subject: [PATCH] chore(deps): bump openid-client from 6.8.6 to 6.8.7 Bumps [openid-client](https://github.com/panva/openid-client) from 6.8.6 to 6.8.7. - [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.6...v6.8.7) --- updated-dependencies: - dependency-name: openid-client dependency-version: 6.8.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 79f7c10..d993d02 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12061,9 +12061,9 @@ } }, "node_modules/openid-client": { - "version": "6.8.6", - "resolved": "https://registry.npmjs.org/openid-client/-/openid-client-6.8.6.tgz", - "integrity": "sha512-lsfMRH/GCgMiGCRnBRY3e70uogkgOessPaTOhP3rw/dxqNOZHwOazWx+m6jt5EVk3ecRFULl0TwWpk9Qnw3RKQ==", + "version": "6.8.7", + "resolved": "https://registry.npmjs.org/openid-client/-/openid-client-6.8.7.tgz", + "integrity": "sha512-gtKthNu7evSBvTdrrlHb4F3Fi9dcwlb5QaITlCs+9mfpvuOi0Q3qtBf5+iY4sEP8hy1qCoAdxBNPDcmZeVSDzQ==", "license": "MIT", "dependencies": { "jose": "^6.2.8",