From 87e865bbf80d187a2c26d94e01354fde7a70a645 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 04:13:50 +0000 Subject: [PATCH] chore(deps): bump @maxmind/geoip2-node from 6.3.4 to 7.0.0 Bumps [@maxmind/geoip2-node](https://github.com/maxmind/GeoIP2-node) from 6.3.4 to 7.0.0. - [Release notes](https://github.com/maxmind/GeoIP2-node/releases) - [Changelog](https://github.com/maxmind/GeoIP2-node/blob/main/CHANGELOG.md) - [Commits](https://github.com/maxmind/GeoIP2-node/compare/v6.3.4...v7.0.0) --- updated-dependencies: - dependency-name: "@maxmind/geoip2-node" dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- apps/basket/package.json | 2 +- apps/links/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/basket/package.json b/apps/basket/package.json index c9bafe10b..1f7eab44d 100644 --- a/apps/basket/package.json +++ b/apps/basket/package.json @@ -21,7 +21,7 @@ "@databuddy/services": "workspace:*", "@databuddy/shared": "workspace:*", "@databuddy/validation": "workspace:*", - "@maxmind/geoip2-node": "^6.3.4", + "@maxmind/geoip2-node": "^7.0.0", "@types/ua-parser-js": "^0.7.39", "async-mutex": "^0.5.0", "effect": "^4.0.0-beta.90", diff --git a/apps/links/package.json b/apps/links/package.json index 940e40a71..367470e7c 100644 --- a/apps/links/package.json +++ b/apps/links/package.json @@ -15,7 +15,7 @@ "@databuddy/env": "workspace:*", "@databuddy/redis": "workspace:*", "@databuddy/shared": "workspace:*", - "@maxmind/geoip2-node": "^6.3.4", + "@maxmind/geoip2-node": "^7.0.0", "elysia": "catalog:", "evlog": "catalog:", "kafkajs": "^2.2.4",