From a83b77a25b48b42c965cb4ae3d6db336852c0a69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 19:47:14 +0000 Subject: [PATCH] build(deps): bump maxmind from 4.3.25 to 4.3.27 Bumps [maxmind](https://github.com/runk/node-maxmind) from 4.3.25 to 4.3.27. - [Release notes](https://github.com/runk/node-maxmind/releases) - [Commits](https://github.com/runk/node-maxmind/compare/v4.3.25...v4.3.27) --- updated-dependencies: - dependency-name: maxmind dependency-version: 4.3.27 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 676af86b..f50f0898 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4683,13 +4683,13 @@ } }, "node_modules/maxmind": { - "version": "4.3.25", - "resolved": "https://registry.npmjs.org/maxmind/-/maxmind-4.3.25.tgz", - "integrity": "sha512-u7L6LrbXZUtpdoovTVHo/l4/EoWUT2eHfCKWDMNNTsW9BaLa7h0jCHjqVx5ZeS5aWorLGZSsZwqxcpoollBw1g==", + "version": "4.3.27", + "resolved": "https://registry.npmjs.org/maxmind/-/maxmind-4.3.27.tgz", + "integrity": "sha512-JAHOoeuEOW4irH4OWXndaZPODfEXOlebL25pKeXSwZv7jbu5CzQZvim/aiFZNFTIuTbYs7bKFVwVXYhoSXWDqA==", "license": "MIT", "dependencies": { - "mmdb-lib": "2.2.0", - "tiny-lru": "11.2.11" + "mmdb-lib": "2.2.1", + "tiny-lru": "11.3.2" }, "engines": { "node": ">=12", @@ -4755,9 +4755,9 @@ } }, "node_modules/mmdb-lib": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/mmdb-lib/-/mmdb-lib-2.2.0.tgz", - "integrity": "sha512-V6DDh3v8tfZFWbeH6fsL5uBIlWL7SvRgGDaAZWFC5kjQ2xP5dl/mLpWwJQ1Ho6ZbEKVp/351QF1JXYTAmeZ/zA==", + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/mmdb-lib/-/mmdb-lib-2.2.1.tgz", + "integrity": "sha512-DXO4L9W+08T+A7h5+xdT32l7IMot8z7WOH+7C1Maol571PnktQ8un7Ni4CyPFp4H+vht/FDA5/tpjRvWMFQDMw==", "license": "MIT", "engines": { "node": ">=10", @@ -5608,9 +5608,10 @@ } }, "node_modules/tiny-lru": { - "version": "11.2.11", - "resolved": "https://registry.npmjs.org/tiny-lru/-/tiny-lru-11.2.11.tgz", - "integrity": "sha512-27BIW0dIWTYYoWNnqSmoNMKe5WIbkXsc0xaCQHd3/3xT2XMuMJrzHdrO9QBFR14emBz1Bu0dOAs2sCBBrvgPQA==", + "version": "11.3.2", + "resolved": "https://registry.npmjs.org/tiny-lru/-/tiny-lru-11.3.2.tgz", + "integrity": "sha512-JOHabNXZYoaa41/vcpUaq2UxyFts5xXS1qc+Dj00HsGXGYqdtUx79a8xNv38Cy0qgUQH9OdMXvsk6NETsAGxyQ==", + "license": "BSD-3-Clause", "engines": { "node": ">=12" }