From 02b0a2729ae8542460c7747e8f2c72bae4fb7441 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 23:31:26 +0200 Subject: [PATCH] Bump @tmcw/togeojson from 7.1.0 to 7.1.1 (#10979) Bumps [@tmcw/togeojson](https://github.com/placemark/togeojson) from 7.1.0 to 7.1.1. - [Release notes](https://github.com/placemark/togeojson/releases) - [Changelog](https://github.com/placemark/togeojson/blob/main/CHANGELOG.md) - [Commits](https://github.com/placemark/togeojson/compare/v7.1.0...v7.1.1) --- updated-dependencies: - dependency-name: "@tmcw/togeojson" dependency-version: 7.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1e0cf045f..69ec6a5c7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@mapbox/vector-tile": "^2.0.3", "@rapideditor/country-coder": "~5.3.1", "@rapideditor/location-conflation": "~1.4.1", - "@tmcw/togeojson": "^7.1.0", + "@tmcw/togeojson": "^7.1.1", "@turf/bbox": "^7.2.0", "@turf/bbox-clip": "^7.2.0", "abortcontroller-polyfill": "^1.7.8", @@ -1586,9 +1586,9 @@ "dev": true }, "node_modules/@tmcw/togeojson": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/@tmcw/togeojson/-/togeojson-7.1.0.tgz", - "integrity": "sha512-UEbnRhZD3X4tl+xoeZkiFeLIrcZUZ9phEpn0JqkTldHtZ25EkZtDhM5RY0sQjvxjdZPl5OtjCzBNWGL41Uck9Q==", + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/@tmcw/togeojson/-/togeojson-7.1.1.tgz", + "integrity": "sha512-Acs7XtT/oP2koW041R3K1dGiBKAcVEO44GnZIJoVwgtrbCsG5blaEpzJeUEK72wU0KZCKAljD/XUjIPlhfRebg==", "license": "BSD-2-Clause", "engines": { "node": "*" diff --git a/package.json b/package.json index 1e2f5714d..b09404a87 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "@mapbox/vector-tile": "^2.0.3", "@rapideditor/country-coder": "~5.3.1", "@rapideditor/location-conflation": "~1.4.1", - "@tmcw/togeojson": "^7.1.0", + "@tmcw/togeojson": "^7.1.1", "@turf/bbox": "^7.2.0", "@turf/bbox-clip": "^7.2.0", "abortcontroller-polyfill": "^1.7.8",