From d63c43cded0dfa9a6cf9bd8f81bca459fe2800fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2025 01:29:58 +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 4aa49184e7..b5ea08f87f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3756,9 +3756,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", "optional": true, "dependencies": { @@ -7816,9 +7816,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==", "optional": true, "requires": { "jose": "^5.10.0",