From c91d3a505a151d7b711a4762905adf89d6fca614 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Apr 2025 16:24:27 +0200 Subject: [PATCH] Bump @tmcw/togeojson from 7.0.0 to 7.1.0 (#10945) Bumps [@tmcw/togeojson](https://github.com/placemark/togeojson) from 7.0.0 to 7.1.0. - [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.0.0...v7.1.0) --- updated-dependencies: - dependency-name: "@tmcw/togeojson" dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 4409d0917..0a474e049 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.0.0", + "@tmcw/togeojson": "^7.1.0", "@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.0.0", - "resolved": "https://registry.npmjs.org/@tmcw/togeojson/-/togeojson-7.0.0.tgz", - "integrity": "sha512-e2BoFtuCm47R0Bz4m/HATdMIDcsbNUKiNCtm9AySukG8uaanEluncdvq+h3b2tT36LBkEdM6hmpWDcOw97tWpQ==", + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/@tmcw/togeojson/-/togeojson-7.1.0.tgz", + "integrity": "sha512-UEbnRhZD3X4tl+xoeZkiFeLIrcZUZ9phEpn0JqkTldHtZ25EkZtDhM5RY0sQjvxjdZPl5OtjCzBNWGL41Uck9Q==", "license": "BSD-2-Clause", "engines": { "node": "*" diff --git a/package.json b/package.json index d0aef7a8c..c244dba6b 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.0.0", + "@tmcw/togeojson": "^7.1.0", "@turf/bbox": "^7.2.0", "@turf/bbox-clip": "^7.2.0", "abortcontroller-polyfill": "^1.7.8",