Merge pull request #1309 from jonnybarnes/dependabot/composer/web-auth/webauthn-lib-4.8.2
build(deps): Bump web-auth/webauthn-lib from 4.7.9 to 4.8.2
This commit is contained in:
commit
2e26924808
1 changed files with 22 additions and 18 deletions
40
composer.lock
generated
40
composer.lock
generated
|
@ -8142,16 +8142,16 @@
|
|||
},
|
||||
{
|
||||
"name": "web-auth/metadata-service",
|
||||
"version": "4.7.9",
|
||||
"version": "4.8.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/web-auth/webauthn-metadata-service.git",
|
||||
"reference": "1da1fc6d8055c75af4e46cde169d7b920b8af90a"
|
||||
"reference": "024df5fb26166adf388dea697d2826ae5a6001cf"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/web-auth/webauthn-metadata-service/zipball/1da1fc6d8055c75af4e46cde169d7b920b8af90a",
|
||||
"reference": "1da1fc6d8055c75af4e46cde169d7b920b8af90a",
|
||||
"url": "https://api.github.com/repos/web-auth/webauthn-metadata-service/zipball/024df5fb26166adf388dea697d2826ae5a6001cf",
|
||||
"reference": "024df5fb26166adf388dea697d2826ae5a6001cf",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -8168,10 +8168,13 @@
|
|||
"symfony/deprecation-contracts": "^3.2"
|
||||
},
|
||||
"suggest": {
|
||||
"phpdocumentor/reflection-docblock": "As of 4.5.x, the phpdocumentor/reflection-docblock component will become mandatory for converting objects such as the Metadata Statement",
|
||||
"psr/clock-implementation": "As of 4.5.x, the PSR Clock implementation will replace lcobucci/clock",
|
||||
"psr/log-implementation": "Recommended to receive logs from the library",
|
||||
"web-token/jwt-key-mgmt": "Mandatory for fetching Metadata Statement from distant sources",
|
||||
"web-token/jwt-signature-algorithm-ecdsa": "Mandatory for fetching Metadata Statement from distant sources"
|
||||
"symfony/property-access": "As of 4.5.x, the symfony/serializer component will become mandatory for converting objects such as the Metadata Statement",
|
||||
"symfony/property-info": "As of 4.5.x, the symfony/serializer component will become mandatory for converting objects such as the Metadata Statement",
|
||||
"symfony/serializer": "As of 4.5.x, the symfony/serializer component will become mandatory for converting objects such as the Metadata Statement",
|
||||
"web-token/jwt-library": "Mandatory for fetching Metadata Statement from distant sources"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
|
@ -8207,7 +8210,7 @@
|
|||
"webauthn"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/web-auth/webauthn-metadata-service/tree/4.7.9"
|
||||
"source": "https://github.com/web-auth/webauthn-metadata-service/tree/4.8.2"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
|
@ -8219,20 +8222,20 @@
|
|||
"type": "patreon"
|
||||
}
|
||||
],
|
||||
"time": "2023-10-07T13:59:48+00:00"
|
||||
"time": "2024-02-26T07:58:15+00:00"
|
||||
},
|
||||
{
|
||||
"name": "web-auth/webauthn-lib",
|
||||
"version": "4.7.9",
|
||||
"version": "4.8.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/web-auth/webauthn-lib.git",
|
||||
"reference": "03a652042d7b5e919e449954d729ced26ee3c3c2"
|
||||
"reference": "abac08104bbbbdef01ace704c90ff8290696e47f"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/web-auth/webauthn-lib/zipball/03a652042d7b5e919e449954d729ced26ee3c3c2",
|
||||
"reference": "03a652042d7b5e919e449954d729ced26ee3c3c2",
|
||||
"url": "https://api.github.com/repos/web-auth/webauthn-lib/zipball/abac08104bbbbdef01ace704c90ff8290696e47f",
|
||||
"reference": "abac08104bbbbdef01ace704c90ff8290696e47f",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -8251,12 +8254,13 @@
|
|||
"web-auth/metadata-service": "self.version"
|
||||
},
|
||||
"suggest": {
|
||||
"phpdocumentor/reflection-docblock": "As of 4.5.x, the phpdocumentor/reflection-docblock component will become mandatory for converting objects such as the Metadata Statement",
|
||||
"psr/log-implementation": "Recommended to receive logs from the library",
|
||||
"symfony/event-dispatcher": "Recommended to use dispatched events",
|
||||
"web-token/jwt-key-mgmt": "Mandatory for the AndroidSafetyNet Attestation Statement support",
|
||||
"web-token/jwt-signature-algorithm-ecdsa": "Recommended for the AndroidSafetyNet Attestation Statement support",
|
||||
"web-token/jwt-signature-algorithm-eddsa": "Recommended for the AndroidSafetyNet Attestation Statement support",
|
||||
"web-token/jwt-signature-algorithm-rsa": "Mandatory for the AndroidSafetyNet Attestation Statement support"
|
||||
"symfony/property-access": "As of 4.5.x, the symfony/serializer component will become mandatory for converting objects such as the Metadata Statement",
|
||||
"symfony/property-info": "As of 4.5.x, the symfony/serializer component will become mandatory for converting objects such as the Metadata Statement",
|
||||
"symfony/serializer": "As of 4.5.x, the symfony/serializer component will become mandatory for converting objects such as the Metadata Statement",
|
||||
"web-token/jwt-library": "Mandatory for the AndroidSafetyNet Attestation Statement support"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
|
@ -8292,7 +8296,7 @@
|
|||
"webauthn"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/web-auth/webauthn-lib/tree/4.7.9"
|
||||
"source": "https://github.com/web-auth/webauthn-lib/tree/4.8.2"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
|
@ -8304,7 +8308,7 @@
|
|||
"type": "patreon"
|
||||
}
|
||||
],
|
||||
"time": "2024-02-05T17:20:58+00:00"
|
||||
"time": "2024-02-26T19:17:26+00:00"
|
||||
},
|
||||
{
|
||||
"name": "webmozart/assert",
|
||||
|
|
Loading…
Add table
Reference in a new issue