From bf194823a6070b68ca7d380c197351d26b8e0c55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 04:45:38 +0000 Subject: [PATCH] build(deps): bump openid-client from 6.7.0 to 6.7.1 Bumps [openid-client](https://github.com/panva/openid-client) from 6.7.0 to 6.7.1. - [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.7.0...v6.7.1) --- updated-dependencies: - dependency-name: openid-client dependency-version: 6.7.1 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 0ba8b2a479..e350036350 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3026,9 +3026,9 @@ } }, "node_modules/openid-client": { - "version": "6.7.0", - "resolved": "https://registry.npmjs.org/openid-client/-/openid-client-6.7.0.tgz", - "integrity": "sha512-mA8Cex9wGK6Jaqq4vd1sPDK/a+cQ6G+lExVJ9IRjwInN4NcEEntYqLAZsBhZOyHwDx7V1nmPKOvnxOcdLtSpoA==", + "version": "6.7.1", + "resolved": "https://registry.npmjs.org/openid-client/-/openid-client-6.7.1.tgz", + "integrity": "sha512-kOiE4q0kNogr90hXsxPrKeEDuY+V0kkZazvZScOwZkYept9slsaQ3usXTaKkm6I04vLNuw5caBoX7UfrwC6x8w==", "license": "MIT", "dependencies": { "jose": "^6.1.0",