From dfdef9d75fc00f69f686a2ff603aac167fe8e807 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Feb 2023 14:33:40 +0000 Subject: [PATCH] Bump firebase/php-jwt Bumps [firebase/php-jwt](https://github.com/firebase/php-jwt) from 3.0.0 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/v3.0.0...v6.0.0) --- updated-dependencies: - dependency-name: firebase/php-jwt dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../composer.json | 2 +- .../composer.lock | 31 ++++++++++++++----- 2 files changed, 24 insertions(+), 9 deletions(-) diff --git a/site/wp-content/plugins/simple-jwt-authentication-master/composer.json b/site/wp-content/plugins/simple-jwt-authentication-master/composer.json index 8ad75284..bbcec68b 100644 --- a/site/wp-content/plugins/simple-jwt-authentication-master/composer.json +++ b/site/wp-content/plugins/simple-jwt-authentication-master/composer.json @@ -6,7 +6,7 @@ "vendor-dir": "includes/vendor" }, "require": { - "firebase/php-jwt": "^3.0", + "firebase/php-jwt": "^6.0", "donatj/phpuseragentparser": "*" } } diff --git a/site/wp-content/plugins/simple-jwt-authentication-master/composer.lock b/site/wp-content/plugins/simple-jwt-authentication-master/composer.lock index 2eb9a6a7..1fd2faa4 100644 --- a/site/wp-content/plugins/simple-jwt-authentication-master/composer.lock +++ b/site/wp-content/plugins/simple-jwt-authentication-master/composer.lock @@ -1,10 +1,10 @@ { "_readme": [ "This file locks the dependencies of your project to a known state", - "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "9a2ed9c13775e608cc90222d627a0479", + "content-hash": "fbff5a1b19235d69e1278ee1c9dbc135", "packages": [ { "name": "donatj/phpuseragentparser", @@ -59,21 +59,27 @@ }, { "name": "firebase/php-jwt", - "version": "v3.0.0", + "version": "v6.0.0", "source": { "type": "git", "url": "https://github.com/firebase/php-jwt.git", - "reference": "fa8a06e96526eb7c0eeaa47e4f39be59d21f16e1" + "reference": "0541cba75ab108ef901985e68055a92646c73534" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/firebase/php-jwt/zipball/fa8a06e96526eb7c0eeaa47e4f39be59d21f16e1", - "reference": "fa8a06e96526eb7c0eeaa47e4f39be59d21f16e1", + "url": "https://api.github.com/repos/firebase/php-jwt/zipball/0541cba75ab108ef901985e68055a92646c73534", + "reference": "0541cba75ab108ef901985e68055a92646c73534", "shasum": "" }, "require": { "php": ">=5.3.0" }, + "require-dev": { + "phpunit/phpunit": ">=4.8 <=9" + }, + "suggest": { + "paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present" + }, "type": "library", "autoload": { "psr-4": { @@ -98,7 +104,15 @@ ], "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.", "homepage": "https://github.com/firebase/php-jwt", - "time": "2015-07-22T18:31:08+00:00" + "keywords": [ + "jwt", + "php" + ], + "support": { + "issues": "https://github.com/firebase/php-jwt/issues", + "source": "https://github.com/firebase/php-jwt/tree/v6.0.0" + }, + "time": "2022-01-24T15:18:34+00:00" } ], "packages-dev": [], @@ -108,5 +122,6 @@ "prefer-stable": false, "prefer-lowest": false, "platform": [], - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "2.3.0" }