From f416a5bd4500e252e78ae566e1b5780d7a61cc8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 17:33:14 +0000 Subject: [PATCH] chore(deps): Bump geolib from 3.3.4 to 3.3.14 in /functions Bumps [geolib](https://github.com/manuelbieh/geolib) from 3.3.4 to 3.3.14. - [Release notes](https://github.com/manuelbieh/geolib/releases) - [Changelog](https://github.com/manuelbieh/geolib/blob/master/CHANGELOG.md) - [Commits](https://github.com/manuelbieh/geolib/compare/v3.3.4...v3.3.14) --- updated-dependencies: - dependency-name: geolib dependency-version: 3.3.14 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- functions/package-lock.json | 14 +++++++------- functions/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/functions/package-lock.json b/functions/package-lock.json index 1149507..fb00461 100644 --- a/functions/package-lock.json +++ b/functions/package-lock.json @@ -8,7 +8,7 @@ "dependencies": { "firebase-admin": "^13.8.0", "firebase-functions": "^7.2.5", - "geolib": "^3.3.4", + "geolib": "^3.3.14", "ngeohash": "^0.6.3" }, "devDependencies": { @@ -4104,9 +4104,9 @@ } }, "node_modules/geolib": { - "version": "3.3.4", - "resolved": "https://registry.npmjs.org/geolib/-/geolib-3.3.4.tgz", - "integrity": "sha512-EicrlLLL3S42gE9/wde+11uiaYAaeSVDwCUIv2uMIoRBfNJCn8EsSI+6nS3r4TCKDO6+RQNM9ayLq2at+oZQWQ==" + "version": "3.3.14", + "resolved": "https://registry.npmjs.org/geolib/-/geolib-3.3.14.tgz", + "integrity": "sha512-uQ1772h3OjhWvL/HhSRZTMjBKIKoc4wFksLDqzqOkuG/2TgBbTwFamU0Disx3sNFk/BOweHyhKoVaYDuLIpsxQ==" }, "node_modules/get-caller-file": { "version": "2.0.5", @@ -11275,9 +11275,9 @@ "dev": true }, "geolib": { - "version": "3.3.4", - "resolved": "https://registry.npmjs.org/geolib/-/geolib-3.3.4.tgz", - "integrity": "sha512-EicrlLLL3S42gE9/wde+11uiaYAaeSVDwCUIv2uMIoRBfNJCn8EsSI+6nS3r4TCKDO6+RQNM9ayLq2at+oZQWQ==" + "version": "3.3.14", + "resolved": "https://registry.npmjs.org/geolib/-/geolib-3.3.14.tgz", + "integrity": "sha512-uQ1772h3OjhWvL/HhSRZTMjBKIKoc4wFksLDqzqOkuG/2TgBbTwFamU0Disx3sNFk/BOweHyhKoVaYDuLIpsxQ==" }, "get-caller-file": { "version": "2.0.5", diff --git a/functions/package.json b/functions/package.json index fbbba3b..c05ac1b 100644 --- a/functions/package.json +++ b/functions/package.json @@ -19,7 +19,7 @@ "dependencies": { "firebase-admin": "^13.8.0", "firebase-functions": "^7.2.5", - "geolib": "^3.3.4", + "geolib": "^3.3.14", "ngeohash": "^0.6.3" }, "devDependencies": {