From ce54bfce514356a7d8614c6275ec6f2d946232fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Nov 2021 01:27:14 +0000 Subject: [PATCH] Bump lcobucci/jwt from 3.4.5 to 3.4.6 in /web/A3Mall Bumps [lcobucci/jwt](https://github.com/lcobucci/jwt) from 3.4.5 to 3.4.6. - [Release notes](https://github.com/lcobucci/jwt/releases) - [Commits](https://github.com/lcobucci/jwt/compare/3.4.5...3.4.6) --- updated-dependencies: - dependency-name: lcobucci/jwt dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- web/A3Mall/composer.json | 2 +- web/A3Mall/composer.lock | 24 +++++++++--------------- 2 files changed, 10 insertions(+), 16 deletions(-) diff --git a/web/A3Mall/composer.json b/web/A3Mall/composer.json index 82640384..6d4321c1 100644 --- a/web/A3Mall/composer.json +++ b/web/A3Mall/composer.json @@ -36,7 +36,7 @@ "phpoffice/phpspreadsheet": "^1.15", "alipaysdk/easysdk":"^2.0", "aliyuncs/oss-sdk-php": "^2.4.1", - "lcobucci/jwt": "3.4.5", + "lcobucci/jwt": "3.4.6", "xzncit/developer-tools": "^0.3.0" }, "require-dev": { diff --git a/web/A3Mall/composer.lock b/web/A3Mall/composer.lock index 205fece6..f5877114 100644 --- a/web/A3Mall/composer.lock +++ b/web/A3Mall/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": "28d871e72af960a5e5fe2e68b0d75e4d", + "content-hash": "e94afa991751c31b130854c250b2b835", "packages": [ { "name": "adbario/php-dot-notation", @@ -903,23 +903,17 @@ }, { "name": "lcobucci/jwt", - "version": "3.4.5", + "version": "3.4.6", "source": { "type": "git", "url": "https://github.com/lcobucci/jwt.git", - "reference": "511629a54465e89a31d3d7e4cf0935feab8b14c1" + "reference": "3ef8657a78278dfeae7707d51747251db4176240" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/lcobucci/jwt/zipball/511629a54465e89a31d3d7e4cf0935feab8b14c1", - "reference": "511629a54465e89a31d3d7e4cf0935feab8b14c1", - "shasum": "", - "mirrors": [ - { - "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", - "preferred": true - } - ] + "url": "https://api.github.com/repos/lcobucci/jwt/zipball/3ef8657a78278dfeae7707d51747251db4176240", + "reference": "3ef8657a78278dfeae7707d51747251db4176240", + "shasum": "" }, "require": { "ext-mbstring": "*", @@ -970,7 +964,7 @@ ], "support": { "issues": "https://github.com/lcobucci/jwt/issues", - "source": "https://github.com/lcobucci/jwt/tree/3.4.5" + "source": "https://github.com/lcobucci/jwt/tree/3.4.6" }, "funding": [ { @@ -982,7 +976,7 @@ "type": "patreon" } ], - "time": "2021-02-16T09:40:01+00:00" + "time": "2021-09-28T19:18:28+00:00" }, { "name": "league/flysystem", @@ -4363,5 +4357,5 @@ "php": ">=7.1.0" }, "platform-dev": [], - "plugin-api-version": "2.0.0" + "plugin-api-version": "2.1.0" }