From ae42fead6fb0c3e5e2c75c3f867bde1a5eb8b6f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 May 2023 18:33:10 +0000 Subject: [PATCH] Bump firebase/php-jwt from 5.5.1 to 6.0.0 in /JWTConsoleApp Bumps [firebase/php-jwt](https://github.com/firebase/php-jwt) from 5.5.1 to 6.0.0. - [Release notes](https://github.com/firebase/php-jwt/releases) - [Changelog](https://github.com/firebase/php-jwt/blob/main/CHANGELOG.md) - [Commits](https://github.com/firebase/php-jwt/compare/v5.5.1...v6.0.0) --- updated-dependencies: - dependency-name: firebase/php-jwt dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- JWTConsoleApp/composer.json | 2 +- JWTConsoleApp/composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/JWTConsoleApp/composer.json b/JWTConsoleApp/composer.json index e89b601..5368f7b 100644 --- a/JWTConsoleApp/composer.json +++ b/JWTConsoleApp/composer.json @@ -10,7 +10,7 @@ "league/oauth2-client": "^2.6.1", "ext-json": "*", "guzzlehttp/guzzle": "7.5.0", - "firebase/php-jwt": "5.5.1", + "firebase/php-jwt": "6.0.0", "mashape/unirest-php": "3.0.4" } } diff --git a/JWTConsoleApp/composer.lock b/JWTConsoleApp/composer.lock index 8eb5d3e..b8a9296 100644 --- a/JWTConsoleApp/composer.lock +++ b/JWTConsoleApp/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": "bf3039c58213d94000abfdbf88a0055d", + "content-hash": "a93a5ecb45a62dd588388d5fc947c5f0", "packages": [ { "name": "docusign/esign-client", @@ -67,16 +67,16 @@ }, { "name": "firebase/php-jwt", - "version": "v5.5.1", + "version": "v6.0.0", "source": { "type": "git", "url": "https://github.com/firebase/php-jwt.git", - "reference": "83b609028194aa042ea33b5af2d41a7427de80e6" + "reference": "0541cba75ab108ef901985e68055a92646c73534" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/firebase/php-jwt/zipball/83b609028194aa042ea33b5af2d41a7427de80e6", - "reference": "83b609028194aa042ea33b5af2d41a7427de80e6", + "url": "https://api.github.com/repos/firebase/php-jwt/zipball/0541cba75ab108ef901985e68055a92646c73534", + "reference": "0541cba75ab108ef901985e68055a92646c73534", "shasum": "" }, "require": { @@ -118,9 +118,9 @@ ], "support": { "issues": "https://github.com/firebase/php-jwt/issues", - "source": "https://github.com/firebase/php-jwt/tree/v5.5.1" + "source": "https://github.com/firebase/php-jwt/tree/v6.0.0" }, - "time": "2021-11-08T20:18:51+00:00" + "time": "2022-01-24T15:18:34+00:00" }, { "name": "guzzlehttp/guzzle",