Skip to content

Commit bc1f4c9

Browse files
chore(deps): bump the production-dependencies group with 5 updates (#201)
Bumps the production-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.90.10` | `5.90.11` | | [@turf/bbox](https://github.com/Turfjs/turf) | `7.3.0` | `7.3.1` | | [@turf/bbox-polygon](https://github.com/Turfjs/turf) | `7.3.0` | `7.3.1` | | [@turf/boolean-valid](https://github.com/Turfjs/turf) | `7.3.0` | `7.3.1` | | [@turf/helpers](https://github.com/Turfjs/turf) | `7.3.0` | `7.3.1` | Updates `@tanstack/react-query` from 5.90.10 to 5.90.11 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/TanStack/query/releases"><code>@​tanstack/react-query</code>'s releases</a>.</em></p> <blockquote> <h2><code>@​tanstack/react-query-persist-client</code><a href="https://github.com/5"><code>@​5</code></a>.90.11</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies []: <ul> <li><code>@​tanstack/query-persist-client-core</code><a href="https://github.com/5"><code>@​5</code></a>.91.8</li> <li><code>@​tanstack/react-query</code><a href="https://github.com/5"><code>@​5</code></a>.90.9</li> </ul> </li> </ul> <h2><code>@​tanstack/react-query</code><a href="https://github.com/5"><code>@​5</code></a>.90.11</h2> <h3>Patch Changes</h3> <ul> <li> <p>Prevent infinite render loops when useSuspenseQueries has duplicate queryKeys (<a href="https://redirect.github.com/TanStack/query/pull/9886">#9886</a>)</p> </li> <li> <p>Updated dependencies [<a href="https://github.com/TanStack/query/commit/c01b150e3673e11d6533768529a5e6fe3ebee68c"><code>c01b150</code></a>]:</p> <ul> <li><code>@​tanstack/query-core</code><a href="https://github.com/5"><code>@​5</code></a>.90.11</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/TanStack/query/blob/main/packages/react-query/CHANGELOG.md"><code>@​tanstack/react-query</code>'s changelog</a>.</em></p> <blockquote> <h2>5.90.11</h2> <h3>Patch Changes</h3> <ul> <li> <p>Prevent infinite render loops when useSuspenseQueries has duplicate queryKeys (<a href="https://redirect.github.com/TanStack/query/pull/9886">#9886</a>)</p> </li> <li> <p>Updated dependencies [<a href="https://github.com/TanStack/query/commit/c01b150e3673e11d6533768529a5e6fe3ebee68c"><code>c01b150</code></a>]:</p> <ul> <li><code>@​tanstack/query-core</code><a href="https://github.com/5"><code>@​5</code></a>.90.11</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/TanStack/query/commit/6799395211511d7ca4ff51ee2164109f44cb3d4e"><code>6799395</code></a> ci: Version Packages (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/9911">#9911</a>)</li> <li><a href="https://github.com/TanStack/query/commit/c01b150e3673e11d6533768529a5e6fe3ebee68c"><code>c01b150</code></a> fix(useQueries): Prevent infinite render loops when useSuspenseQueries has du...</li> <li><a href="https://github.com/TanStack/query/commit/c9bc6002ad856e349ad15a7d07e3dac251e8c022"><code>c9bc600</code></a> chore: use better <code>Thrower</code> declaration in tests (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/9884">#9884</a>)</li> <li>See full diff in <a href="https://github.com/TanStack/query/commits/@tanstack/react-query@5.90.11/packages/react-query">compare view</a></li> </ul> </details> <br /> Updates `@turf/bbox` from 7.3.0 to 7.3.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Turfjs/turf/releases"><code>@​turf/bbox</code>'s releases</a>.</em></p> <blockquote> <h2>v7.3.1</h2> <p>Point release soon after 7.3.0 to address an issue in the revamped isobands implementation, plus some security related version bumps of third party packages.</p> <h2>What's Changed</h2> <p>Bug fixes and new functionality:</p> <ul> <li>Clean up isobands output for empty bands by <a href="https://github.com/mfedderly"><code>@​mfedderly</code></a> in <a href="https://redirect.github.com/Turfjs/turf/pull/2957">Turfjs/turf#2957</a></li> </ul> <p>Housekeeping and behind the scenes changes:</p> <ul> <li>Transitive dependency updates by <a href="https://github.com/mfedderly"><code>@​mfedderly</code></a> in <a href="https://redirect.github.com/Turfjs/turf/pull/2959">Turfjs/turf#2959</a></li> <li>Remove npm-run-all in favor of pnpm regex script name functionality by <a href="https://github.com/mfedderly"><code>@​mfedderly</code></a> in <a href="https://redirect.github.com/Turfjs/turf/pull/2960">Turfjs/turf#2960</a></li> <li>Bump glob@11 package.json entries by <a href="https://github.com/mfedderly"><code>@​mfedderly</code></a> in <a href="https://redirect.github.com/Turfjs/turf/pull/2961">Turfjs/turf#2961</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/Turfjs/turf/compare/v7.3.0...v7.3.1">https://github.com/Turfjs/turf/compare/v7.3.0...v7.3.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Turfjs/turf/commit/b7f1b4eafb760431e03955499d8eac9489438219"><code>b7f1b4e</code></a> v7.3.1</li> <li><a href="https://github.com/Turfjs/turf/commit/5a34d08b07930f0ebf0f1c83307d4910fb7a717a"><code>5a34d08</code></a> Bump glob@11 package.json entries (<a href="https://redirect.github.com/Turfjs/turf/issues/2961">#2961</a>)</li> <li><a href="https://github.com/Turfjs/turf/commit/3cc76a2290ddcfc7b77ff6cf66c7aefbacdfc793"><code>3cc76a2</code></a> Remove npm-run-all in favor of pnpm regex script name functionality (<a href="https://redirect.github.com/Turfjs/turf/issues/2960">#2960</a>)</li> <li><a href="https://github.com/Turfjs/turf/commit/9c2d283ce3bc793a9c500f26e4f56868a84efb61"><code>9c2d283</code></a> Transitive dependency updates (<a href="https://redirect.github.com/Turfjs/turf/issues/2959">#2959</a>)</li> <li><a href="https://github.com/Turfjs/turf/commit/c04c67bb95352fd7c7b28fec18fc3f1af323722f"><code>c04c67b</code></a> Clean up isobands output for empty bands (<a href="https://redirect.github.com/Turfjs/turf/issues/2957">#2957</a>)</li> <li><a href="https://github.com/Turfjs/turf/commit/d2b0704a7e7de89eef1b7d0d4fc664e00e12c628"><code>d2b0704</code></a> Merge pull request <a href="https://redirect.github.com/Turfjs/turf/issues/2953">#2953</a> from Turfjs/releases/7.3.0</li> <li>See full diff in <a href="https://github.com/Turfjs/turf/compare/v7.3.0...v7.3.1">compare view</a></li> </ul> </details> <br /> Updates `@turf/bbox-polygon` from 7.3.0 to 7.3.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Turfjs/turf/releases"><code>@​turf/bbox-polygon</code>'s releases</a>.</em></p> <blockquote> <h2>v7.3.1</h2> <p>Point release soon after 7.3.0 to address an issue in the revamped isobands implementation, plus some security related version bumps of third party packages.</p> <h2>What's Changed</h2> <p>Bug fixes and new functionality:</p> <ul> <li>Clean up isobands output for empty bands by <a href="https://github.com/mfedderly"><code>@​mfedderly</code></a> in <a href="https://redirect.github.com/Turfjs/turf/pull/2957">Turfjs/turf#2957</a></li> </ul> <p>Housekeeping and behind the scenes changes:</p> <ul> <li>Transitive dependency updates by <a href="https://github.com/mfedderly"><code>@​mfedderly</code></a> in <a href="https://redirect.github.com/Turfjs/turf/pull/2959">Turfjs/turf#2959</a></li> <li>Remove npm-run-all in favor of pnpm regex script name functionality by <a href="https://github.com/mfedderly"><code>@​mfedderly</code></a> in <a href="https://redirect.github.com/Turfjs/turf/pull/2960">Turfjs/turf#2960</a></li> <li>Bump glob@11 package.json entries by <a href="https://github.com/mfedderly"><code>@​mfedderly</code></a> in <a href="https://redirect.github.com/Turfjs/turf/pull/2961">Turfjs/turf#2961</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/Turfjs/turf/compare/v7.3.0...v7.3.1">https://github.com/Turfjs/turf/compare/v7.3.0...v7.3.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Turfjs/turf/commit/b7f1b4eafb760431e03955499d8eac9489438219"><code>b7f1b4e</code></a> v7.3.1</li> <li><a href="https://github.com/Turfjs/turf/commit/5a34d08b07930f0ebf0f1c83307d4910fb7a717a"><code>5a34d08</code></a> Bump glob@11 package.json entries (<a href="https://redirect.github.com/Turfjs/turf/issues/2961">#2961</a>)</li> <li><a href="https://github.com/Turfjs/turf/commit/3cc76a2290ddcfc7b77ff6cf66c7aefbacdfc793"><code>3cc76a2</code></a> Remove npm-run-all in favor of pnpm regex script name functionality (<a href="https://redirect.github.com/Turfjs/turf/issues/2960">#2960</a>)</li> <li><a href="https://github.com/Turfjs/turf/commit/9c2d283ce3bc793a9c500f26e4f56868a84efb61"><code>9c2d283</code></a> Transitive dependency updates (<a href="https://redirect.github.com/Turfjs/turf/issues/2959">#2959</a>)</li> <li><a href="https://github.com/Turfjs/turf/commit/c04c67bb95352fd7c7b28fec18fc3f1af323722f"><code>c04c67b</code></a> Clean up isobands output for empty bands (<a href="https://redirect.github.com/Turfjs/turf/issues/2957">#2957</a>)</li> <li><a href="https://github.com/Turfjs/turf/commit/d2b0704a7e7de89eef1b7d0d4fc664e00e12c628"><code>d2b0704</code></a> Merge pull request <a href="https://redirect.github.com/Turfjs/turf/issues/2953">#2953</a> from Turfjs/releases/7.3.0</li> <li>See full diff in <a href="https://github.com/Turfjs/turf/compare/v7.3.0...v7.3.1">compare view</a></li> </ul> </details> <br /> Updates `@turf/boolean-valid` from 7.3.0 to 7.3.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Turfjs/turf/releases"><code>@​turf/boolean-valid</code>'s releases</a>.</em></p> <blockquote> <h2>v7.3.1</h2> <p>Point release soon after 7.3.0 to address an issue in the revamped isobands implementation, plus some security related version bumps of third party packages.</p> <h2>What's Changed</h2> <p>Bug fixes and new functionality:</p> <ul> <li>Clean up isobands output for empty bands by <a href="https://github.com/mfedderly"><code>@​mfedderly</code></a> in <a href="https://redirect.github.com/Turfjs/turf/pull/2957">Turfjs/turf#2957</a></li> </ul> <p>Housekeeping and behind the scenes changes:</p> <ul> <li>Transitive dependency updates by <a href="https://github.com/mfedderly"><code>@​mfedderly</code></a> in <a href="https://redirect.github.com/Turfjs/turf/pull/2959">Turfjs/turf#2959</a></li> <li>Remove npm-run-all in favor of pnpm regex script name functionality by <a href="https://github.com/mfedderly"><code>@​mfedderly</code></a> in <a href="https://redirect.github.com/Turfjs/turf/pull/2960">Turfjs/turf#2960</a></li> <li>Bump glob@11 package.json entries by <a href="https://github.com/mfedderly"><code>@​mfedderly</code></a> in <a href="https://redirect.github.com/Turfjs/turf/pull/2961">Turfjs/turf#2961</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/Turfjs/turf/compare/v7.3.0...v7.3.1">https://github.com/Turfjs/turf/compare/v7.3.0...v7.3.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Turfjs/turf/commit/b7f1b4eafb760431e03955499d8eac9489438219"><code>b7f1b4e</code></a> v7.3.1</li> <li><a href="https://github.com/Turfjs/turf/commit/5a34d08b07930f0ebf0f1c83307d4910fb7a717a"><code>5a34d08</code></a> Bump glob@11 package.json entries (<a href="https://redirect.github.com/Turfjs/turf/issues/2961">#2961</a>)</li> <li><a href="https://github.com/Turfjs/turf/commit/3cc76a2290ddcfc7b77ff6cf66c7aefbacdfc793"><code>3cc76a2</code></a> Remove npm-run-all in favor of pnpm regex script name functionality (<a href="https://redirect.github.com/Turfjs/turf/issues/2960">#2960</a>)</li> <li><a href="https://github.com/Turfjs/turf/commit/9c2d283ce3bc793a9c500f26e4f56868a84efb61"><code>9c2d283</code></a> Transitive dependency updates (<a href="https://redirect.github.com/Turfjs/turf/issues/2959">#2959</a>)</li> <li><a href="https://github.com/Turfjs/turf/commit/c04c67bb95352fd7c7b28fec18fc3f1af323722f"><code>c04c67b</code></a> Clean up isobands output for empty bands (<a href="https://redirect.github.com/Turfjs/turf/issues/2957">#2957</a>)</li> <li><a href="https://github.com/Turfjs/turf/commit/d2b0704a7e7de89eef1b7d0d4fc664e00e12c628"><code>d2b0704</code></a> Merge pull request <a href="https://redirect.github.com/Turfjs/turf/issues/2953">#2953</a> from Turfjs/releases/7.3.0</li> <li>See full diff in <a href="https://github.com/Turfjs/turf/compare/v7.3.0...v7.3.1">compare view</a></li> </ul> </details> <br /> Updates `@turf/helpers` from 7.3.0 to 7.3.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Turfjs/turf/releases"><code>@​turf/helpers</code>'s releases</a>.</em></p> <blockquote> <h2>v7.3.1</h2> <p>Point release soon after 7.3.0 to address an issue in the revamped isobands implementation, plus some security related version bumps of third party packages.</p> <h2>What's Changed</h2> <p>Bug fixes and new functionality:</p> <ul> <li>Clean up isobands output for empty bands by <a href="https://github.com/mfedderly"><code>@​mfedderly</code></a> in <a href="https://redirect.github.com/Turfjs/turf/pull/2957">Turfjs/turf#2957</a></li> </ul> <p>Housekeeping and behind the scenes changes:</p> <ul> <li>Transitive dependency updates by <a href="https://github.com/mfedderly"><code>@​mfedderly</code></a> in <a href="https://redirect.github.com/Turfjs/turf/pull/2959">Turfjs/turf#2959</a></li> <li>Remove npm-run-all in favor of pnpm regex script name functionality by <a href="https://github.com/mfedderly"><code>@​mfedderly</code></a> in <a href="https://redirect.github.com/Turfjs/turf/pull/2960">Turfjs/turf#2960</a></li> <li>Bump glob@11 package.json entries by <a href="https://github.com/mfedderly"><code>@​mfedderly</code></a> in <a href="https://redirect.github.com/Turfjs/turf/pull/2961">Turfjs/turf#2961</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/Turfjs/turf/compare/v7.3.0...v7.3.1">https://github.com/Turfjs/turf/compare/v7.3.0...v7.3.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Turfjs/turf/commit/b7f1b4eafb760431e03955499d8eac9489438219"><code>b7f1b4e</code></a> v7.3.1</li> <li><a href="https://github.com/Turfjs/turf/commit/5a34d08b07930f0ebf0f1c83307d4910fb7a717a"><code>5a34d08</code></a> Bump glob@11 package.json entries (<a href="https://redirect.github.com/Turfjs/turf/issues/2961">#2961</a>)</li> <li><a href="https://github.com/Turfjs/turf/commit/3cc76a2290ddcfc7b77ff6cf66c7aefbacdfc793"><code>3cc76a2</code></a> Remove npm-run-all in favor of pnpm regex script name functionality (<a href="https://redirect.github.com/Turfjs/turf/issues/2960">#2960</a>)</li> <li><a href="https://github.com/Turfjs/turf/commit/9c2d283ce3bc793a9c500f26e4f56868a84efb61"><code>9c2d283</code></a> Transitive dependency updates (<a href="https://redirect.github.com/Turfjs/turf/issues/2959">#2959</a>)</li> <li><a href="https://github.com/Turfjs/turf/commit/c04c67bb95352fd7c7b28fec18fc3f1af323722f"><code>c04c67b</code></a> Clean up isobands output for empty bands (<a href="https://redirect.github.com/Turfjs/turf/issues/2957">#2957</a>)</li> <li><a href="https://github.com/Turfjs/turf/commit/d2b0704a7e7de89eef1b7d0d4fc664e00e12c628"><code>d2b0704</code></a> Merge pull request <a href="https://redirect.github.com/Turfjs/turf/issues/2953">#2953</a> from Turfjs/releases/7.3.0</li> <li>See full diff in <a href="https://github.com/Turfjs/turf/compare/v7.3.0...v7.3.1">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 489578b commit bc1f4c9

File tree

2 files changed

+145
-145
lines changed

2 files changed

+145
-145
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@
4141
"@emotion/react": "^11.13.5",
4242
"@geoarrow/deck.gl-layers": "^0.3.0",
4343
"@geoarrow/geoarrow-js": "github:smohiudd/geoarrow-js#feature/wkb",
44-
"@tanstack/react-query": "^5.81.5",
45-
"@turf/bbox": "^7.2.0",
46-
"@turf/bbox-polygon": "^7.2.0",
47-
"@turf/boolean-valid": "^7.2.0",
44+
"@tanstack/react-query": "^5.90.11",
45+
"@turf/bbox": "^7.3.1",
46+
"@turf/bbox-polygon": "^7.3.1",
47+
"@turf/boolean-valid": "^7.3.1",
4848
"@turf/helpers": "^7.2.0",
4949
"apache-arrow": "^19.0.0",
5050
"deck.gl": "^9.1.12",

yarn.lock

Lines changed: 141 additions & 141 deletions
Original file line numberDiff line numberDiff line change
@@ -1972,17 +1972,17 @@
19721972
resolved "https://registry.yarnpkg.com/@swc/wasm/-/wasm-1.15.2.tgz#883ab69263b65a10ca32c6b7b8f4feb21e4441c5"
19731973
integrity sha512-m9uPmG1M4uHCKN2hMKGWH+wy1S/ULoP8ojH967GIFPjSvxqm32rw7DGAIP0vBLc4UKBux9hJtTiwkgFqM79XhQ==
19741974

1975-
"@tanstack/query-core@5.90.10":
1976-
version "5.90.10"
1977-
resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-5.90.10.tgz#2704b038277fb41e631f356e7428951b5354ed13"
1978-
integrity sha512-EhZVFu9rl7GfRNuJLJ3Y7wtbTnENsvzp+YpcAV7kCYiXni1v8qZh++lpw4ch4rrwC0u/EZRnBHIehzCGzwXDSQ==
1975+
"@tanstack/query-core@5.90.11":
1976+
version "5.90.11"
1977+
resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-5.90.11.tgz#702e2b197a01481cff858045de1e17a634b718c6"
1978+
integrity sha512-f9z/nXhCgWDF4lHqgIE30jxLe4sYv15QodfdPDKYAk7nAEjNcndy4dHz3ezhdUaR23BpWa4I2EH4/DZ0//Uf8A==
19791979

1980-
"@tanstack/react-query@^5.81.5":
1981-
version "5.90.10"
1982-
resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-5.90.10.tgz#dc2d4acbe1c06b708ccaeed43a26ad56bc5d1718"
1983-
integrity sha512-BKLss9Y8PQ9IUjPYQiv3/Zmlx92uxffUOX8ZZNoQlCIZBJPT5M+GOMQj7xislvVQ6l1BstBjcX0XB/aHfFYVNw==
1980+
"@tanstack/react-query@^5.90.11":
1981+
version "5.90.11"
1982+
resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-5.90.11.tgz#9e7669cda649ed119f70b6432b3932f19cbe1cb5"
1983+
integrity sha512-3uyzz01D1fkTLXuxF3JfoJoHQMU2fxsfJwE+6N5hHy0dVNoZOvwKP8Z2k7k1KDeD54N20apcJnG75TBAStIrBA==
19841984
dependencies:
1985-
"@tanstack/query-core" "5.90.10"
1985+
"@tanstack/query-core" "5.90.11"
19861986

19871987
"@trivago/prettier-plugin-sort-imports@^6.0.0":
19881988
version "6.0.0"
@@ -2011,22 +2011,22 @@
20112011
"@tufjs/canonical-json" "2.0.0"
20122012
minimatch "^9.0.5"
20132013

2014-
"@turf/bbox-polygon@^7.2.0":
2015-
version "7.3.0"
2016-
resolved "https://registry.yarnpkg.com/@turf/bbox-polygon/-/bbox-polygon-7.3.0.tgz#bb1763d04d6f4edf360b785808278db97a69dedd"
2017-
integrity sha512-ITtYx64WRzuEo71Nu/ZGxTrJSN9EarUWKxDo2zMza22AG42pZjDVpehA9wRLmHn/tybbWSF4D/gyk1hd8hlXug==
2014+
"@turf/bbox-polygon@^7.3.1":
2015+
version "7.3.1"
2016+
resolved "https://registry.yarnpkg.com/@turf/bbox-polygon/-/bbox-polygon-7.3.1.tgz#079e276c8cc903e8e867eb31cbbad2bdb5c0efc0"
2017+
integrity sha512-2NvwPfuRtwJk7w5HIC/Knei3mUXrVT+t/0FB1zStgDbakmXrqKISaftlIh4YTOVlUsVnvq0tggjFMLZ/Xxo+lQ==
20182018
dependencies:
2019-
"@turf/helpers" "7.3.0"
2019+
"@turf/helpers" "7.3.1"
20202020
"@types/geojson" "^7946.0.10"
20212021
tslib "^2.8.1"
20222022

2023-
"@turf/bbox@7.3.0", "@turf/bbox@^7.2.0":
2024-
version "7.3.0"
2025-
resolved "https://registry.yarnpkg.com/@turf/bbox/-/bbox-7.3.0.tgz#806c8bd1e851f83a4a7ff0dca39b98ceb145d877"
2026-
integrity sha512-EC5GSUJlhXSiCVCEmgCSheZYm0s1ouKzUNqeEOsEYlqTbMAZ19RWgsg/xH2tjnuUw2JP9eGAUzQnCFX6JEV53w==
2023+
"@turf/bbox@7.3.1", "@turf/bbox@^7.3.1":
2024+
version "7.3.1"
2025+
resolved "https://registry.yarnpkg.com/@turf/bbox/-/bbox-7.3.1.tgz#145a5655bedb61be4f381601d3c622b70a5e8773"
2026+
integrity sha512-/IyMKoS7P9B0ch5PIlQ6gMfoE8gRr48+cSbzlyexvEjuDuaAV1VURjH1jAthS0ipFG8RrFxFJKnp7TLL1Skong==
20272027
dependencies:
2028-
"@turf/helpers" "7.3.0"
2029-
"@turf/meta" "7.3.0"
2028+
"@turf/helpers" "7.3.1"
2029+
"@turf/meta" "7.3.1"
20302030
"@types/geojson" "^7946.0.10"
20312031
tslib "^2.8.1"
20322032

@@ -2038,81 +2038,81 @@
20382038
"@turf/helpers" "^5.1.5"
20392039
"@turf/invariant" "^5.1.5"
20402040

2041-
"@turf/boolean-crosses@7.3.0":
2042-
version "7.3.0"
2043-
resolved "https://registry.yarnpkg.com/@turf/boolean-crosses/-/boolean-crosses-7.3.0.tgz#6e19fb477db5fb79edb3ea355bc3647b0972ac4f"
2044-
integrity sha512-B7VFp8UDm1h+q3e54BS7oVQVPEto7L5O2s1KcJGe03DB3XrA/kFUVepaiaTxuKQL2kZrMMTqQjxNYpAiIEEygA==
2045-
dependencies:
2046-
"@turf/boolean-point-in-polygon" "7.3.0"
2047-
"@turf/helpers" "7.3.0"
2048-
"@turf/invariant" "7.3.0"
2049-
"@turf/line-intersect" "7.3.0"
2050-
"@turf/polygon-to-line" "7.3.0"
2041+
"@turf/boolean-crosses@7.3.1":
2042+
version "7.3.1"
2043+
resolved "https://registry.yarnpkg.com/@turf/boolean-crosses/-/boolean-crosses-7.3.1.tgz#9c1d6766901d9ee68e61e4058da44ef5ec83e85a"
2044+
integrity sha512-Fn99AxTXQORiQjclUqUYQcA40oJJoJxMBFx/Vycd7v949Lnplt1qrUkBpbZNXQlvHF2gxrgirSfgBDaUnUJjzQ==
2045+
dependencies:
2046+
"@turf/boolean-point-in-polygon" "7.3.1"
2047+
"@turf/helpers" "7.3.1"
2048+
"@turf/invariant" "7.3.1"
2049+
"@turf/line-intersect" "7.3.1"
2050+
"@turf/polygon-to-line" "7.3.1"
20512051
"@types/geojson" "^7946.0.10"
20522052
tslib "^2.8.1"
20532053

2054-
"@turf/boolean-disjoint@7.3.0":
2055-
version "7.3.0"
2056-
resolved "https://registry.yarnpkg.com/@turf/boolean-disjoint/-/boolean-disjoint-7.3.0.tgz#cf48e0f886728dd714419a0aedfd166a318a1f42"
2057-
integrity sha512-u7b0thAtaw/+ZQPQJE/qK+Pe0sXbr2wvmm4uxEs4mOEhsoN0Wu4HcWtbWZuL4JoGBbmLV3+tnUC0tUn54jYEuA==
2058-
dependencies:
2059-
"@turf/boolean-point-in-polygon" "7.3.0"
2060-
"@turf/helpers" "7.3.0"
2061-
"@turf/line-intersect" "7.3.0"
2062-
"@turf/meta" "7.3.0"
2063-
"@turf/polygon-to-line" "7.3.0"
2054+
"@turf/boolean-disjoint@7.3.1":
2055+
version "7.3.1"
2056+
resolved "https://registry.yarnpkg.com/@turf/boolean-disjoint/-/boolean-disjoint-7.3.1.tgz#8f17412207c9f676f5769d3125876ef3b51f733d"
2057+
integrity sha512-bqVo+eAYaCq0lcr09zsZdWIAdv22UzGc/h2CCfaBwP5r4o/rFudNFLU9gb9BcM6dBUzrtTgBguShAZr7k3cGbw==
2058+
dependencies:
2059+
"@turf/boolean-point-in-polygon" "7.3.1"
2060+
"@turf/helpers" "7.3.1"
2061+
"@turf/line-intersect" "7.3.1"
2062+
"@turf/meta" "7.3.1"
2063+
"@turf/polygon-to-line" "7.3.1"
20642064
"@types/geojson" "^7946.0.10"
20652065
tslib "^2.8.1"
20662066

2067-
"@turf/boolean-overlap@7.3.0":
2068-
version "7.3.0"
2069-
resolved "https://registry.yarnpkg.com/@turf/boolean-overlap/-/boolean-overlap-7.3.0.tgz#4a9280d3ba20d67f8ed8410ff017e37fd33adf97"
2070-
integrity sha512-qHi8TxDp8CN8xkl7yLsAbvH82tFm5tgWl7GTIbLP1jDdyR4uQJ+3qD2WBYcnstKk7Nai9YPrLpxJJxzOB9HKBQ==
2071-
dependencies:
2072-
"@turf/helpers" "7.3.0"
2073-
"@turf/invariant" "7.3.0"
2074-
"@turf/line-intersect" "7.3.0"
2075-
"@turf/line-overlap" "7.3.0"
2076-
"@turf/meta" "7.3.0"
2067+
"@turf/boolean-overlap@7.3.1":
2068+
version "7.3.1"
2069+
resolved "https://registry.yarnpkg.com/@turf/boolean-overlap/-/boolean-overlap-7.3.1.tgz#e3397a0603bd78d9abb54beaf82ff852ce40d5fd"
2070+
integrity sha512-QhhsgCLzkwXIeZhaCmgE3H8yTANJGZatJ5IzQG3xnPTx7LiNAaa/ReN2/NroEv++8Yc0sr5Bkh6xWZOtew1dvQ==
2071+
dependencies:
2072+
"@turf/helpers" "7.3.1"
2073+
"@turf/invariant" "7.3.1"
2074+
"@turf/line-intersect" "7.3.1"
2075+
"@turf/line-overlap" "7.3.1"
2076+
"@turf/meta" "7.3.1"
20772077
"@types/geojson" "^7946.0.10"
20782078
geojson-equality-ts "^1.0.2"
20792079
tslib "^2.8.1"
20802080

2081-
"@turf/boolean-point-in-polygon@7.3.0":
2082-
version "7.3.0"
2083-
resolved "https://registry.yarnpkg.com/@turf/boolean-point-in-polygon/-/boolean-point-in-polygon-7.3.0.tgz#9ee3640f83a50487d739717b8f8fcd2c16923598"
2084-
integrity sha512-zTVCH77sRJyzUPWVmoS/UCl4pDmChSpNhoVA+BC9XDGkLuBSKhAvK7hcOn/KF55z7RgbvQFNNR2lRqmQUi/OFg==
2081+
"@turf/boolean-point-in-polygon@7.3.1":
2082+
version "7.3.1"
2083+
resolved "https://registry.yarnpkg.com/@turf/boolean-point-in-polygon/-/boolean-point-in-polygon-7.3.1.tgz#0ea4462476ab1ec270c378a69353afe4a63f83d5"
2084+
integrity sha512-BUPW63vE43LctwkgannjmEFTX1KFR/18SS7WzFahJWK1ZoP0s1jrfxGX+pi0BH/3Dd9mA71hkGKDDnj1Ndcz0g==
20852085
dependencies:
2086-
"@turf/helpers" "7.3.0"
2087-
"@turf/invariant" "7.3.0"
2086+
"@turf/helpers" "7.3.1"
2087+
"@turf/invariant" "7.3.1"
20882088
"@types/geojson" "^7946.0.10"
20892089
point-in-polygon-hao "^1.1.0"
20902090
tslib "^2.8.1"
20912091

2092-
"@turf/boolean-point-on-line@7.3.0":
2093-
version "7.3.0"
2094-
resolved "https://registry.yarnpkg.com/@turf/boolean-point-on-line/-/boolean-point-on-line-7.3.0.tgz#b0947685a5c81fbb8bd57674528ce5f6dd6dd41b"
2095-
integrity sha512-K4PxA23/pxqmv5roUxKnLm+mY92DWUVfjv+6SzrNBymHQOjDoDp/RcpTHHFM3koaUJiQx7MZ8txus5kkw+mDOA==
2092+
"@turf/boolean-point-on-line@7.3.1":
2093+
version "7.3.1"
2094+
resolved "https://registry.yarnpkg.com/@turf/boolean-point-on-line/-/boolean-point-on-line-7.3.1.tgz#6742d720848ce117f48956bbaec1cfdbe6a765b2"
2095+
integrity sha512-8Hywuv7XFpSc8nfH0BJBtt+XTcJ7OjfjpX2Sz+ty8gyiY/2nCLLqq6amu3ebr67ruqZTDpPNQoGGUbUePjF3rA==
20962096
dependencies:
2097-
"@turf/helpers" "7.3.0"
2098-
"@turf/invariant" "7.3.0"
2097+
"@turf/helpers" "7.3.1"
2098+
"@turf/invariant" "7.3.1"
20992099
"@types/geojson" "^7946.0.10"
21002100
tslib "^2.8.1"
21012101

2102-
"@turf/boolean-valid@^7.2.0":
2103-
version "7.3.0"
2104-
resolved "https://registry.yarnpkg.com/@turf/boolean-valid/-/boolean-valid-7.3.0.tgz#4d0a88c55cb3ab3b1cebf9561c9be617c6e287c5"
2105-
integrity sha512-NG4/ekbNy4/U+3nkOs643a9z1MV+lOjGqJrmyjcJwE9LQC2NAD20aNk0ms5hFivOEzcgEzfmXFfu/zZgJUIHag==
2106-
dependencies:
2107-
"@turf/bbox" "7.3.0"
2108-
"@turf/boolean-crosses" "7.3.0"
2109-
"@turf/boolean-disjoint" "7.3.0"
2110-
"@turf/boolean-overlap" "7.3.0"
2111-
"@turf/boolean-point-in-polygon" "7.3.0"
2112-
"@turf/boolean-point-on-line" "7.3.0"
2113-
"@turf/helpers" "7.3.0"
2114-
"@turf/invariant" "7.3.0"
2115-
"@turf/line-intersect" "7.3.0"
2102+
"@turf/boolean-valid@^7.3.1":
2103+
version "7.3.1"
2104+
resolved "https://registry.yarnpkg.com/@turf/boolean-valid/-/boolean-valid-7.3.1.tgz#6db11f99d6f32916334845e2ead62f9afb243335"
2105+
integrity sha512-lpw4J5HaV4Tv033s2j/i6QHt6Zx/8Lc90DTfOU0axgRSrs127kbKNJsmDEGvtmV7YjNp8aPbIG1wwAX9wg/dMA==
2106+
dependencies:
2107+
"@turf/bbox" "7.3.1"
2108+
"@turf/boolean-crosses" "7.3.1"
2109+
"@turf/boolean-disjoint" "7.3.1"
2110+
"@turf/boolean-overlap" "7.3.1"
2111+
"@turf/boolean-point-in-polygon" "7.3.1"
2112+
"@turf/boolean-point-on-line" "7.3.1"
2113+
"@turf/helpers" "7.3.1"
2114+
"@turf/invariant" "7.3.1"
2115+
"@turf/line-intersect" "7.3.1"
21162116
"@types/geojson" "^7946.0.10"
21172117
geojson-polygon-self-intersections "^1.2.1"
21182118
tslib "^2.8.1"
@@ -2124,31 +2124,31 @@
21242124
dependencies:
21252125
"@turf/helpers" "^5.1.5"
21262126

2127-
"@turf/distance@7.3.0":
2128-
version "7.3.0"
2129-
resolved "https://registry.yarnpkg.com/@turf/distance/-/distance-7.3.0.tgz#4023c35d578ec89dcc31d37bf4f4be7120a6b90f"
2130-
integrity sha512-8FXmJxL8s80v7ZRRgCGNK6ufVlehhsBRxlV2rBiMQTC4nWfYNGVV42OFf17HlK2Mlbllv3Cp1jY3Ecu7fOdjxg==
2127+
"@turf/distance@7.3.1":
2128+
version "7.3.1"
2129+
resolved "https://registry.yarnpkg.com/@turf/distance/-/distance-7.3.1.tgz#165d868c31eed69f6e9dc6e4ea292b9ae498546c"
2130+
integrity sha512-DK//doTGgYYjBkcWUywAe7wbZYcdP97hdEJ6rXYVYRoULwGGR3lhY96GNjozg6gaW9q2eSNYnZLpcL5iFVHqgw==
21312131
dependencies:
2132-
"@turf/helpers" "7.3.0"
2133-
"@turf/invariant" "7.3.0"
2132+
"@turf/helpers" "7.3.1"
2133+
"@turf/invariant" "7.3.1"
21342134
"@types/geojson" "^7946.0.10"
21352135
tslib "^2.8.1"
21362136

2137-
"@turf/geojson-rbush@7.3.0":
2138-
version "7.3.0"
2139-
resolved "https://registry.yarnpkg.com/@turf/geojson-rbush/-/geojson-rbush-7.3.0.tgz#4d687e87701f63fbdca2399544aadb6243a15f92"
2140-
integrity sha512-pej4q6pZGye/jYiQVehIHw2vcsSqubvGw93WBkuj8cZJm2OC7YAYzNpG5lcmdsr2HGR1Yrb1tCprVEUnsX92sQ==
2137+
"@turf/geojson-rbush@7.3.1":
2138+
version "7.3.1"
2139+
resolved "https://registry.yarnpkg.com/@turf/geojson-rbush/-/geojson-rbush-7.3.1.tgz#d6ea9f6c0219575d864b163eb3a0dee9fcaf49a9"
2140+
integrity sha512-EsrBBftZS5TvzRP2opLzwfnPXfmJi45KkGUcKSSFD0bxQe3BQUSmBrZbHMT8avB2s/XHrS/MniqsyeVOMwc35Q==
21412141
dependencies:
2142-
"@turf/bbox" "7.3.0"
2143-
"@turf/helpers" "7.3.0"
2144-
"@turf/meta" "7.3.0"
2142+
"@turf/bbox" "7.3.1"
2143+
"@turf/helpers" "7.3.1"
2144+
"@turf/meta" "7.3.1"
21452145
"@types/geojson" "^7946.0.10"
21462146
rbush "^3.0.1"
21472147

2148-
"@turf/helpers@7.3.0", "@turf/helpers@^7.2.0":
2149-
version "7.3.0"
2150-
resolved "https://registry.yarnpkg.com/@turf/helpers/-/helpers-7.3.0.tgz#e72d9b8c83c8f1faf9b73aab2b9adb8cc8229499"
2151-
integrity sha512-5kWdgwI6e2vGbkt2qOD+Z2BiKQ7dfKN/PtWRLCpvzyOO59rk19R53CHi8nUT/Y1vQLgWmT6eNpiKwsWwPZGIdg==
2148+
"@turf/helpers@7.3.1", "@turf/helpers@^7.2.0":
2149+
version "7.3.1"
2150+
resolved "https://registry.yarnpkg.com/@turf/helpers/-/helpers-7.3.1.tgz#2f0e666ecdefbf75d0df1b94ea1f5ccc6e4abc5b"
2151+
integrity sha512-zkL34JVhi5XhsuMEO0MUTIIFEJ8yiW1InMu4hu/oRqamlY4mMoZql0viEmH6Dafh/p+zOl8OYvMJ3Vm3rFshgg==
21522152
dependencies:
21532153
"@types/geojson" "^7946.0.10"
21542154
tslib "^2.8.1"
@@ -2158,12 +2158,12 @@
21582158
resolved "https://registry.yarnpkg.com/@turf/helpers/-/helpers-5.1.5.tgz#153405227ab933d004a5bb9641a9ed999fcbe0cf"
21592159
integrity sha512-/lF+JR+qNDHZ8bF9d+Cp58nxtZWJ3sqFe6n3u3Vpj+/0cqkjk4nXKYBSY0azm+GIYB5mWKxUXvuP/m0ZnKj1bw==
21602160

2161-
"@turf/invariant@7.3.0":
2162-
version "7.3.0"
2163-
resolved "https://registry.yarnpkg.com/@turf/invariant/-/invariant-7.3.0.tgz#4947d432e1b8a65472fcf8a1040f10a49f8fd10b"
2164-
integrity sha512-AmDFmdhpbLZv0zlI4EF4bVFE0iYmKcOBI2m8DTcFFUQDRusgjc+NLCnX1RIENfYyeI2FKHg84E9vSt6XytUDvw==
2161+
"@turf/invariant@7.3.1":
2162+
version "7.3.1"
2163+
resolved "https://registry.yarnpkg.com/@turf/invariant/-/invariant-7.3.1.tgz#9b0bb8f74af870f0b10a2e9285e62f4983f99ac2"
2164+
integrity sha512-IdZJfDjIDCLH+Gu2yLFoSM7H23sdetIo5t4ET1/25X8gi3GE2XSqbZwaGjuZgNh02nisBewLqNiJs2bo+hrqZA==
21652165
dependencies:
2166-
"@turf/helpers" "7.3.0"
2166+
"@turf/helpers" "7.3.1"
21672167
"@types/geojson" "^7946.0.10"
21682168
tslib "^2.8.1"
21692169

@@ -2174,49 +2174,49 @@
21742174
dependencies:
21752175
"@turf/helpers" "^5.1.5"
21762176

2177-
"@turf/line-intersect@7.3.0":
2178-
version "7.3.0"
2179-
resolved "https://registry.yarnpkg.com/@turf/line-intersect/-/line-intersect-7.3.0.tgz#d8c29df7b5e5db9925bc1f28040a67c9a247b35a"
2180-
integrity sha512-OJi54/VHBox+mRdK7IJLT1A/TJI+ORoYuYDtX2dqSMHeb2NnDS/9W6ipZ2wqt9aZDQzWKSlg2AkWtQWyVmlFfA==
2177+
"@turf/line-intersect@7.3.1":
2178+
version "7.3.1"
2179+
resolved "https://registry.yarnpkg.com/@turf/line-intersect/-/line-intersect-7.3.1.tgz#e1da69dcd747d6fee6c58d1f2e45f009df2cad5c"
2180+
integrity sha512-HFPH4Hi+rG7XZ5rijkYL5C9JGVKd6gz6TToShVfqOt/qgGY9/bLYQxymgum/MG7sRhIa8xcKff2d57JrIVuSWA==
21812181
dependencies:
2182-
"@turf/helpers" "7.3.0"
2182+
"@turf/helpers" "7.3.1"
21832183
"@types/geojson" "^7946.0.10"
21842184
sweepline-intersections "^1.5.0"
21852185
tslib "^2.8.1"
21862186

2187-
"@turf/line-overlap@7.3.0":
2188-
version "7.3.0"
2189-
resolved "https://registry.yarnpkg.com/@turf/line-overlap/-/line-overlap-7.3.0.tgz#6e71586bdbf7b1f1f1d454d440d06ca84a9e949f"
2190-
integrity sha512-wFgDhZuXTrQt/W7deO6rF6x9FPZntHh6r4VL9SqvllQ/H+Wq7eqV2ET8grDg939YWTzYbg5lfnxSVLSAVQFCzQ==
2191-
dependencies:
2192-
"@turf/boolean-point-on-line" "7.3.0"
2193-
"@turf/geojson-rbush" "7.3.0"
2194-
"@turf/helpers" "7.3.0"
2195-
"@turf/invariant" "7.3.0"
2196-
"@turf/line-segment" "7.3.0"
2197-
"@turf/meta" "7.3.0"
2198-
"@turf/nearest-point-on-line" "7.3.0"
2187+
"@turf/line-overlap@7.3.1":
2188+
version "7.3.1"
2189+
resolved "https://registry.yarnpkg.com/@turf/line-overlap/-/line-overlap-7.3.1.tgz#4134e22c097a3a7d0169c5b18df5a6ade8d21472"
2190+
integrity sha512-xIhTfPhJMwz57DvM+/JuzG2BUL/gR/pJfH6w+vofI3akej33LTR8b296h2dhcJjDixxprVVH062AD1Q3AGKyfg==
2191+
dependencies:
2192+
"@turf/boolean-point-on-line" "7.3.1"
2193+
"@turf/geojson-rbush" "7.3.1"
2194+
"@turf/helpers" "7.3.1"
2195+
"@turf/invariant" "7.3.1"
2196+
"@turf/line-segment" "7.3.1"
2197+
"@turf/meta" "7.3.1"
2198+
"@turf/nearest-point-on-line" "7.3.1"
21992199
"@types/geojson" "^7946.0.10"
22002200
fast-deep-equal "^3.1.3"
22012201
tslib "^2.8.1"
22022202

2203-
"@turf/line-segment@7.3.0":
2204-
version "7.3.0"
2205-
resolved "https://registry.yarnpkg.com/@turf/line-segment/-/line-segment-7.3.0.tgz#23b0f064d3ade11605d85ead03d4b02f4df430c3"
2206-
integrity sha512-ZXWXUDqdx/R5YIab5OztjjmPsZ7d9kUSHxVjHKPR2c/q1Ji10eZzHGKfMPoTDaQSTfVaiifyBuFyg2lKxJpolg==
2203+
"@turf/line-segment@7.3.1":
2204+
version "7.3.1"
2205+
resolved "https://registry.yarnpkg.com/@turf/line-segment/-/line-segment-7.3.1.tgz#1a7e4cc67578b46f9b3261cfe38bc99872b6b559"
2206+
integrity sha512-hHz1fM2LigNKmnhyHDXtbRrkBqltH/lYEvhgSmv3laZ9PsEYL8jvA3o7+IhLM9B4KPa8N6VGim6ZR5YA5bhLvQ==
22072207
dependencies:
2208-
"@turf/helpers" "7.3.0"
2209-
"@turf/invariant" "7.3.0"
2210-
"@turf/meta" "7.3.0"
2208+
"@turf/helpers" "7.3.1"
2209+
"@turf/invariant" "7.3.1"
2210+
"@turf/meta" "7.3.1"
22112211
"@types/geojson" "^7946.0.10"
22122212
tslib "^2.8.1"
22132213

2214-
"@turf/meta@7.3.0":
2215-
version "7.3.0"
2216-
resolved "https://registry.yarnpkg.com/@turf/meta/-/meta-7.3.0.tgz#fc0c1e84589aab3ee146ec716b7d967583af9a84"
2217-
integrity sha512-fTLqdQqRm8qA2zHHUbBMY++YT9LDQejLG7OD70XF2dwg9nPiF9mUxO7nrsDp2IY8vNmH9OTAiMtlIjb0ssYccg==
2214+
"@turf/meta@7.3.1":
2215+
version "7.3.1"
2216+
resolved "https://registry.yarnpkg.com/@turf/meta/-/meta-7.3.1.tgz#af2076f6388ea87585190c99b8530cbb05e38944"
2217+
integrity sha512-NWsfOE5RVtWpLQNkfOF/RrYvLRPwwruxhZUV0UFIzHqfiRJ50aO9Y6uLY4bwCUe2TumLJQSR4yaoA72Rmr2mnQ==
22182218
dependencies:
2219-
"@turf/helpers" "7.3.0"
2219+
"@turf/helpers" "7.3.1"
22202220
"@types/geojson" "^7946.0.10"
22212221

22222222
"@turf/meta@^5.1.5":
@@ -2226,25 +2226,25 @@
22262226
dependencies:
22272227
"@turf/helpers" "^5.1.5"
22282228

2229-
"@turf/nearest-point-on-line@7.3.0":
2230-
version "7.3.0"
2231-
resolved "https://registry.yarnpkg.com/@turf/nearest-point-on-line/-/nearest-point-on-line-7.3.0.tgz#36355a970399b5b60a6b02030ae22965dfea7a91"
2232-
integrity sha512-IqwvZ/IuFXE30tsOYs+aoSKpLz1RljqIW0FJZb9OVcZzvbhv+R1nUCh95zzPTlNtifRuHkreKVBUYzLNlsC6Sg==
2229+
"@turf/nearest-point-on-line@7.3.1":
2230+
version "7.3.1"
2231+
resolved "https://registry.yarnpkg.com/@turf/nearest-point-on-line/-/nearest-point-on-line-7.3.1.tgz#f8f45aed81ee6fc79529815a5aa97f49a06e7d18"
2232+
integrity sha512-FialyHfXXZWLayKQcUtdOtKv3ulOQ9FSI45kSmkDl8b96+VFWHX983Pc94tTrSTSg89+XX7MDr6gRl0yowmF4Q==
22332233
dependencies:
2234-
"@turf/distance" "7.3.0"
2235-
"@turf/helpers" "7.3.0"
2236-
"@turf/invariant" "7.3.0"
2237-
"@turf/meta" "7.3.0"
2234+
"@turf/distance" "7.3.1"
2235+
"@turf/helpers" "7.3.1"
2236+
"@turf/invariant" "7.3.1"
2237+
"@turf/meta" "7.3.1"
22382238
"@types/geojson" "^7946.0.10"
22392239
tslib "^2.8.1"
22402240

2241-
"@turf/polygon-to-line@7.3.0":
2242-
version "7.3.0"
2243-
resolved "https://registry.yarnpkg.com/@turf/polygon-to-line/-/polygon-to-line-7.3.0.tgz#9fe8df527de1943baf4383392875d42aefdea9f7"
2244-
integrity sha512-dVU2iK3cXacAaHUpobH1VWhcHhiCvRBblgYlI5Co2+ailbjt8aO76FUWfXzYM9ULobc2Tv1rrfk8Nkd2yqg4bQ==
2241+
"@turf/polygon-to-line@7.3.1":
2242+
version "7.3.1"
2243+
resolved "https://registry.yarnpkg.com/@turf/polygon-to-line/-/polygon-to-line-7.3.1.tgz#42fce39041690245925a2c474b4d9cfd19c8e5d5"
2244+
integrity sha512-qTOFzn7SLQ0TcKBsPFAFYz7iiq34ijqinpjyr9fHQlFHRHeWzUXiWyIn5a2uOHazkdhHCEXNX8JPkt6hjdZ/fQ==
22452245
dependencies:
2246-
"@turf/helpers" "7.3.0"
2247-
"@turf/invariant" "7.3.0"
2246+
"@turf/helpers" "7.3.1"
2247+
"@turf/invariant" "7.3.1"
22482248
"@types/geojson" "^7946.0.10"
22492249
tslib "^2.8.1"
22502250

0 commit comments

Comments
 (0)