build(deps): Bump web-auth/webauthn-lib from 4.7.8 to 4.7.9
Bumps [web-auth/webauthn-lib](https://github.com/web-auth/webauthn-lib) from 4.7.8 to 4.7.9. - [Commits](https://github.com/web-auth/webauthn-lib/compare/4.7.8...4.7.9) --- updated-dependencies: - dependency-name: web-auth/webauthn-lib dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
05ddf27b8c
commit
d70df0a435
1 changed files with 44 additions and 43 deletions
87
composer.lock
generated
87
composer.lock
generated
|
@ -5343,27 +5343,27 @@
|
|||
},
|
||||
{
|
||||
"name": "spomky-labs/cbor-php",
|
||||
"version": "3.0.2",
|
||||
"version": "3.0.4",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Spomky-Labs/cbor-php.git",
|
||||
"reference": "81d5dff7a1101d680729b5789f4359d01b15e6c5"
|
||||
"reference": "658ed12a85a6b31fa312b89cd92f3a4ce6df4c6b"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Spomky-Labs/cbor-php/zipball/81d5dff7a1101d680729b5789f4359d01b15e6c5",
|
||||
"reference": "81d5dff7a1101d680729b5789f4359d01b15e6c5",
|
||||
"url": "https://api.github.com/repos/Spomky-Labs/cbor-php/zipball/658ed12a85a6b31fa312b89cd92f3a4ce6df4c6b",
|
||||
"reference": "658ed12a85a6b31fa312b89cd92f3a4ce6df4c6b",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"brick/math": "^0.9|^0.10|^0.11",
|
||||
"brick/math": "^0.9|^0.10|^0.11|^0.12",
|
||||
"ext-mbstring": "*",
|
||||
"php": ">=8.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"ekino/phpstan-banned-code": "^1.0",
|
||||
"ext-json": "*",
|
||||
"infection/infection": "^0.26",
|
||||
"infection/infection": "^0.27",
|
||||
"php-parallel-lint/php-parallel-lint": "^1.3",
|
||||
"phpstan/extension-installer": "^1.1",
|
||||
"phpstan/phpstan": "^1.0",
|
||||
|
@ -5371,12 +5371,12 @@
|
|||
"phpstan/phpstan-deprecation-rules": "^1.0",
|
||||
"phpstan/phpstan-phpunit": "^1.0",
|
||||
"phpstan/phpstan-strict-rules": "^1.0",
|
||||
"phpunit/phpunit": "^10.0",
|
||||
"phpunit/phpunit": "^10.1",
|
||||
"qossmic/deptrac-shim": "^1.0",
|
||||
"rector/rector": "^0.15",
|
||||
"rector/rector": "^0.19",
|
||||
"roave/security-advisories": "dev-latest",
|
||||
"symfony/var-dumper": "^6.0",
|
||||
"symplify/easy-coding-standard": "^11.1"
|
||||
"symfony/var-dumper": "^6.0|^7.0",
|
||||
"symplify/easy-coding-standard": "^12.0"
|
||||
},
|
||||
"suggest": {
|
||||
"ext-bcmath": "GMP or BCMath extensions will drastically improve the library performance. BCMath extension needed to handle the Big Float and Decimal Fraction Tags",
|
||||
|
@ -5410,7 +5410,7 @@
|
|||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/Spomky-Labs/cbor-php/issues",
|
||||
"source": "https://github.com/Spomky-Labs/cbor-php/tree/3.0.2"
|
||||
"source": "https://github.com/Spomky-Labs/cbor-php/tree/3.0.4"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
|
@ -5422,24 +5422,24 @@
|
|||
"type": "patreon"
|
||||
}
|
||||
],
|
||||
"time": "2023-02-28T21:37:12+00:00"
|
||||
"time": "2024-01-29T20:33:48+00:00"
|
||||
},
|
||||
{
|
||||
"name": "spomky-labs/pki-framework",
|
||||
"version": "1.1.0",
|
||||
"version": "1.1.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Spomky-Labs/pki-framework.git",
|
||||
"reference": "d3ba688bf40e7c6e0dabf065ee18fc210734e760"
|
||||
"reference": "86102bdd19379b2c6e5b0feb94fd490d40e7d133"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Spomky-Labs/pki-framework/zipball/d3ba688bf40e7c6e0dabf065ee18fc210734e760",
|
||||
"reference": "d3ba688bf40e7c6e0dabf065ee18fc210734e760",
|
||||
"url": "https://api.github.com/repos/Spomky-Labs/pki-framework/zipball/86102bdd19379b2c6e5b0feb94fd490d40e7d133",
|
||||
"reference": "86102bdd19379b2c6e5b0feb94fd490d40e7d133",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"brick/math": "^0.10 || ^0.11",
|
||||
"brick/math": "^0.10|^0.11|^0.12",
|
||||
"ext-mbstring": "*",
|
||||
"php": ">=8.1"
|
||||
},
|
||||
|
@ -5447,20 +5447,21 @@
|
|||
"ekino/phpstan-banned-code": "^1.0",
|
||||
"ext-gmp": "*",
|
||||
"ext-openssl": "*",
|
||||
"infection/infection": "^0.26",
|
||||
"infection/infection": "^0.27",
|
||||
"php-parallel-lint/php-parallel-lint": "^1.3",
|
||||
"phpstan/extension-installer": "^1.3",
|
||||
"phpstan/phpstan": "^1.8",
|
||||
"phpstan/phpstan-beberlei-assert": "^1.0",
|
||||
"phpstan/phpstan-deprecation-rules": "^1.0",
|
||||
"phpstan/phpstan-phpunit": "^1.1",
|
||||
"phpstan/phpstan-strict-rules": "^1.3",
|
||||
"phpunit/phpunit": "^10.0",
|
||||
"rector/rector": "^0.15",
|
||||
"phpunit/phpunit": "^10.1",
|
||||
"rector/rector": "^0.19",
|
||||
"roave/security-advisories": "dev-latest",
|
||||
"symfony/phpunit-bridge": "^6.1",
|
||||
"symfony/var-dumper": "^6.1",
|
||||
"symplify/easy-coding-standard": "^11.1",
|
||||
"thecodingmachine/phpstan-safe-rule": "^1.2"
|
||||
"symfony/phpunit-bridge": "^6.4|^7.0",
|
||||
"symfony/string": "^6.4|^7.0",
|
||||
"symfony/var-dumper": "^6.4|^7.0",
|
||||
"symplify/easy-coding-standard": "^12.0"
|
||||
},
|
||||
"suggest": {
|
||||
"ext-bcmath": "For better performance (or GMP)",
|
||||
|
@ -5520,7 +5521,7 @@
|
|||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/Spomky-Labs/pki-framework/issues",
|
||||
"source": "https://github.com/Spomky-Labs/pki-framework/tree/1.1.0"
|
||||
"source": "https://github.com/Spomky-Labs/pki-framework/tree/1.1.1"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
|
@ -5532,7 +5533,7 @@
|
|||
"type": "patreon"
|
||||
}
|
||||
],
|
||||
"time": "2023-02-13T17:21:24+00:00"
|
||||
"time": "2024-02-05T20:37:46+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/console",
|
||||
|
@ -8046,20 +8047,20 @@
|
|||
},
|
||||
{
|
||||
"name": "web-auth/cose-lib",
|
||||
"version": "4.2.3",
|
||||
"version": "4.3.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/web-auth/cose-lib.git",
|
||||
"reference": "0ecad86d2d034ea22e2205d81c8cdec13d93a991"
|
||||
"reference": "e5c417b3b90e06c84638a18d350e438d760cb955"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/web-auth/cose-lib/zipball/0ecad86d2d034ea22e2205d81c8cdec13d93a991",
|
||||
"reference": "0ecad86d2d034ea22e2205d81c8cdec13d93a991",
|
||||
"url": "https://api.github.com/repos/web-auth/cose-lib/zipball/e5c417b3b90e06c84638a18d350e438d760cb955",
|
||||
"reference": "e5c417b3b90e06c84638a18d350e438d760cb955",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"brick/math": "^0.9|^0.10|^0.11",
|
||||
"brick/math": "^0.9|^0.10|^0.11|^0.12",
|
||||
"ext-json": "*",
|
||||
"ext-mbstring": "*",
|
||||
"ext-openssl": "*",
|
||||
|
@ -8077,8 +8078,8 @@
|
|||
"phpstan/phpstan-strict-rules": "^1.2",
|
||||
"phpunit/phpunit": "^10.1",
|
||||
"qossmic/deptrac-shim": "^1.0",
|
||||
"rector/rector": "^0.17",
|
||||
"symfony/phpunit-bridge": "^6.1",
|
||||
"rector/rector": "^0.19",
|
||||
"symfony/phpunit-bridge": "^6.4|^7.0",
|
||||
"symplify/easy-coding-standard": "^12.0"
|
||||
},
|
||||
"suggest": {
|
||||
|
@ -8113,7 +8114,7 @@
|
|||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/web-auth/cose-lib/issues",
|
||||
"source": "https://github.com/web-auth/cose-lib/tree/4.2.3"
|
||||
"source": "https://github.com/web-auth/cose-lib/tree/4.3.0"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
|
@ -8125,11 +8126,11 @@
|
|||
"type": "patreon"
|
||||
}
|
||||
],
|
||||
"time": "2023-07-26T13:32:03+00:00"
|
||||
"time": "2024-02-05T21:00:39+00:00"
|
||||
},
|
||||
{
|
||||
"name": "web-auth/metadata-service",
|
||||
"version": "4.7.8",
|
||||
"version": "4.7.9",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/web-auth/webauthn-metadata-service.git",
|
||||
|
@ -8194,7 +8195,7 @@
|
|||
"webauthn"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/web-auth/webauthn-metadata-service/tree/4.7.8"
|
||||
"source": "https://github.com/web-auth/webauthn-metadata-service/tree/4.7.9"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
|
@ -8210,16 +8211,16 @@
|
|||
},
|
||||
{
|
||||
"name": "web-auth/webauthn-lib",
|
||||
"version": "4.7.8",
|
||||
"version": "4.7.9",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/web-auth/webauthn-lib.git",
|
||||
"reference": "71dda902527deef6421727105c289b5ef53b6967"
|
||||
"reference": "03a652042d7b5e919e449954d729ced26ee3c3c2"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/web-auth/webauthn-lib/zipball/71dda902527deef6421727105c289b5ef53b6967",
|
||||
"reference": "71dda902527deef6421727105c289b5ef53b6967",
|
||||
"url": "https://api.github.com/repos/web-auth/webauthn-lib/zipball/03a652042d7b5e919e449954d729ced26ee3c3c2",
|
||||
"reference": "03a652042d7b5e919e449954d729ced26ee3c3c2",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -8279,7 +8280,7 @@
|
|||
"webauthn"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/web-auth/webauthn-lib/tree/4.7.8"
|
||||
"source": "https://github.com/web-auth/webauthn-lib/tree/4.7.9"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
|
@ -8291,7 +8292,7 @@
|
|||
"type": "patreon"
|
||||
}
|
||||
],
|
||||
"time": "2023-12-08T13:02:43+00:00"
|
||||
"time": "2024-02-05T17:20:58+00:00"
|
||||
},
|
||||
{
|
||||
"name": "webmozart/assert",
|
||||
|
|
Loading…
Add table
Reference in a new issue