From 7392b71161b51939c954901a4df3ebb41cb43c46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2025 02:12:50 +0000 Subject: [PATCH] build(deps): bump openid-client from 6.3.0 to 6.3.1 Bumps [openid-client](https://github.com/panva/openid-client) from 6.3.0 to 6.3.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.3.0...v6.3.1) --- updated-dependencies: - dependency-name: openid-client dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0d95b3fab1..66561fabd2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3248,9 +3248,9 @@ } }, "node_modules/openid-client": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/openid-client/-/openid-client-6.3.0.tgz", - "integrity": "sha512-68LMqb/Whtq214B9c9kCtuniCKQrEqWJRTEoOEZlv2QV5VgqhjySCpBe4RXeU+pj/VNOi7erP/ixxfHtqR7FOw==", + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/openid-client/-/openid-client-6.3.1.tgz", + "integrity": "sha512-l+uRCCM+KaGKQmCWjrjlFHXa1husuc72OPCCyGB7VjHeEMVldfwsn4Pfb/5Xk51FRqbRakMbwfIUPiAMQDHaSw==", "license": "MIT", "dependencies": { "jose": "^5.10.0", @@ -6412,9 +6412,9 @@ } }, "openid-client": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/openid-client/-/openid-client-6.3.0.tgz", - "integrity": "sha512-68LMqb/Whtq214B9c9kCtuniCKQrEqWJRTEoOEZlv2QV5VgqhjySCpBe4RXeU+pj/VNOi7erP/ixxfHtqR7FOw==", + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/openid-client/-/openid-client-6.3.1.tgz", + "integrity": "sha512-l+uRCCM+KaGKQmCWjrjlFHXa1husuc72OPCCyGB7VjHeEMVldfwsn4Pfb/5Xk51FRqbRakMbwfIUPiAMQDHaSw==", "requires": { "jose": "^5.10.0", "oauth4webapi": "^3.3.0"