diff --git a/web/composer.json b/web/composer.json index 3071f4d5..c6348e83 100644 --- a/web/composer.json +++ b/web/composer.json @@ -19,7 +19,7 @@ "vendor-dir": "includes/vendor" }, "require": { - "lcobucci/jwt": "5.4.0", + "lcobucci/jwt": "5.4.2", "maxmind-db/reader": "~1.0", "smarty/smarty": "~v5.4.1", "xpaw/php-source-query-class": "dev-master", diff --git a/web/composer.lock b/web/composer.lock index 4c6b9bb8..099c495f 100644 --- a/web/composer.lock +++ b/web/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": "6878eb648e583cf9a33585b29fad361d", + "content-hash": "f6b320c0184b6cd8a24c74cfd0c435cb", "packages": [ { "name": "adodb/adodb-php", @@ -213,16 +213,16 @@ }, { "name": "lcobucci/jwt", - "version": "5.4.0", + "version": "5.4.2", "source": { "type": "git", "url": "https://github.com/lcobucci/jwt.git", - "reference": "aac4fd512681fd5cb4b77d2105ab7ec700c72051" + "reference": "ea1ce71cbf9741e445a5914e2f67cdbb484ff712" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/lcobucci/jwt/zipball/aac4fd512681fd5cb4b77d2105ab7ec700c72051", - "reference": "aac4fd512681fd5cb4b77d2105ab7ec700c72051", + "url": "https://api.github.com/repos/lcobucci/jwt/zipball/ea1ce71cbf9741e445a5914e2f67cdbb484ff712", + "reference": "ea1ce71cbf9741e445a5914e2f67cdbb484ff712", "shasum": "" }, "require": { @@ -270,7 +270,7 @@ ], "support": { "issues": "https://github.com/lcobucci/jwt/issues", - "source": "https://github.com/lcobucci/jwt/tree/5.4.0" + "source": "https://github.com/lcobucci/jwt/tree/5.4.2" }, "funding": [ { @@ -282,7 +282,7 @@ "type": "patreon" } ], - "time": "2024-10-08T22:06:45+00:00" + "time": "2024-11-07T12:54:35+00:00" }, { "name": "maxmind-db/reader",