From 18c8ad0108fc712f2aec2c1da00e3ee9fa9c1673 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Jun 2025 01:37:01 +0000 Subject: [PATCH] build(deps): bump openid-client from 6.5.1 to 6.5.3 Bumps [openid-client](https://github.com/panva/openid-client) from 6.5.1 to 6.5.3. - [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.5.1...v6.5.3) --- updated-dependencies: - dependency-name: openid-client dependency-version: 6.5.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 028c2e86a1..921edf2c71 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,6 +13,7 @@ "isomorphic-ws": "^5.0.0", "js-yaml": "^4.1.0", "jsonpath-plus": "^10.2.0", + "openid-client": "^6.1.3", "request": "^2.88.0", "rfc4648": "^1.3.0", "socks-proxy-agent": "^8.0.4", @@ -3551,9 +3552,9 @@ } }, "node_modules/oauth4webapi": { - "version": "3.5.2", - "resolved": "https://registry.npmjs.org/oauth4webapi/-/oauth4webapi-3.5.2.tgz", - "integrity": "sha512-VYz5BaP3izIrUc1GAVzIoz4JnljiW0YAUFObMBwsqDnfHxz2sjLu3W7/8vE8Ms9IbMewN9+1kcvhY3tMscAeGQ==", + "version": "3.5.3", + "resolved": "https://registry.npmjs.org/oauth4webapi/-/oauth4webapi-3.5.3.tgz", + "integrity": "sha512-2bnHosmBLAQpXNBLOvaJMyMkr4Yya5ohE5Q9jqyxiN+aa7GFCzvDN1RRRMrp0NkfqRR2MTaQNkcSUCCjILD9oQ==", "license": "MIT", "optional": true, "funding": { @@ -3570,14 +3571,14 @@ } }, "node_modules/openid-client": { - "version": "6.5.1", - "resolved": "https://registry.npmjs.org/openid-client/-/openid-client-6.5.1.tgz", - "integrity": "sha512-DNq7s+Tm9wfMUTltl+kUJzwi+bsbeiZycDm1gJQbX6MTHwo1+Q0I3F+ccsxi1T3mYMaHATCSnWDridkZ3hnu1g==", + "version": "6.5.3", + "resolved": "https://registry.npmjs.org/openid-client/-/openid-client-6.5.3.tgz", + "integrity": "sha512-PII6MybD2VwZyWFlSwhQDflSsDt0PEX/o715shdXcORqaFze6/31RqztxjlJNursDABgwd41GnOqKcttYQRcUw==", "license": "MIT", "optional": true, "dependencies": { "jose": "^6.0.11", - "oauth4webapi": "^3.5.2" + "oauth4webapi": "^3.5.3" }, "funding": { "url": "https://github.com/sponsors/panva" @@ -7464,9 +7465,9 @@ "integrity": "sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==" }, "oauth4webapi": { - "version": "3.5.2", - "resolved": "https://registry.npmjs.org/oauth4webapi/-/oauth4webapi-3.5.2.tgz", - "integrity": "sha512-VYz5BaP3izIrUc1GAVzIoz4JnljiW0YAUFObMBwsqDnfHxz2sjLu3W7/8vE8Ms9IbMewN9+1kcvhY3tMscAeGQ==", + "version": "3.5.3", + "resolved": "https://registry.npmjs.org/oauth4webapi/-/oauth4webapi-3.5.3.tgz", + "integrity": "sha512-2bnHosmBLAQpXNBLOvaJMyMkr4Yya5ohE5Q9jqyxiN+aa7GFCzvDN1RRRMrp0NkfqRR2MTaQNkcSUCCjILD9oQ==", "optional": true }, "once": { @@ -7479,13 +7480,13 @@ } }, "openid-client": { - "version": "6.5.1", - "resolved": "https://registry.npmjs.org/openid-client/-/openid-client-6.5.1.tgz", - "integrity": "sha512-DNq7s+Tm9wfMUTltl+kUJzwi+bsbeiZycDm1gJQbX6MTHwo1+Q0I3F+ccsxi1T3mYMaHATCSnWDridkZ3hnu1g==", + "version": "6.5.3", + "resolved": "https://registry.npmjs.org/openid-client/-/openid-client-6.5.3.tgz", + "integrity": "sha512-PII6MybD2VwZyWFlSwhQDflSsDt0PEX/o715shdXcORqaFze6/31RqztxjlJNursDABgwd41GnOqKcttYQRcUw==", "optional": true, "requires": { "jose": "^6.0.11", - "oauth4webapi": "^3.5.2" + "oauth4webapi": "^3.5.3" } }, "outvariant": {