Merge pull request #1132 from jonnybarnes/dependabot/composer/web-auth/webauthn-lib-4.7.7

build(deps): Bump web-auth/webauthn-lib from 4.7.4 to 4.7.7
This commit is contained in:
Jonny Barnes 2023-11-20 17:16:03 +00:00 committed by GitHub
commit 14ccd1fec1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

44
composer.lock generated
View file

@ -2425,34 +2425,34 @@
}, },
{ {
"name": "lcobucci/clock", "name": "lcobucci/clock",
"version": "3.1.0", "version": "3.2.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/lcobucci/clock.git", "url": "https://github.com/lcobucci/clock.git",
"reference": "30a854ceb22bd87d83a7a4563b3f6312453945fc" "reference": "6f28b826ea01306b07980cb8320ab30b966cd715"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/lcobucci/clock/zipball/30a854ceb22bd87d83a7a4563b3f6312453945fc", "url": "https://api.github.com/repos/lcobucci/clock/zipball/6f28b826ea01306b07980cb8320ab30b966cd715",
"reference": "30a854ceb22bd87d83a7a4563b3f6312453945fc", "reference": "6f28b826ea01306b07980cb8320ab30b966cd715",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "~8.2.0", "php": "~8.2.0 || ~8.3.0",
"psr/clock": "^1.0" "psr/clock": "^1.0"
}, },
"provide": { "provide": {
"psr/clock-implementation": "1.0" "psr/clock-implementation": "1.0"
}, },
"require-dev": { "require-dev": {
"infection/infection": "^0.26", "infection/infection": "^0.27",
"lcobucci/coding-standard": "^10.0.0", "lcobucci/coding-standard": "^11.0.0",
"phpstan/extension-installer": "^1.2", "phpstan/extension-installer": "^1.3.1",
"phpstan/phpstan": "^1.10.7", "phpstan/phpstan": "^1.10.25",
"phpstan/phpstan-deprecation-rules": "^1.1.3", "phpstan/phpstan-deprecation-rules": "^1.1.3",
"phpstan/phpstan-phpunit": "^1.3.10", "phpstan/phpstan-phpunit": "^1.3.13",
"phpstan/phpstan-strict-rules": "^1.5.0", "phpstan/phpstan-strict-rules": "^1.5.1",
"phpunit/phpunit": "^10.0.17" "phpunit/phpunit": "^10.2.3"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -2473,7 +2473,7 @@
"description": "Yet another clock abstraction", "description": "Yet another clock abstraction",
"support": { "support": {
"issues": "https://github.com/lcobucci/clock/issues", "issues": "https://github.com/lcobucci/clock/issues",
"source": "https://github.com/lcobucci/clock/tree/3.1.0" "source": "https://github.com/lcobucci/clock/tree/3.2.0"
}, },
"funding": [ "funding": [
{ {
@ -2485,7 +2485,7 @@
"type": "patreon" "type": "patreon"
} }
], ],
"time": "2023-03-20T19:12:25+00:00" "time": "2023-11-17T17:00:27+00:00"
}, },
{ {
"name": "lcobucci/jwt", "name": "lcobucci/jwt",
@ -8037,7 +8037,7 @@
}, },
{ {
"name": "web-auth/metadata-service", "name": "web-auth/metadata-service",
"version": "4.7.4", "version": "4.7.7",
"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",
@ -8102,7 +8102,7 @@
"webauthn" "webauthn"
], ],
"support": { "support": {
"source": "https://github.com/web-auth/webauthn-metadata-service/tree/4.7.4" "source": "https://github.com/web-auth/webauthn-metadata-service/tree/4.7.7"
}, },
"funding": [ "funding": [
{ {
@ -8118,16 +8118,16 @@
}, },
{ {
"name": "web-auth/webauthn-lib", "name": "web-auth/webauthn-lib",
"version": "4.7.4", "version": "4.7.7",
"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": "944f70e4c578d44d496f8a12299a4d89bf58e3bb" "reference": "4e1b877733e4cbd43101cf0ba07f0854e4cb23de"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/web-auth/webauthn-lib/zipball/944f70e4c578d44d496f8a12299a4d89bf58e3bb", "url": "https://api.github.com/repos/web-auth/webauthn-lib/zipball/4e1b877733e4cbd43101cf0ba07f0854e4cb23de",
"reference": "944f70e4c578d44d496f8a12299a4d89bf58e3bb", "reference": "4e1b877733e4cbd43101cf0ba07f0854e4cb23de",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -8190,7 +8190,7 @@
"webauthn" "webauthn"
], ],
"support": { "support": {
"source": "https://github.com/web-auth/webauthn-lib/tree/4.7.4" "source": "https://github.com/web-auth/webauthn-lib/tree/4.7.7"
}, },
"funding": [ "funding": [
{ {
@ -8202,7 +8202,7 @@
"type": "patreon" "type": "patreon"
} }
], ],
"time": "2023-11-12T07:41:19+00:00" "time": "2023-11-17T11:42:57+00:00"
}, },
{ {
"name": "webmozart/assert", "name": "webmozart/assert",