From e76ccbb7eeee017f28470c2145be60c71539a286 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 11:34:06 +0000 Subject: [PATCH] deps: bump @mapbox/sphericalmercator from 1.2.0 to 2.0.2 Bumps [@mapbox/sphericalmercator](https://github.com/mapbox/sphericalmercator) from 1.2.0 to 2.0.2. - [Release notes](https://github.com/mapbox/sphericalmercator/releases) - [Changelog](https://github.com/mapbox/sphericalmercator/blob/main/CHANGELOG.md) - [Commits](https://github.com/mapbox/sphericalmercator/compare/v1.2.0...v2.0.2) --- updated-dependencies: - dependency-name: "@mapbox/sphericalmercator" dependency-version: 2.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 ++++---------- package.json | 2 +- 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8316365..eb24533 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@map-colonies/schemas": "^1.6.0", "@map-colonies/telemetry": "^10.0.1", "@map-colonies/tile-calc": "^0.1.5", - "@mapbox/sphericalmercator": "^1.2.0", + "@mapbox/sphericalmercator": "^2.0.2", "@opentelemetry/api": "^1.9.0", "@turf/boolean-valid": "^7.2.0", "@turf/turf": "^7.2.0", @@ -3035,15 +3035,9 @@ } }, "node_modules/@mapbox/sphericalmercator": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@mapbox/sphericalmercator/-/sphericalmercator-1.2.0.tgz", - "integrity": "sha512-ZTOuuwGuMOJN+HEmG/68bSEw15HHaMWmQ5gdTsWdWsjDe56K1kGvLOK6bOSC8gWgIvEO0w6un/2Gvv1q5hJSkQ==", - "bin": { - "bbox": "bin/bbox.js", - "to4326": "bin/to4326.js", - "to900913": "bin/to900913.js", - "xyz": "bin/xyz.js" - } + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/@mapbox/sphericalmercator/-/sphericalmercator-2.0.2.tgz", + "integrity": "sha512-Ai/S9qXupBzFCM0i4sYDIx1A0pDYMaD3xlhVg05JToYeyORq8aAuHbd6CCPC86HlLSjYmoPeljJ5tMVKtzd4Lg==" }, "node_modules/@nodelib/fs.scandir": { "version": "2.1.5", diff --git a/package.json b/package.json index aa0022c..1eab3fe 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@map-colonies/schemas": "^1.6.0", "@map-colonies/telemetry": "^10.0.1", "@map-colonies/tile-calc": "^0.1.5", - "@mapbox/sphericalmercator": "^1.2.0", + "@mapbox/sphericalmercator": "^2.0.2", "@opentelemetry/api": "^1.9.0", "@turf/boolean-valid": "^7.2.0", "@turf/turf": "^7.2.0",