From 6db7d9a6fa7e51e8ed52531b313ea3b8e4f48b67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 11:33:35 +0000 Subject: [PATCH] Bump mlocati/ip-lib from 1.18.0 to 1.18.1 Bumps [mlocati/ip-lib](https://github.com/mlocati/ip-lib) from 1.18.0 to 1.18.1. - [Release notes](https://github.com/mlocati/ip-lib/releases) - [Commits](https://github.com/mlocati/ip-lib/compare/1.18.0...1.18.1) --- updated-dependencies: - dependency-name: mlocati/ip-lib dependency-type: direct:production update-type: version-update:semver-patch ... 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 0d792ebf..e7e006b4 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.0", + "mlocati/ip-lib": "1.18.1", "yzalis/identicon": "2.0.0" }, "suggest" : { diff --git a/composer.lock b/composer.lock index a08c960e..d998c476 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": "b76c0c25f93dc79c4525cb3c86e5af99", + "content-hash": "bb78267a7d61d23706111a91bc90d515", "packages": [ { "name": "jdenticon/jdenticon", @@ -57,16 +57,16 @@ }, { "name": "mlocati/ip-lib", - "version": "1.18.0", + "version": "1.18.1", "source": { "type": "git", "url": "https://github.com/mlocati/ip-lib.git", - "reference": "c77bd0b1f3e3956c7e9661e75cb1f54ed67d95d2" + "reference": "08bb43b4949069c543ebdf099a6b2c322d0172ab" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mlocati/ip-lib/zipball/c77bd0b1f3e3956c7e9661e75cb1f54ed67d95d2", - "reference": "c77bd0b1f3e3956c7e9661e75cb1f54ed67d95d2", + "url": "https://api.github.com/repos/mlocati/ip-lib/zipball/08bb43b4949069c543ebdf099a6b2c322d0172ab", + "reference": "08bb43b4949069c543ebdf099a6b2c322d0172ab", "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.0" + "source": "https://github.com/mlocati/ip-lib/tree/1.18.1" }, "funding": [ { @@ -124,7 +124,7 @@ "type": "other" } ], - "time": "2022-01-13T18:05:33+00:00" + "time": "2024-10-29T15:44:19+00:00" }, { "name": "yzalis/identicon",