From ed3347e835967706081395363e78549b2cb0623d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2025 11:50:21 +0000 Subject: [PATCH] Bump mlocati/ip-lib from 1.18.1 to 1.19.0 Bumps [mlocati/ip-lib](https://github.com/mlocati/ip-lib) from 1.18.1 to 1.19.0. - [Release notes](https://github.com/mlocati/ip-lib/releases) - [Commits](https://github.com/mlocati/ip-lib/compare/1.18.1...1.19.0) --- updated-dependencies: - dependency-name: mlocati/ip-lib dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index bdb8c85c..32670358 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "require" : { "php": "^7.3 || ^8.0", "jdenticon/jdenticon": "1.0.2", - "mlocati/ip-lib": "1.18.1", + "mlocati/ip-lib": "1.19.0", "symfony/polyfill-ctype": "^1.31", "symfony/polyfill-php80": "^1.31", "yzalis/identicon": "2.0.0" diff --git a/composer.lock b/composer.lock index 58222e9f..d4d1afa9 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": "0fdf0f08646fa2a4cf9c076131f529f5", + "content-hash": "034b684cb56661f261b3c82559c38a2b", "packages": [ { "name": "jdenticon/jdenticon", @@ -57,16 +57,16 @@ }, { "name": "mlocati/ip-lib", - "version": "1.18.1", + "version": "1.19.0", "source": { "type": "git", "url": "https://github.com/mlocati/ip-lib.git", - "reference": "08bb43b4949069c543ebdf099a6b2c322d0172ab" + "reference": "86ec0cff2463c83daab105614da42f9221cfed3d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mlocati/ip-lib/zipball/08bb43b4949069c543ebdf099a6b2c322d0172ab", - "reference": "08bb43b4949069c543ebdf099a6b2c322d0172ab", + "url": "https://api.github.com/repos/mlocati/ip-lib/zipball/86ec0cff2463c83daab105614da42f9221cfed3d", + "reference": "86ec0cff2463c83daab105614da42f9221cfed3d", "shasum": "" }, "require": { @@ -112,7 +112,7 @@ ], "support": { "issues": "https://github.com/mlocati/ip-lib/issues", - "source": "https://github.com/mlocati/ip-lib/tree/1.18.1" + "source": "https://github.com/mlocati/ip-lib/tree/1.19.0" }, "funding": [ { @@ -124,7 +124,7 @@ "type": "other" } ], - "time": "2024-10-29T15:44:19+00:00" + "time": "2025-02-04T08:16:46+00:00" }, { "name": "symfony/polyfill-ctype",