build(deps): Bump lcobucci/jwt from 5.1.0 to 5.2.0

Bumps [lcobucci/jwt](https://github.com/lcobucci/jwt) from 5.1.0 to 5.2.0.
- [Release notes](https://github.com/lcobucci/jwt/releases)
- [Commits](https://github.com/lcobucci/jwt/compare/5.1.0...5.2.0)

---
updated-dependencies:
- dependency-name: lcobucci/jwt
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-11-21 09:41:44 +00:00 committed by GitHub
parent 6fd3cae8f3
commit eb26bbc2eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

14
composer.lock generated
View file

@ -2489,21 +2489,19 @@
},
{
"name": "lcobucci/jwt",
"version": "5.1.0",
"version": "5.2.0",
"source": {
"type": "git",
"url": "https://github.com/lcobucci/jwt.git",
"reference": "f0031c07b96db6a0ca649206e7eacddb7e9d5908"
"reference": "0ba88aed12c04bd2ed9924f500673f32b67a6211"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/lcobucci/jwt/zipball/f0031c07b96db6a0ca649206e7eacddb7e9d5908",
"reference": "f0031c07b96db6a0ca649206e7eacddb7e9d5908",
"url": "https://api.github.com/repos/lcobucci/jwt/zipball/0ba88aed12c04bd2ed9924f500673f32b67a6211",
"reference": "0ba88aed12c04bd2ed9924f500673f32b67a6211",
"shasum": ""
},
"require": {
"ext-hash": "*",
"ext-json": "*",
"ext-openssl": "*",
"ext-sodium": "*",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
@ -2548,7 +2546,7 @@
],
"support": {
"issues": "https://github.com/lcobucci/jwt/issues",
"source": "https://github.com/lcobucci/jwt/tree/5.1.0"
"source": "https://github.com/lcobucci/jwt/tree/5.2.0"
},
"funding": [
{
@ -2560,7 +2558,7 @@
"type": "patreon"
}
],
"time": "2023-10-31T06:41:47+00:00"
"time": "2023-11-20T21:17:42+00:00"
},
{
"name": "league/commonmark",