From bcb86d972dc3f0500155e9cc6cc95f47bf025365 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Apr 2025 03:07:16 +0000 Subject: [PATCH] build(deps): bump openid-client from 6.3.4 to 6.4.1 Bumps [openid-client](https://github.com/panva/openid-client) from 6.3.4 to 6.4.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.4...v6.4.1) --- updated-dependencies: - dependency-name: openid-client dependency-version: 6.4.1 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 ec4dd16a4b..d483738bdd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2797,9 +2797,9 @@ "license": "MIT" }, "node_modules/oauth4webapi": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/oauth4webapi/-/oauth4webapi-3.3.1.tgz", - "integrity": "sha512-ZwX7UqYrP3Lr+Glhca3a1/nF2jqf7VVyJfhGuW5JtrfDUxt0u+IoBPzFjZ2dd7PJGkdM6CFPVVYzuDYKHv101A==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/oauth4webapi/-/oauth4webapi-3.4.0.tgz", + "integrity": "sha512-5lcbectYuzQHvh0Ni7Epvc13sMVq7BxWUlHEYHaNko64OA1hcats0Huq30vZjqCZULcVE/PZxAGGPansfRAWKQ==", "license": "MIT", "funding": { "url": "https://github.com/sponsors/panva" @@ -2814,13 +2814,13 @@ } }, "node_modules/openid-client": { - "version": "6.3.4", - "resolved": "https://registry.npmjs.org/openid-client/-/openid-client-6.3.4.tgz", - "integrity": "sha512-CGZGk9Y6Bv9R4bXlrzVoxzD1n4h8iP914UhjVyRSftqzqO4CWaRqKpOmW253Jmpv4EWkz7/Gut/90iiWW8t0ow==", + "version": "6.4.1", + "resolved": "https://registry.npmjs.org/openid-client/-/openid-client-6.4.1.tgz", + "integrity": "sha512-Bwta7kyGn0vyRGOatIAAvEOYCIiTwxBptrBpJgV9KdV0OGJ8OPe8wWY7bQbDqCJrDCclq6xbJMfK2Ilp5TugbA==", "license": "MIT", "dependencies": { "jose": "^6.0.10", - "oauth4webapi": "^3.3.1" + "oauth4webapi": "^3.4.0" }, "funding": { "url": "https://github.com/sponsors/panva"