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",