From 6a7ca4e28727eeaa694f5c30b8b39257bd2d326b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 02:42:51 +0000 Subject: [PATCH] fix: bump @turf/simplify from 7.0.0 to 7.1.0 in /typescript Bumps [@turf/simplify](https://github.com/Turfjs/turf) from 7.0.0 to 7.1.0. - [Release notes](https://github.com/Turfjs/turf/releases) - [Changelog](https://github.com/Turfjs/turf/blob/master/CHANGELOG.md) - [Commits](https://github.com/Turfjs/turf/compare/v7.0.0...v7.1.0) --- updated-dependencies: - dependency-name: "@turf/simplify" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- typescript/package-lock.json | 28 ++++++++++--------- .../packages/subsurface-viewer/package.json | 2 +- 2 files changed, 16 insertions(+), 14 deletions(-) diff --git a/typescript/package-lock.json b/typescript/package-lock.json index 0faab7dd9..7a4aca6c5 100644 --- a/typescript/package-lock.json +++ b/typescript/package-lock.json @@ -9921,12 +9921,13 @@ } }, "node_modules/@turf/clean-coords": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/@turf/clean-coords/-/clean-coords-7.0.0.tgz", - "integrity": "sha512-kaKR4/NnhZpgC+hWY3MfPqV2KwzG4Vr66WH59GbT5B2tvAOJqAYUmq+rgyMsG6xA3fTBL3neDW0bY1DHFVcvHQ==", + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/@turf/clean-coords/-/clean-coords-7.1.0.tgz", + "integrity": "sha512-q1U8UbRVL5cRdwOlNjD8mad8pWjFGe0s4ihg1pSiVNq7i47WASJ3k20yZiUFvuAkyNjV0rZ/A7Jd7WzjcierFg==", "dependencies": { - "@turf/helpers": "^7.0.0", - "@turf/invariant": "^7.0.0", + "@turf/helpers": "^7.1.0", + "@turf/invariant": "^7.1.0", + "@types/geojson": "^7946.0.10", "tslib": "^2.6.2" }, "funding": { @@ -10531,14 +10532,15 @@ } }, "node_modules/@turf/simplify": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/@turf/simplify/-/simplify-7.0.0.tgz", - "integrity": "sha512-EizgFBv7LiLTfqk0BlzuKXmGj7owHksI7Q0mur+yOFGFhEmP5pWm+jYxq+pYfUZA3eki4J7kyN4Mhg5c+jhLTw==", + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/@turf/simplify/-/simplify-7.1.0.tgz", + "integrity": "sha512-JypymaoiSiFzGHwEoUkK0OPW1KQSnH3hEsEW3UIRS+apzltJ4HdFovYjsfqQgGZJZ+NJ9+dv7h8pgGLYuqcBUQ==", "dependencies": { - "@turf/clean-coords": "^7.0.0", - "@turf/clone": "^7.0.0", - "@turf/helpers": "^7.0.0", - "@turf/meta": "^7.0.0", + "@turf/clean-coords": "^7.1.0", + "@turf/clone": "^7.1.0", + "@turf/helpers": "^7.1.0", + "@turf/meta": "^7.1.0", + "@types/geojson": "^7946.0.10", "tslib": "^2.6.2" }, "funding": { @@ -36786,7 +36788,7 @@ "@emerson-eps/color-tables": "^0.4.71", "@equinor/eds-core-react": "^0.36.0", "@equinor/eds-icons": "^0.21.0", - "@turf/simplify": "^7.0.0", + "@turf/simplify": "^7.1.0", "@vivaxy/png": "^1.3.0", "@webviz/wsc-common": "*", "ajv": "^8.16.0", diff --git a/typescript/packages/subsurface-viewer/package.json b/typescript/packages/subsurface-viewer/package.json index 66d2055c2..914a7f449 100644 --- a/typescript/packages/subsurface-viewer/package.json +++ b/typescript/packages/subsurface-viewer/package.json @@ -44,7 +44,7 @@ "@emerson-eps/color-tables": "^0.4.71", "@equinor/eds-core-react": "^0.36.0", "@equinor/eds-icons": "^0.21.0", - "@turf/simplify": "^7.0.0", + "@turf/simplify": "^7.1.0", "@vivaxy/png": "^1.3.0", "@webviz/wsc-common": "*", "ajv": "^8.16.0",