Merge pull request #1487 from jonnybarnes/dependabot/composer/web-auth/webauthn-lib-5.0.0

build(deps): Bump web-auth/webauthn-lib from 4.9.1 to 5.0.0
This commit is contained in:
Jonny Barnes 2024-07-19 13:33:03 +01:00 committed by GitHub
commit a93219f4bb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 25 additions and 94 deletions

View file

@ -33,7 +33,7 @@
"symfony/html-sanitizer": "^7.0", "symfony/html-sanitizer": "^7.0",
"symfony/property-access": "^7.0", "symfony/property-access": "^7.0",
"symfony/serializer": "^7.0", "symfony/serializer": "^7.0",
"web-auth/webauthn-lib": "^4.7" "web-auth/webauthn-lib": "^5.0"
}, },
"require-dev": { "require-dev": {
"barryvdh/laravel-debugbar": "^3.0", "barryvdh/laravel-debugbar": "^3.0",

117
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "22b0b5bb1551ec7ed14a1f2a9e3a5f60", "content-hash": "fcd321c087aabdc3da9887c0b0b04f73",
"packages": [ "packages": [
{ {
"name": "aws/aws-crt-php", "name": "aws/aws-crt-php",
@ -2608,70 +2608,6 @@
}, },
"time": "2024-01-04T16:10:04+00:00" "time": "2024-01-04T16:10:04+00:00"
}, },
{
"name": "lcobucci/clock",
"version": "3.2.0",
"source": {
"type": "git",
"url": "https://github.com/lcobucci/clock.git",
"reference": "6f28b826ea01306b07980cb8320ab30b966cd715"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/lcobucci/clock/zipball/6f28b826ea01306b07980cb8320ab30b966cd715",
"reference": "6f28b826ea01306b07980cb8320ab30b966cd715",
"shasum": ""
},
"require": {
"php": "~8.2.0 || ~8.3.0",
"psr/clock": "^1.0"
},
"provide": {
"psr/clock-implementation": "1.0"
},
"require-dev": {
"infection/infection": "^0.27",
"lcobucci/coding-standard": "^11.0.0",
"phpstan/extension-installer": "^1.3.1",
"phpstan/phpstan": "^1.10.25",
"phpstan/phpstan-deprecation-rules": "^1.1.3",
"phpstan/phpstan-phpunit": "^1.3.13",
"phpstan/phpstan-strict-rules": "^1.5.1",
"phpunit/phpunit": "^10.2.3"
},
"type": "library",
"autoload": {
"psr-4": {
"Lcobucci\\Clock\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Luís Cobucci",
"email": "lcobucci@gmail.com"
}
],
"description": "Yet another clock abstraction",
"support": {
"issues": "https://github.com/lcobucci/clock/issues",
"source": "https://github.com/lcobucci/clock/tree/3.2.0"
},
"funding": [
{
"url": "https://github.com/lcobucci",
"type": "github"
},
{
"url": "https://www.patreon.com/lcobucci",
"type": "patreon"
}
],
"time": "2023-11-17T17:00:27+00:00"
},
{ {
"name": "lcobucci/jwt", "name": "lcobucci/jwt",
"version": "5.3.0", "version": "5.3.0",
@ -8793,38 +8729,37 @@
}, },
{ {
"name": "web-auth/cose-lib", "name": "web-auth/cose-lib",
"version": "4.3.0", "version": "4.4.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/web-auth/cose-lib.git", "url": "https://github.com/web-auth/cose-lib.git",
"reference": "e5c417b3b90e06c84638a18d350e438d760cb955" "reference": "2166016e48e0214f4f63320a7758a9386d14c92a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/web-auth/cose-lib/zipball/e5c417b3b90e06c84638a18d350e438d760cb955", "url": "https://api.github.com/repos/web-auth/cose-lib/zipball/2166016e48e0214f4f63320a7758a9386d14c92a",
"reference": "e5c417b3b90e06c84638a18d350e438d760cb955", "reference": "2166016e48e0214f4f63320a7758a9386d14c92a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"brick/math": "^0.9|^0.10|^0.11|^0.12", "brick/math": "^0.9|^0.10|^0.11|^0.12",
"ext-json": "*", "ext-json": "*",
"ext-mbstring": "*",
"ext-openssl": "*", "ext-openssl": "*",
"php": ">=8.1", "php": ">=8.1",
"spomky-labs/pki-framework": "^1.0" "spomky-labs/pki-framework": "^1.0"
}, },
"require-dev": { "require-dev": {
"ekino/phpstan-banned-code": "^1.0", "ekino/phpstan-banned-code": "^1.0",
"infection/infection": "^0.27", "infection/infection": "^0.29",
"php-parallel-lint/php-parallel-lint": "^1.3", "php-parallel-lint/php-parallel-lint": "^1.3",
"phpstan/extension-installer": "^1.3", "phpstan/extension-installer": "^1.3",
"phpstan/phpstan": "^1.7", "phpstan/phpstan": "^1.7",
"phpstan/phpstan-deprecation-rules": "^1.0", "phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-phpunit": "^1.1", "phpstan/phpstan-phpunit": "^1.1",
"phpstan/phpstan-strict-rules": "^1.2", "phpstan/phpstan-strict-rules": "^1.2",
"phpunit/phpunit": "^10.1", "phpunit/phpunit": "^10.1|^11.0",
"qossmic/deptrac-shim": "^1.0", "qossmic/deptrac": "^2.0",
"rector/rector": "^0.19", "rector/rector": "^1.0",
"symfony/phpunit-bridge": "^6.4|^7.0", "symfony/phpunit-bridge": "^6.4|^7.0",
"symplify/easy-coding-standard": "^12.0" "symplify/easy-coding-standard": "^12.0"
}, },
@ -8860,7 +8795,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/web-auth/cose-lib/issues", "issues": "https://github.com/web-auth/cose-lib/issues",
"source": "https://github.com/web-auth/cose-lib/tree/4.3.0" "source": "https://github.com/web-auth/cose-lib/tree/4.4.0"
}, },
"funding": [ "funding": [
{ {
@ -8872,48 +8807,44 @@
"type": "patreon" "type": "patreon"
} }
], ],
"time": "2024-02-05T21:00:39+00:00" "time": "2024-07-18T08:47:32+00:00"
}, },
{ {
"name": "web-auth/webauthn-lib", "name": "web-auth/webauthn-lib",
"version": "4.9.1", "version": "5.0.0",
"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": "fd7a0943c663b325e92ad562c2bcc943e77beeac" "reference": "aff3ff0f4225e570b0ed188eeba98d9501607d11"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/web-auth/webauthn-lib/zipball/fd7a0943c663b325e92ad562c2bcc943e77beeac", "url": "https://api.github.com/repos/web-auth/webauthn-lib/zipball/aff3ff0f4225e570b0ed188eeba98d9501607d11",
"reference": "fd7a0943c663b325e92ad562c2bcc943e77beeac", "reference": "aff3ff0f4225e570b0ed188eeba98d9501607d11",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-json": "*", "ext-json": "*",
"ext-mbstring": "*",
"ext-openssl": "*", "ext-openssl": "*",
"lcobucci/clock": "^2.2|^3.0",
"paragonie/constant_time_encoding": "^2.6|^3.0", "paragonie/constant_time_encoding": "^2.6|^3.0",
"php": ">=8.1", "php": ">=8.2",
"phpdocumentor/reflection-docblock": "^5.3",
"psr/clock": "^1.0", "psr/clock": "^1.0",
"psr/event-dispatcher": "^1.0", "psr/event-dispatcher": "^1.0",
"psr/http-client": "^1.0",
"psr/http-factory": "^1.0",
"psr/log": "^1.0|^2.0|^3.0", "psr/log": "^1.0|^2.0|^3.0",
"spomky-labs/cbor-php": "^3.0", "spomky-labs/cbor-php": "^3.0",
"spomky-labs/pki-framework": "^1.0", "spomky-labs/pki-framework": "^1.0",
"symfony/clock": "^6.4|^7.0",
"symfony/deprecation-contracts": "^3.2", "symfony/deprecation-contracts": "^3.2",
"symfony/uid": "^6.1|^7.0", "symfony/property-access": "^6.4|^7.0",
"symfony/property-info": "^6.4|^7.0",
"symfony/serializer": "^6.4|^7.0",
"symfony/uid": "^6.4|^7.0",
"web-auth/cose-lib": "^4.2.3" "web-auth/cose-lib": "^4.2.3"
}, },
"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/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",
"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" "web-token/jwt-library": "Mandatory for fetching Metadata Statement from distant sources"
}, },
"type": "library", "type": "library",
@ -8950,7 +8881,7 @@
"webauthn" "webauthn"
], ],
"support": { "support": {
"source": "https://github.com/web-auth/webauthn-lib/tree/4.9.1" "source": "https://github.com/web-auth/webauthn-lib/tree/5.0.0"
}, },
"funding": [ "funding": [
{ {
@ -8962,7 +8893,7 @@
"type": "patreon" "type": "patreon"
} }
], ],
"time": "2024-07-16T18:36:36+00:00" "time": "2024-07-12T14:35:35+00:00"
}, },
{ {
"name": "webmozart/assert", "name": "webmozart/assert",