build(deps): Bump web-auth/webauthn-lib from 4.7.9 to 4.8.2

Bumps [web-auth/webauthn-lib](https://github.com/web-auth/webauthn-lib) from 4.7.9 to 4.8.2.
- [Commits](https://github.com/web-auth/webauthn-lib/compare/4.7.9...4.8.2)

---
updated-dependencies:
- dependency-name: web-auth/webauthn-lib
  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] 2024-02-27 18:06:06 +00:00 committed by GitHub
parent 88e986c883
commit 2e9ad7d2e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

40
composer.lock generated
View file

@ -8142,16 +8142,16 @@
}, },
{ {
"name": "web-auth/metadata-service", "name": "web-auth/metadata-service",
"version": "4.7.9", "version": "4.8.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/web-auth/webauthn-metadata-service.git", "url": "https://github.com/web-auth/webauthn-metadata-service.git",
"reference": "1da1fc6d8055c75af4e46cde169d7b920b8af90a" "reference": "024df5fb26166adf388dea697d2826ae5a6001cf"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/web-auth/webauthn-metadata-service/zipball/1da1fc6d8055c75af4e46cde169d7b920b8af90a", "url": "https://api.github.com/repos/web-auth/webauthn-metadata-service/zipball/024df5fb26166adf388dea697d2826ae5a6001cf",
"reference": "1da1fc6d8055c75af4e46cde169d7b920b8af90a", "reference": "024df5fb26166adf388dea697d2826ae5a6001cf",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -8168,10 +8168,13 @@
"symfony/deprecation-contracts": "^3.2" "symfony/deprecation-contracts": "^3.2"
}, },
"suggest": { "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/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", "psr/log-implementation": "Recommended to receive logs from the library",
"web-token/jwt-key-mgmt": "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",
"web-token/jwt-signature-algorithm-ecdsa": "Mandatory for fetching Metadata Statement from distant sources" "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", "type": "library",
"extra": { "extra": {
@ -8207,7 +8210,7 @@
"webauthn" "webauthn"
], ],
"support": { "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": [ "funding": [
{ {
@ -8219,20 +8222,20 @@
"type": "patreon" "type": "patreon"
} }
], ],
"time": "2023-10-07T13:59:48+00:00" "time": "2024-02-26T07:58:15+00:00"
}, },
{ {
"name": "web-auth/webauthn-lib", "name": "web-auth/webauthn-lib",
"version": "4.7.9", "version": "4.8.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/web-auth/webauthn-lib.git", "url": "https://github.com/web-auth/webauthn-lib.git",
"reference": "03a652042d7b5e919e449954d729ced26ee3c3c2" "reference": "abac08104bbbbdef01ace704c90ff8290696e47f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/web-auth/webauthn-lib/zipball/03a652042d7b5e919e449954d729ced26ee3c3c2", "url": "https://api.github.com/repos/web-auth/webauthn-lib/zipball/abac08104bbbbdef01ace704c90ff8290696e47f",
"reference": "03a652042d7b5e919e449954d729ced26ee3c3c2", "reference": "abac08104bbbbdef01ace704c90ff8290696e47f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -8251,12 +8254,13 @@
"web-auth/metadata-service": "self.version" "web-auth/metadata-service": "self.version"
}, },
"suggest": { "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", "psr/log-implementation": "Recommended to receive logs from the library",
"symfony/event-dispatcher": "Recommended to use dispatched events", "symfony/event-dispatcher": "Recommended to use dispatched events",
"web-token/jwt-key-mgmt": "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",
"web-token/jwt-signature-algorithm-ecdsa": "Recommended for the AndroidSafetyNet Attestation Statement support", "symfony/property-info": "As of 4.5.x, the symfony/serializer component will become mandatory for converting objects such as the Metadata Statement",
"web-token/jwt-signature-algorithm-eddsa": "Recommended for the AndroidSafetyNet Attestation Statement support", "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-signature-algorithm-rsa": "Mandatory for the AndroidSafetyNet Attestation Statement support" "web-token/jwt-library": "Mandatory for the AndroidSafetyNet Attestation Statement support"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
@ -8292,7 +8296,7 @@
"webauthn" "webauthn"
], ],
"support": { "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": [ "funding": [
{ {
@ -8304,7 +8308,7 @@
"type": "patreon" "type": "patreon"
} }
], ],
"time": "2024-02-05T17:20:58+00:00" "time": "2024-02-26T19:17:26+00:00"
}, },
{ {
"name": "webmozart/assert", "name": "webmozart/assert",