From f09444c02e7defb1c6c264a2ecd4a8a66fbe3b45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Apr 2023 12:30:59 +0200 Subject: [PATCH] Bump @tmcw/togeojson from 5.2.2 to 5.6.0 (#9600) Bumps [@tmcw/togeojson](https://github.com/placemark/togeojson) from 5.2.2 to 5.6.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/v5.2.2...v5.6.0) --- updated-dependencies: - dependency-name: "@tmcw/togeojson" 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 | 11 +++++++---- package.json | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 59ead483c..b39e7c3af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@mapbox/vector-tile": "^1.3.1", "@rapideditor/country-coder": "~5.2.0", "@rapideditor/location-conflation": "~1.2.0", - "@tmcw/togeojson": "^5.2.1", + "@tmcw/togeojson": "^5.6.0", "@turf/bbox": "^6.0.0", "@turf/bbox-clip": "^6.0.0", "abortcontroller-polyfill": "^1.7.5", @@ -1209,8 +1209,9 @@ "license": "MIT" }, "node_modules/@tmcw/togeojson": { - "version": "5.2.2", - "license": "BSD-2-Clause", + "version": "5.6.0", + "resolved": "https://registry.npmjs.org/@tmcw/togeojson/-/togeojson-5.6.0.tgz", + "integrity": "sha512-p+c0kbSY/tIwd3C0rpmTf3iFAOUYV6bkJbDiq0oQDGROOc7c6uh/X8r/mijY6SIFYIkVuKc8MS2REKhur2e6Jw==", "peerDependencies": { "@types/geojson": "*" } @@ -10559,7 +10560,9 @@ "dev": true }, "@tmcw/togeojson": { - "version": "5.2.2", + "version": "5.6.0", + "resolved": "https://registry.npmjs.org/@tmcw/togeojson/-/togeojson-5.6.0.tgz", + "integrity": "sha512-p+c0kbSY/tIwd3C0rpmTf3iFAOUYV6bkJbDiq0oQDGROOc7c6uh/X8r/mijY6SIFYIkVuKc8MS2REKhur2e6Jw==", "requires": {} }, "@transifex/api": { diff --git a/package.json b/package.json index 3971f912b..03a15bbca 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "@mapbox/geojson-area": "^0.2.2", "@mapbox/sexagesimal": "1.2.0", "@mapbox/vector-tile": "^1.3.1", - "@tmcw/togeojson": "^5.2.1", + "@tmcw/togeojson": "^5.6.0", "@turf/bbox": "^6.0.0", "@turf/bbox-clip": "^6.0.0", "abortcontroller-polyfill": "^1.7.5",