diff --git a/composer.json b/composer.json index 134eef14..6c136524 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "require" : { "php": "^7.4 || ^8.0", "jdenticon/jdenticon": "2.0.0", - "mlocati/ip-lib": "1.21.0", + "mlocati/ip-lib": "1.22.0", "symfony/polyfill-php80": "1.31.0", "yzalis/identicon": "2.0.0" }, diff --git a/composer.lock b/composer.lock index 8c44c3b5..b1305855 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "f008f704483472b237031d4fa389cb70", + "content-hash": "6277e4808efe5ed719972b7df1feded3", "packages": [ { "name": "jdenticon/jdenticon", @@ -57,16 +57,16 @@ }, { "name": "mlocati/ip-lib", - "version": "1.21.0", + "version": "1.22.0", "source": { "type": "git", "url": "https://github.com/mlocati/ip-lib.git", - "reference": "b5d38cdcbfc1516604d821a1f3f4a1638f327267" + "reference": "4e40ffd3bf9989db19403d89c4d8be44b87b8a91" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mlocati/ip-lib/zipball/b5d38cdcbfc1516604d821a1f3f4a1638f327267", - "reference": "b5d38cdcbfc1516604d821a1f3f4a1638f327267", + "url": "https://api.github.com/repos/mlocati/ip-lib/zipball/4e40ffd3bf9989db19403d89c4d8be44b87b8a91", + "reference": "4e40ffd3bf9989db19403d89c4d8be44b87b8a91", "shasum": "" }, "require": { @@ -112,7 +112,7 @@ ], "support": { "issues": "https://github.com/mlocati/ip-lib/issues", - "source": "https://github.com/mlocati/ip-lib/tree/1.21.0" + "source": "https://github.com/mlocati/ip-lib/tree/1.22.0" }, "funding": [ { @@ -124,7 +124,7 @@ "type": "other" } ], - "time": "2025-09-24T13:58:50+00:00" + "time": "2025-10-15T12:35:09+00:00" }, { "name": "symfony/polyfill-php80",