diff --git a/composer.lock b/composer.lock index f239193..c47b121 100644 --- a/composer.lock +++ b/composer.lock @@ -2791,28 +2791,28 @@ }, { "name": "react/datagram", - "version": "v1.9.0", + "version": "v1.10.0", "source": { "type": "git", "url": "https://github.com/reactphp/datagram.git", - "reference": "13c259bb2fd04f238eeb85f3783167eedec46e2c" + "reference": "9236e1f5a67a6029be17d551e9858c487836c301" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/reactphp/datagram/zipball/13c259bb2fd04f238eeb85f3783167eedec46e2c", - "reference": "13c259bb2fd04f238eeb85f3783167eedec46e2c", + "url": "https://api.github.com/repos/reactphp/datagram/zipball/9236e1f5a67a6029be17d551e9858c487836c301", + "reference": "9236e1f5a67a6029be17d551e9858c487836c301", "shasum": "" }, "require": { "evenement/evenement": "^3.0 || ^2.0 || ^1.0", "php": ">=5.3", - "react/dns": "^1.7", + "react/dns": "^1.13", "react/event-loop": "^1.2", - "react/promise": "^3 || ^2.1 || ^1.2" + "react/promise": "^3.2 || ^2.1 || ^1.2" }, "require-dev": { - "phpunit/phpunit": "^9.5 || ^5.7 || ^4.8.35", - "react/async": "^4 || ^3 || ^2" + "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36", + "react/async": "^4.3 || ^3 || ^2" }, "type": "library", "autoload": { @@ -2860,7 +2860,7 @@ ], "support": { "issues": "https://github.com/reactphp/datagram/issues", - "source": "https://github.com/reactphp/datagram/tree/v1.9.0" + "source": "https://github.com/reactphp/datagram/tree/v1.10.0" }, "funding": [ { @@ -2868,7 +2868,7 @@ "type": "open_collective" } ], - "time": "2022-12-05T13:45:40+00:00" + "time": "2024-09-06T11:22:35+00:00" }, { "name": "react/dns",