From 43b2abdfe17631bef1d03fa2fd181fd5925d6828 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Dec 2025 17:25:06 +0000 Subject: [PATCH] Bump onelogin/php-saml from 4.0.0 to 4.3.1 in /ui Bumps [onelogin/php-saml](https://github.com/onelogin/php-saml) from 4.0.0 to 4.3.1. - [Release notes](https://github.com/onelogin/php-saml/releases) - [Changelog](https://github.com/SAML-Toolkits/php-saml/blob/4.3.1/CHANGELOG) - [Commits](https://github.com/onelogin/php-saml/compare/4.0.0...4.3.1) --- updated-dependencies: - dependency-name: onelogin/php-saml dependency-version: 4.3.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ui/composer.json | 2 +- ui/composer.lock | 56 +++++++++++++++++++++++++++--------------------- 2 files changed, 33 insertions(+), 25 deletions(-) diff --git a/ui/composer.json b/ui/composer.json index ee87243c70cd..488fcc432140 100644 --- a/ui/composer.json +++ b/ui/composer.json @@ -5,7 +5,7 @@ "license": "AGPL-3.0-only", "require": { "symfony/yaml": "v5.1.3", - "onelogin/php-saml": "4.0", + "onelogin/php-saml": "4.3.1", "pragmarx/google2fa": "^8.0", "duosecurity/duo_universal_php": "^1.0", "erusev/parsedown": "^1.7" diff --git a/ui/composer.lock b/ui/composer.lock index 2a6fbfb9a62e..7594b6340654 100644 --- a/ui/composer.lock +++ b/ui/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "a98d050ee9c3d295a850dd5aecb81a59", + "content-hash": "879c957dfe9de4cccb42b57884f93c94", "packages": [ { "name": "duosecurity/duo_universal_php", @@ -161,21 +161,21 @@ }, { "name": "onelogin/php-saml", - "version": "4.0.0", + "version": "4.3.1", "source": { "type": "git", - "url": "https://github.com/onelogin/php-saml.git", - "reference": "f30f5062f3653c4d2082892d207f4dc3e577d979" + "url": "https://github.com/SAML-Toolkits/php-saml.git", + "reference": "b009f160e4ac11f49366a45e0d45706b48429353" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/onelogin/php-saml/zipball/f30f5062f3653c4d2082892d207f4dc3e577d979", - "reference": "f30f5062f3653c4d2082892d207f4dc3e577d979", + "url": "https://api.github.com/repos/SAML-Toolkits/php-saml/zipball/b009f160e4ac11f49366a45e0d45706b48429353", + "reference": "b009f160e4ac11f49366a45e0d45706b48429353", "shasum": "" }, "require": { "php": ">=7.3", - "robrichards/xmlseclibs": ">=3.1.1" + "robrichards/xmlseclibs": ">=3.1.4" }, "require-dev": { "pdepend/pdepend": "^2.8.0", @@ -201,19 +201,27 @@ "license": [ "MIT" ], - "description": "OneLogin PHP SAML Toolkit", - "homepage": "https://developers.onelogin.com/saml/php", + "description": "PHP SAML Toolkit", + "homepage": "https://github.com/SAML-Toolkits/php-saml", "keywords": [ + "Federation", "SAML2", - "onelogin", + "SSO", + "identity", "saml" ], "support": { - "email": "sixto.garcia@onelogin.com", - "issues": "https://github.com/onelogin/php-saml/issues", - "source": "https://github.com/onelogin/php-saml/" + "email": "sixto.martin.garcia@gmail.com", + "issues": "https://github.com/onelogin/SAML-Toolkits/issues", + "source": "https://github.com/onelogin/SAML-Toolkits/" }, - "time": "2021-03-02T10:19:19+00:00" + "funding": [ + { + "url": "https://github.com/SAML-Toolkits", + "type": "github" + } + ], + "time": "2025-12-09T10:50:49+00:00" }, { "name": "paragonie/constant_time_encoding", @@ -336,16 +344,16 @@ }, { "name": "robrichards/xmlseclibs", - "version": "3.1.1", + "version": "3.1.4", "source": { "type": "git", "url": "https://github.com/robrichards/xmlseclibs.git", - "reference": "f8f19e58f26cdb42c54b214ff8a820760292f8df" + "reference": "bc87389224c6de95802b505e5265b0ec2c5bcdbd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/robrichards/xmlseclibs/zipball/f8f19e58f26cdb42c54b214ff8a820760292f8df", - "reference": "f8f19e58f26cdb42c54b214ff8a820760292f8df", + "url": "https://api.github.com/repos/robrichards/xmlseclibs/zipball/bc87389224c6de95802b505e5265b0ec2c5bcdbd", + "reference": "bc87389224c6de95802b505e5265b0ec2c5bcdbd", "shasum": "" }, "require": { @@ -372,9 +380,9 @@ ], "support": { "issues": "https://github.com/robrichards/xmlseclibs/issues", - "source": "https://github.com/robrichards/xmlseclibs/tree/3.1.1" + "source": "https://github.com/robrichards/xmlseclibs/tree/3.1.4" }, - "time": "2020-09-05T13:00:25+00:00" + "time": "2025-12-08T11:57:53+00:00" }, { "name": "symfony/deprecation-contracts", @@ -597,10 +605,10 @@ "packages-dev": [], "aliases": [], "minimum-stability": "stable", - "stability-flags": [], + "stability-flags": {}, "prefer-stable": false, "prefer-lowest": false, - "platform": [], - "platform-dev": [], - "plugin-api-version": "2.3.0" + "platform": {}, + "platform-dev": {}, + "plugin-api-version": "2.6.0" }