From 396636c0a4281093d3cf87dc5e25f0de494b61c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 07:45:45 -0400 Subject: [PATCH] Bump web-token/jwt-library from 3.3.5 to 3.4.1 in /api (#10036) Bumps [web-token/jwt-library](https://github.com/web-token/jwt-library) from 3.3.5 to 3.4.1. - [Commits](https://github.com/web-token/jwt-library/compare/3.3.5...3.4.1) --- updated-dependencies: - dependency-name: web-token/jwt-library dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- api/composer.lock | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/api/composer.lock b/api/composer.lock index b69e428122b..adebc85d7f2 100644 --- a/api/composer.lock +++ b/api/composer.lock @@ -3678,16 +3678,16 @@ }, { "name": "paragonie/sodium_compat", - "version": "v1.20.0", + "version": "v1.20.1", "source": { "type": "git", "url": "https://github.com/paragonie/sodium_compat.git", - "reference": "e592a3e06d1fa0d43988c7c7d9948ca836f644b6" + "reference": "1840b98d228bdad83869b191d7e51f9bb6624d8d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/paragonie/sodium_compat/zipball/e592a3e06d1fa0d43988c7c7d9948ca836f644b6", - "reference": "e592a3e06d1fa0d43988c7c7d9948ca836f644b6", + "url": "https://api.github.com/repos/paragonie/sodium_compat/zipball/1840b98d228bdad83869b191d7e51f9bb6624d8d", + "reference": "1840b98d228bdad83869b191d7e51f9bb6624d8d", "shasum": "" }, "require": { @@ -3758,9 +3758,9 @@ ], "support": { "issues": "https://github.com/paragonie/sodium_compat/issues", - "source": "https://github.com/paragonie/sodium_compat/tree/v1.20.0" + "source": "https://github.com/paragonie/sodium_compat/tree/v1.20.1" }, - "time": "2023-04-30T00:54:53+00:00" + "time": "2024-04-05T21:00:10+00:00" }, { "name": "phpoffice/math", @@ -8397,16 +8397,16 @@ }, { "name": "web-token/jwt-library", - "version": "3.3.5", + "version": "3.4.1", "source": { "type": "git", "url": "https://github.com/web-token/jwt-library.git", - "reference": "5ddb8f1064039cff2d81d0d9f668a4bbff4b62cb" + "reference": "638ec0eeeb3650391e173c735f94df7911696304" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/web-token/jwt-library/zipball/5ddb8f1064039cff2d81d0d9f668a4bbff4b62cb", - "reference": "5ddb8f1064039cff2d81d0d9f668a4bbff4b62cb", + "url": "https://api.github.com/repos/web-token/jwt-library/zipball/638ec0eeeb3650391e173c735f94df7911696304", + "reference": "638ec0eeeb3650391e173c735f94df7911696304", "shasum": "" }, "require": { @@ -8416,6 +8416,7 @@ "paragonie/constant_time_encoding": "^2.6", "paragonie/sodium_compat": "^1.20", "php": ">=8.1", + "psr/cache": "^3.0", "psr/clock": "^1.0", "psr/http-client": "^1.0", "psr/http-factory": "^1.0", @@ -8478,7 +8479,7 @@ ], "support": { "issues": "https://github.com/web-token/jwt-library/issues", - "source": "https://github.com/web-token/jwt-library/tree/3.3.5" + "source": "https://github.com/web-token/jwt-library/tree/3.4.1" }, "funding": [ { @@ -8490,7 +8491,7 @@ "type": "patreon" } ], - "time": "2024-04-03T07:57:45+00:00" + "time": "2024-04-10T15:46:26+00:00" }, { "name": "webmozart/assert",