From c1b6139c93e41fc9787117d87343bb95985d7e67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 14:03:10 +0000 Subject: [PATCH] Bump geoip2/geoip2 from 2.13.0 to 3.0.0 in /_backend Bumps [geoip2/geoip2](https://github.com/maxmind/GeoIP2-php) from 2.13.0 to 3.0.0. - [Release notes](https://github.com/maxmind/GeoIP2-php/releases) - [Changelog](https://github.com/maxmind/GeoIP2-php/blob/main/CHANGELOG.md) - [Commits](https://github.com/maxmind/GeoIP2-php/compare/v2.13.0...v3.0.0) --- updated-dependencies: - dependency-name: geoip2/geoip2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- _backend/composer.json | 2 +- _backend/composer.lock | 50 +++++++++++++++++++----------------------- 2 files changed, 24 insertions(+), 28 deletions(-) diff --git a/_backend/composer.json b/_backend/composer.json index 0ef6eeb7b4..0d8760be9c 100644 --- a/_backend/composer.json +++ b/_backend/composer.json @@ -14,7 +14,7 @@ "stripe/stripe-php": "13.8.0", "sentry/sdk": "^3.3.0", "erusev/parsedown-extra": "^0.8", - "geoip2/geoip2": "^2.0", + "geoip2/geoip2": "^3.0", "ext-intl": ">=7", "ext-json": ">=7" }, diff --git a/_backend/composer.lock b/_backend/composer.lock index 043ea5678a..bc91e93532 100644 --- a/_backend/composer.lock +++ b/_backend/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": "faf938e8fdf1397394fb6316296918d2", + "content-hash": "e5faefb392e4894f6cc7369999af64bd", "packages": [ { "name": "clue/stream-filter", @@ -74,16 +74,16 @@ }, { "name": "composer/ca-bundle", - "version": "1.3.5", + "version": "1.4.0", "source": { "type": "git", "url": "https://github.com/composer/ca-bundle.git", - "reference": "74780ccf8c19d6acb8d65c5f39cd72110e132bbd" + "reference": "b66d11b7479109ab547f9405b97205640b17d385" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/ca-bundle/zipball/74780ccf8c19d6acb8d65c5f39cd72110e132bbd", - "reference": "74780ccf8c19d6acb8d65c5f39cd72110e132bbd", + "url": "https://api.github.com/repos/composer/ca-bundle/zipball/b66d11b7479109ab547f9405b97205640b17d385", + "reference": "b66d11b7479109ab547f9405b97205640b17d385", "shasum": "" }, "require": { @@ -95,7 +95,7 @@ "phpstan/phpstan": "^0.12.55", "psr/log": "^1.0", "symfony/phpunit-bridge": "^4.2 || ^5", - "symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0" + "symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0" }, "type": "library", "extra": { @@ -130,7 +130,7 @@ "support": { "irc": "irc://irc.freenode.org/composer", "issues": "https://github.com/composer/ca-bundle/issues", - "source": "https://github.com/composer/ca-bundle/tree/1.3.5" + "source": "https://github.com/composer/ca-bundle/tree/1.4.0" }, "funding": [ { @@ -146,7 +146,7 @@ "type": "tidelift" } ], - "time": "2023-01-11T08:27:00+00:00" + "time": "2023-12-18T12:05:55+00:00" }, { "name": "erusev/parsedown", @@ -251,28 +251,28 @@ }, { "name": "geoip2/geoip2", - "version": "v2.13.0", + "version": "v3.0.0", "source": { "type": "git", "url": "git@github.com:maxmind/GeoIP2-php.git", - "reference": "6a41d8fbd6b90052bc34dff3b4252d0f88067b23" + "reference": "1a802ce9356cdd1c6b681c030fd9563750e11e6a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/maxmind/GeoIP2-php/zipball/6a41d8fbd6b90052bc34dff3b4252d0f88067b23", - "reference": "6a41d8fbd6b90052bc34dff3b4252d0f88067b23", + "url": "https://api.github.com/repos/maxmind/GeoIP2-php/zipball/1a802ce9356cdd1c6b681c030fd9563750e11e6a", + "reference": "1a802ce9356cdd1c6b681c030fd9563750e11e6a", "shasum": "" }, "require": { "ext-json": "*", - "maxmind-db/reader": "~1.8", + "maxmind-db/reader": "^1.11.1", "maxmind/web-service-common": "~0.8", - "php": ">=7.2" + "php": ">=8.1" }, "require-dev": { "friendsofphp/php-cs-fixer": "3.*", "phpstan/phpstan": "*", - "phpunit/phpunit": "^8.0 || ^9.0", + "phpunit/phpunit": "^10.0", "squizlabs/php_codesniffer": "3.*" }, "type": "library", @@ -301,7 +301,7 @@ "geolocation", "maxmind" ], - "time": "2022-08-05T20:32:58+00:00" + "time": "2023-12-04T17:16:34+00:00" }, { "name": "guzzlehttp/promises", @@ -621,23 +621,23 @@ }, { "name": "maxmind-db/reader", - "version": "v1.11.0", + "version": "v1.11.1", "source": { "type": "git", - "url": "https://github.com/maxmind/MaxMind-DB-Reader-php.git", - "reference": "b1f3c0699525336d09cc5161a2861268d9f2ae5b" + "url": "git@github.com:maxmind/MaxMind-DB-Reader-php.git", + "reference": "1e66f73ffcf25e17c7a910a1317e9720a95497c7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/maxmind/MaxMind-DB-Reader-php/zipball/b1f3c0699525336d09cc5161a2861268d9f2ae5b", - "reference": "b1f3c0699525336d09cc5161a2861268d9f2ae5b", + "url": "https://api.github.com/repos/maxmind/MaxMind-DB-Reader-php/zipball/1e66f73ffcf25e17c7a910a1317e9720a95497c7", + "reference": "1e66f73ffcf25e17c7a910a1317e9720a95497c7", "shasum": "" }, "require": { "php": ">=7.2" }, "conflict": { - "ext-maxminddb": "<1.10.1,>=2.0.0" + "ext-maxminddb": "<1.11.1,>=2.0.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "3.*", @@ -678,11 +678,7 @@ "geolocation", "maxmind" ], - "support": { - "issues": "https://github.com/maxmind/MaxMind-DB-Reader-php/issues", - "source": "https://github.com/maxmind/MaxMind-DB-Reader-php/tree/v1.11.0" - }, - "time": "2021-10-18T15:23:10+00:00" + "time": "2023-12-02T00:09:23+00:00" }, { "name": "maxmind/web-service-common",