From 550ff4be88593c63fa7abe8e7b6f24970c65f2d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Sep 2025 02:11:48 +0000 Subject: [PATCH] build(deps): bump openid-client from 6.7.1 to 6.8.0 Bumps [openid-client](https://github.com/panva/openid-client) from 6.7.1 to 6.8.0. - [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.1...v6.8.0) --- updated-dependencies: - dependency-name: openid-client dependency-version: 6.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index f6072dde60..82071dc63d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3008,9 +3008,9 @@ } }, "node_modules/oauth4webapi": { - "version": "3.8.0", - "resolved": "https://registry.npmjs.org/oauth4webapi/-/oauth4webapi-3.8.0.tgz", - "integrity": "sha512-RSu64fjsBIs6D7s9g5LOCnOohOkI0nnPtlIp/4rrHj2Vb8jGepq+fujkv2Srw4tuw9qa02aETXQzyQUle8nfnQ==", + "version": "3.8.1", + "resolved": "https://registry.npmjs.org/oauth4webapi/-/oauth4webapi-3.8.1.tgz", + "integrity": "sha512-olkZDELNycOWQf9LrsELFq8n05LwJgV8UkrS0cburk6FOwf8GvLam+YB+Uj5Qvryee+vwWOfQVeI5Vm0MVg7SA==", "license": "MIT", "funding": { "url": "https://github.com/sponsors/panva" @@ -3026,13 +3026,13 @@ } }, "node_modules/openid-client": { - "version": "6.7.1", - "resolved": "https://registry.npmjs.org/openid-client/-/openid-client-6.7.1.tgz", - "integrity": "sha512-kOiE4q0kNogr90hXsxPrKeEDuY+V0kkZazvZScOwZkYept9slsaQ3usXTaKkm6I04vLNuw5caBoX7UfrwC6x8w==", + "version": "6.8.0", + "resolved": "https://registry.npmjs.org/openid-client/-/openid-client-6.8.0.tgz", + "integrity": "sha512-oG1d1nAVhIIE+JSjLS+7E9wY1QOJpZltkzlJdbZ7kEn7Hp3hqur2TEeQ8gLOHoHkhbRAGZJKoOnEQcLOQJuIyg==", "license": "MIT", "dependencies": { "jose": "^6.1.0", - "oauth4webapi": "^3.8.0" + "oauth4webapi": "^3.8.1" }, "funding": { "url": "https://github.com/sponsors/panva"