Skip to content

Commit 7d0e893

Browse files
chore(deps): bump the production-dependencies group with 4 updates (#498)
Bumps the production-dependencies group with 4 updates: [@deck.gl/core](https://github.com/visgl/deck.gl), [@deck.gl/layers](https://github.com/visgl/deck.gl), [@deck.gl/mapbox](https://github.com/visgl/deck.gl) and [deck.gl](https://github.com/visgl/deck.gl). Updates `@deck.gl/core` from 9.3.6 to 9.3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/visgl/deck.gl/releases"><code>@​deck.gl/core's releases</code></a>.</em></p> <blockquote> <h2>v9.3.7</h2> <ul> <li>fix(core): do not write View clearColor into the picking buffer (<a href="https://redirect.github.com/visgl/deck.gl/issues/10431">#10431</a>)</li> <li>fix(mapbox): avoid crash when MapboxOverlay beforeId layer is removed (<a href="https://redirect.github.com/visgl/deck.gl/issues/10425">#10425</a>)</li> <li>fix(widgets): InfoWidget not rendering on hover/click (<a href="https://redirect.github.com/visgl/deck.gl/issues/10421">#10421</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/visgl/deck.gl/blob/v9.3.7/CHANGELOG.md"><code>@​deck.gl/core's changelog</code></a>.</em></p> <blockquote> <h4>deck.gl [v9.3.7] - Jul 16 2026</h4> <ul> <li>fix(core): do not write View clearColor into the picking buffer (<a href="https://redirect.github.com/visgl/deck.gl/issues/10431">#10431</a>)</li> <li>fix(mapbox): avoid crash when MapboxOverlay beforeId layer is removed (<a href="https://redirect.github.com/visgl/deck.gl/issues/10425">#10425</a>)</li> <li>fix(widgets): InfoWidget not rendering on hover/click (<a href="https://redirect.github.com/visgl/deck.gl/issues/10421">#10421</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/visgl/deck.gl/commit/ac8cd3dd7a70b1f1471729425d63fcff38dc0a13"><code>ac8cd3d</code></a> v9.3.7</li> <li><a href="https://github.com/visgl/deck.gl/commit/4ff135375ffed6d583c3b51d5bc2c5bcda6d67e3"><code>4ff1353</code></a> docs: remove v9.4 section from whats-new on 9.3-release branch</li> <li><a href="https://github.com/visgl/deck.gl/commit/7ecce1fe2461512873f9856afe70fed48329e809"><code>7ecce1f</code></a> chore(deps): bump astral-sh/setup-uv from 5.4.2 to 8.3.2 (<a href="https://redirect.github.com/visgl/deck.gl/issues/10444">#10444</a>)</li> <li><a href="https://github.com/visgl/deck.gl/commit/bb3db23ff8194d75146b2478067f6ab00da0e774"><code>bb3db23</code></a> chore(deps): bump actions/checkout from 6.0.2 to 7.0.0 (<a href="https://redirect.github.com/visgl/deck.gl/issues/10443">#10443</a>)</li> <li><a href="https://github.com/visgl/deck.gl/commit/b950c20b9a8823a7b19c01bf79484fbd37e3243b"><code>b950c20</code></a> chore(deps): bump the non-major group with 2 updates (<a href="https://redirect.github.com/visgl/deck.gl/issues/10442">#10442</a>)</li> <li><a href="https://github.com/visgl/deck.gl/commit/91eadcc8fb24fd52908ff91f9ae53583bd69acc2"><code>91eadcc</code></a> chore(deps): bump postcss from 8.5.8 to 8.5.15 (<a href="https://redirect.github.com/visgl/deck.gl/issues/10330">#10330</a>)</li> <li><a href="https://github.com/visgl/deck.gl/commit/339ae424314b0a233672ed04c325fc1890d59f93"><code>339ae42</code></a> chore(deps): bump websocket-driver from 0.7.4 to 0.7.5 in /website (<a href="https://redirect.github.com/visgl/deck.gl/issues/10446">#10446</a>)</li> <li><a href="https://github.com/visgl/deck.gl/commit/e0bb7e8e89463a42aa7b20fbc45beef936294004"><code>e0bb7e8</code></a> chore(deps): bump mistune from 3.2.0 to 3.3.0 in /bindings/pydeck (<a href="https://redirect.github.com/visgl/deck.gl/issues/10437">#10437</a>)</li> <li><a href="https://github.com/visgl/deck.gl/commit/1fa9f5dbb386a6a32923deb88b714da0c808676b"><code>1fa9f5d</code></a> chore(deps): bump <a href="https://github.com/luma"><code>@​luma</code></a>.gl/engine from 9.3.3 to 9.3.6 (<a href="https://redirect.github.com/visgl/deck.gl/issues/10441">#10441</a>)</li> <li><a href="https://github.com/visgl/deck.gl/commit/4f4604440121078ac67b9a099c436bae492707a6"><code>4f46044</code></a> fix(widgets): InfoWidget not rendering on hover/click (<a href="https://redirect.github.com/visgl/deck.gl/issues/10421">#10421</a>)</li> <li>Additional commits viewable in <a href="https://github.com/visgl/deck.gl/compare/v9.3.6...v9.3.7">compare view</a></li> </ul> </details> <br /> Updates `@deck.gl/layers` from 9.3.6 to 9.3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/visgl/deck.gl/releases"><code>@​deck.gl/layers's releases</code></a>.</em></p> <blockquote> <h2>v9.3.7</h2> <ul> <li>fix(core): do not write View clearColor into the picking buffer (<a href="https://redirect.github.com/visgl/deck.gl/issues/10431">#10431</a>)</li> <li>fix(mapbox): avoid crash when MapboxOverlay beforeId layer is removed (<a href="https://redirect.github.com/visgl/deck.gl/issues/10425">#10425</a>)</li> <li>fix(widgets): InfoWidget not rendering on hover/click (<a href="https://redirect.github.com/visgl/deck.gl/issues/10421">#10421</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/visgl/deck.gl/blob/v9.3.7/CHANGELOG.md"><code>@​deck.gl/layers's changelog</code></a>.</em></p> <blockquote> <h4>deck.gl [v9.3.7] - Jul 16 2026</h4> <ul> <li>fix(core): do not write View clearColor into the picking buffer (<a href="https://redirect.github.com/visgl/deck.gl/issues/10431">#10431</a>)</li> <li>fix(mapbox): avoid crash when MapboxOverlay beforeId layer is removed (<a href="https://redirect.github.com/visgl/deck.gl/issues/10425">#10425</a>)</li> <li>fix(widgets): InfoWidget not rendering on hover/click (<a href="https://redirect.github.com/visgl/deck.gl/issues/10421">#10421</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/visgl/deck.gl/commit/ac8cd3dd7a70b1f1471729425d63fcff38dc0a13"><code>ac8cd3d</code></a> v9.3.7</li> <li><a href="https://github.com/visgl/deck.gl/commit/4ff135375ffed6d583c3b51d5bc2c5bcda6d67e3"><code>4ff1353</code></a> docs: remove v9.4 section from whats-new on 9.3-release branch</li> <li><a href="https://github.com/visgl/deck.gl/commit/7ecce1fe2461512873f9856afe70fed48329e809"><code>7ecce1f</code></a> chore(deps): bump astral-sh/setup-uv from 5.4.2 to 8.3.2 (<a href="https://redirect.github.com/visgl/deck.gl/issues/10444">#10444</a>)</li> <li><a href="https://github.com/visgl/deck.gl/commit/bb3db23ff8194d75146b2478067f6ab00da0e774"><code>bb3db23</code></a> chore(deps): bump actions/checkout from 6.0.2 to 7.0.0 (<a href="https://redirect.github.com/visgl/deck.gl/issues/10443">#10443</a>)</li> <li><a href="https://github.com/visgl/deck.gl/commit/b950c20b9a8823a7b19c01bf79484fbd37e3243b"><code>b950c20</code></a> chore(deps): bump the non-major group with 2 updates (<a href="https://redirect.github.com/visgl/deck.gl/issues/10442">#10442</a>)</li> <li><a href="https://github.com/visgl/deck.gl/commit/91eadcc8fb24fd52908ff91f9ae53583bd69acc2"><code>91eadcc</code></a> chore(deps): bump postcss from 8.5.8 to 8.5.15 (<a href="https://redirect.github.com/visgl/deck.gl/issues/10330">#10330</a>)</li> <li><a href="https://github.com/visgl/deck.gl/commit/339ae424314b0a233672ed04c325fc1890d59f93"><code>339ae42</code></a> chore(deps): bump websocket-driver from 0.7.4 to 0.7.5 in /website (<a href="https://redirect.github.com/visgl/deck.gl/issues/10446">#10446</a>)</li> <li><a href="https://github.com/visgl/deck.gl/commit/e0bb7e8e89463a42aa7b20fbc45beef936294004"><code>e0bb7e8</code></a> chore(deps): bump mistune from 3.2.0 to 3.3.0 in /bindings/pydeck (<a href="https://redirect.github.com/visgl/deck.gl/issues/10437">#10437</a>)</li> <li><a href="https://github.com/visgl/deck.gl/commit/1fa9f5dbb386a6a32923deb88b714da0c808676b"><code>1fa9f5d</code></a> chore(deps): bump <a href="https://github.com/luma"><code>@​luma</code></a>.gl/engine from 9.3.3 to 9.3.6 (<a href="https://redirect.github.com/visgl/deck.gl/issues/10441">#10441</a>)</li> <li><a href="https://github.com/visgl/deck.gl/commit/4f4604440121078ac67b9a099c436bae492707a6"><code>4f46044</code></a> fix(widgets): InfoWidget not rendering on hover/click (<a href="https://redirect.github.com/visgl/deck.gl/issues/10421">#10421</a>)</li> <li>Additional commits viewable in <a href="https://github.com/visgl/deck.gl/compare/v9.3.6...v9.3.7">compare view</a></li> </ul> </details> <br /> Updates `@deck.gl/mapbox` from 9.3.6 to 9.3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/visgl/deck.gl/releases"><code>@​deck.gl/mapbox's releases</code></a>.</em></p> <blockquote> <h2>v9.3.7</h2> <ul> <li>fix(core): do not write View clearColor into the picking buffer (<a href="https://redirect.github.com/visgl/deck.gl/issues/10431">#10431</a>)</li> <li>fix(mapbox): avoid crash when MapboxOverlay beforeId layer is removed (<a href="https://redirect.github.com/visgl/deck.gl/issues/10425">#10425</a>)</li> <li>fix(widgets): InfoWidget not rendering on hover/click (<a href="https://redirect.github.com/visgl/deck.gl/issues/10421">#10421</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/visgl/deck.gl/blob/v9.3.7/CHANGELOG.md"><code>@​deck.gl/mapbox's changelog</code></a>.</em></p> <blockquote> <h4>deck.gl [v9.3.7] - Jul 16 2026</h4> <ul> <li>fix(core): do not write View clearColor into the picking buffer (<a href="https://redirect.github.com/visgl/deck.gl/issues/10431">#10431</a>)</li> <li>fix(mapbox): avoid crash when MapboxOverlay beforeId layer is removed (<a href="https://redirect.github.com/visgl/deck.gl/issues/10425">#10425</a>)</li> <li>fix(widgets): InfoWidget not rendering on hover/click (<a href="https://redirect.github.com/visgl/deck.gl/issues/10421">#10421</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/visgl/deck.gl/commit/ac8cd3dd7a70b1f1471729425d63fcff38dc0a13"><code>ac8cd3d</code></a> v9.3.7</li> <li><a href="https://github.com/visgl/deck.gl/commit/4ff135375ffed6d583c3b51d5bc2c5bcda6d67e3"><code>4ff1353</code></a> docs: remove v9.4 section from whats-new on 9.3-release branch</li> <li><a href="https://github.com/visgl/deck.gl/commit/7ecce1fe2461512873f9856afe70fed48329e809"><code>7ecce1f</code></a> chore(deps): bump astral-sh/setup-uv from 5.4.2 to 8.3.2 (<a href="https://redirect.github.com/visgl/deck.gl/issues/10444">#10444</a>)</li> <li><a href="https://github.com/visgl/deck.gl/commit/bb3db23ff8194d75146b2478067f6ab00da0e774"><code>bb3db23</code></a> chore(deps): bump actions/checkout from 6.0.2 to 7.0.0 (<a href="https://redirect.github.com/visgl/deck.gl/issues/10443">#10443</a>)</li> <li><a href="https://github.com/visgl/deck.gl/commit/b950c20b9a8823a7b19c01bf79484fbd37e3243b"><code>b950c20</code></a> chore(deps): bump the non-major group with 2 updates (<a href="https://redirect.github.com/visgl/deck.gl/issues/10442">#10442</a>)</li> <li><a href="https://github.com/visgl/deck.gl/commit/91eadcc8fb24fd52908ff91f9ae53583bd69acc2"><code>91eadcc</code></a> chore(deps): bump postcss from 8.5.8 to 8.5.15 (<a href="https://redirect.github.com/visgl/deck.gl/issues/10330">#10330</a>)</li> <li><a href="https://github.com/visgl/deck.gl/commit/339ae424314b0a233672ed04c325fc1890d59f93"><code>339ae42</code></a> chore(deps): bump websocket-driver from 0.7.4 to 0.7.5 in /website (<a href="https://redirect.github.com/visgl/deck.gl/issues/10446">#10446</a>)</li> <li><a href="https://github.com/visgl/deck.gl/commit/e0bb7e8e89463a42aa7b20fbc45beef936294004"><code>e0bb7e8</code></a> chore(deps): bump mistune from 3.2.0 to 3.3.0 in /bindings/pydeck (<a href="https://redirect.github.com/visgl/deck.gl/issues/10437">#10437</a>)</li> <li><a href="https://github.com/visgl/deck.gl/commit/1fa9f5dbb386a6a32923deb88b714da0c808676b"><code>1fa9f5d</code></a> chore(deps): bump <a href="https://github.com/luma"><code>@​luma</code></a>.gl/engine from 9.3.3 to 9.3.6 (<a href="https://redirect.github.com/visgl/deck.gl/issues/10441">#10441</a>)</li> <li><a href="https://github.com/visgl/deck.gl/commit/4f4604440121078ac67b9a099c436bae492707a6"><code>4f46044</code></a> fix(widgets): InfoWidget not rendering on hover/click (<a href="https://redirect.github.com/visgl/deck.gl/issues/10421">#10421</a>)</li> <li>Additional commits viewable in <a href="https://github.com/visgl/deck.gl/compare/v9.3.6...v9.3.7">compare view</a></li> </ul> </details> <br /> Updates `deck.gl` from 9.3.6 to 9.3.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/visgl/deck.gl/releases">deck.gl's releases</a>.</em></p> <blockquote> <h2>v9.3.7</h2> <ul> <li>fix(core): do not write View clearColor into the picking buffer (<a href="https://redirect.github.com/visgl/deck.gl/issues/10431">#10431</a>)</li> <li>fix(mapbox): avoid crash when MapboxOverlay beforeId layer is removed (<a href="https://redirect.github.com/visgl/deck.gl/issues/10425">#10425</a>)</li> <li>fix(widgets): InfoWidget not rendering on hover/click (<a href="https://redirect.github.com/visgl/deck.gl/issues/10421">#10421</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/visgl/deck.gl/blob/v9.3.7/CHANGELOG.md">deck.gl's changelog</a>.</em></p> <blockquote> <h4>deck.gl [v9.3.7] - Jul 16 2026</h4> <ul> <li>fix(core): do not write View clearColor into the picking buffer (<a href="https://redirect.github.com/visgl/deck.gl/issues/10431">#10431</a>)</li> <li>fix(mapbox): avoid crash when MapboxOverlay beforeId layer is removed (<a href="https://redirect.github.com/visgl/deck.gl/issues/10425">#10425</a>)</li> <li>fix(widgets): InfoWidget not rendering on hover/click (<a href="https://redirect.github.com/visgl/deck.gl/issues/10421">#10421</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/visgl/deck.gl/commit/ac8cd3dd7a70b1f1471729425d63fcff38dc0a13"><code>ac8cd3d</code></a> v9.3.7</li> <li><a href="https://github.com/visgl/deck.gl/commit/4ff135375ffed6d583c3b51d5bc2c5bcda6d67e3"><code>4ff1353</code></a> docs: remove v9.4 section from whats-new on 9.3-release branch</li> <li><a href="https://github.com/visgl/deck.gl/commit/7ecce1fe2461512873f9856afe70fed48329e809"><code>7ecce1f</code></a> chore(deps): bump astral-sh/setup-uv from 5.4.2 to 8.3.2 (<a href="https://redirect.github.com/visgl/deck.gl/issues/10444">#10444</a>)</li> <li><a href="https://github.com/visgl/deck.gl/commit/bb3db23ff8194d75146b2478067f6ab00da0e774"><code>bb3db23</code></a> chore(deps): bump actions/checkout from 6.0.2 to 7.0.0 (<a href="https://redirect.github.com/visgl/deck.gl/issues/10443">#10443</a>)</li> <li><a href="https://github.com/visgl/deck.gl/commit/b950c20b9a8823a7b19c01bf79484fbd37e3243b"><code>b950c20</code></a> chore(deps): bump the non-major group with 2 updates (<a href="https://redirect.github.com/visgl/deck.gl/issues/10442">#10442</a>)</li> <li><a href="https://github.com/visgl/deck.gl/commit/91eadcc8fb24fd52908ff91f9ae53583bd69acc2"><code>91eadcc</code></a> chore(deps): bump postcss from 8.5.8 to 8.5.15 (<a href="https://redirect.github.com/visgl/deck.gl/issues/10330">#10330</a>)</li> <li><a href="https://github.com/visgl/deck.gl/commit/339ae424314b0a233672ed04c325fc1890d59f93"><code>339ae42</code></a> chore(deps): bump websocket-driver from 0.7.4 to 0.7.5 in /website (<a href="https://redirect.github.com/visgl/deck.gl/issues/10446">#10446</a>)</li> <li><a href="https://github.com/visgl/deck.gl/commit/e0bb7e8e89463a42aa7b20fbc45beef936294004"><code>e0bb7e8</code></a> chore(deps): bump mistune from 3.2.0 to 3.3.0 in /bindings/pydeck (<a href="https://redirect.github.com/visgl/deck.gl/issues/10437">#10437</a>)</li> <li><a href="https://github.com/visgl/deck.gl/commit/1fa9f5dbb386a6a32923deb88b714da0c808676b"><code>1fa9f5d</code></a> chore(deps): bump <a href="https://github.com/luma"><code>@​luma</code></a>.gl/engine from 9.3.3 to 9.3.6 (<a href="https://redirect.github.com/visgl/deck.gl/issues/10441">#10441</a>)</li> <li><a href="https://github.com/visgl/deck.gl/commit/4f4604440121078ac67b9a099c436bae492707a6"><code>4f46044</code></a> fix(widgets): InfoWidget not rendering on hover/click (<a href="https://redirect.github.com/visgl/deck.gl/issues/10421">#10421</a>)</li> <li>Additional commits viewable in <a href="https://github.com/visgl/deck.gl/compare/v9.3.6...v9.3.7">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 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 de9d2ea commit 7d0e893

1 file changed

Lines changed: 69 additions & 69 deletions

File tree

yarn.lock

Lines changed: 69 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -361,27 +361,27 @@
361361
resolved "https://registry.yarnpkg.com/@cogeotiff/core/-/core-9.5.0.tgz#8d2ecaf2ea198096ea7150e94c16929f8544b281"
362362
integrity sha512-BsBlk8UGq9b8aIlUliKweS2V48KK8O3xORjd+IZLBxErr0kHP1WmWnqBRG+JcmNGoPMaE4lUHl/YVbY9UHLr+A==
363363

364-
"@deck.gl/aggregation-layers@9.3.6":
365-
version "9.3.6"
366-
resolved "https://registry.yarnpkg.com/@deck.gl/aggregation-layers/-/aggregation-layers-9.3.6.tgz#c2aeb5a46dd7479d3f943514db8e8c85cea92a81"
367-
integrity sha512-shHIzD1fzPXYNqT5MvCW++3LMUA/odF25eWrjwQ6mRwPjwty9jUOEg5UoRYmNUN0fiE00vnc5kzMQVL7T/jDKA==
364+
"@deck.gl/aggregation-layers@9.3.7":
365+
version "9.3.7"
366+
resolved "https://registry.yarnpkg.com/@deck.gl/aggregation-layers/-/aggregation-layers-9.3.7.tgz#75e8f8f9e12e24678e48e7291039e9734a778822"
367+
integrity sha512-eRzddMlHuBBFeSfhBig5V/32psav5JLvRYjuMqHgcwWXKfanAcxsKBfDSA4tzwWpnDU4id9sfdGW1RDzbVgY5Q==
368368
dependencies:
369369
"@luma.gl/shadertools" "^9.3.3"
370370
"@math.gl/core" "^4.1.0"
371371
"@math.gl/web-mercator" "^4.1.0"
372372
d3-hexbin "^0.2.1"
373373

374-
"@deck.gl/arcgis@9.3.6":
375-
version "9.3.6"
376-
resolved "https://registry.yarnpkg.com/@deck.gl/arcgis/-/arcgis-9.3.6.tgz#6812b72e6fde9d08e71c2e7cf5df00c3c18234be"
377-
integrity sha512-zlFW1bpS6Me18VmqjgHyt+wLPWuyA6hUP1VtNsArKQLe8GAOb0Hcn8fqlGYa3aGT6DrU/5N461wDbp7YqKdjjA==
374+
"@deck.gl/arcgis@9.3.7":
375+
version "9.3.7"
376+
resolved "https://registry.yarnpkg.com/@deck.gl/arcgis/-/arcgis-9.3.7.tgz#20d000889f17d9bcfe8562e8e6cc36d10149fcad"
377+
integrity sha512-ElFJf0zhcT3QSSYUGgILUXXGGx0jFUpcH7ZyozvvSbq7U9VrBW6VxADTqN4CRwogLKKcedwGDQ/BDEYGLlAQsg==
378378
dependencies:
379379
esri-loader "^3.7.0"
380380

381-
"@deck.gl/carto@9.3.6":
382-
version "9.3.6"
383-
resolved "https://registry.yarnpkg.com/@deck.gl/carto/-/carto-9.3.6.tgz#6af5a62fca2f6656d27102e7540d508fe73d0c7e"
384-
integrity sha512-uMc7cmmzDkBUA9miiVOUsZGJHg0xQRdL4RCZy6Kdd+p8evh6L4/rEfxGLZJVhyxLecerincKsmZHd751s2pyBw==
381+
"@deck.gl/carto@9.3.7":
382+
version "9.3.7"
383+
resolved "https://registry.yarnpkg.com/@deck.gl/carto/-/carto-9.3.7.tgz#789f970e250cc9820eb18a116a236638805ddca8"
384+
integrity sha512-l8jGovXupzUueOVCCR64XjLA8cQF8MgdKvkXYO50md37qfzf068XyhLVoMU9IibaPPbSss/uuxo/YzO6lB7sFQ==
385385
dependencies:
386386
"@carto/api-client" "^0.5.19"
387387
"@loaders.gl/compression" "^4.4.3"
@@ -407,10 +407,10 @@
407407
pbf "^3.2.1"
408408
quadbin "^0.4.0"
409409

410-
"@deck.gl/core@9.3.6", "@deck.gl/core@^9.3.1":
411-
version "9.3.6"
412-
resolved "https://registry.yarnpkg.com/@deck.gl/core/-/core-9.3.6.tgz#c995774f8ae34be2b2a15926f2b7f6dfbe74c3be"
413-
integrity sha512-dCwF+ATE382DdbIqbaoHYCTAW7vutkVlQvWlmMebTDW1j7rPnKrT6ZPa0Y996U/8ZL5NNWc2/wWWY9LYhZVm2Q==
410+
"@deck.gl/core@9.3.7", "@deck.gl/core@^9.3.1":
411+
version "9.3.7"
412+
resolved "https://registry.yarnpkg.com/@deck.gl/core/-/core-9.3.7.tgz#1cd38ffa05b06d4560682d5c60ce45d35683ecb4"
413+
integrity sha512-l+YPm1I0Fwj+b7xsu8FvyDT5MGPgEPJe2cQJUpQNgG742b2goB4tyYpteUhNAOeVo1gmenvqv36ZJGNsGxipJA==
414414
dependencies:
415415
"@loaders.gl/core" "^4.4.3"
416416
"@loaders.gl/images" "^4.4.3"
@@ -429,19 +429,19 @@
429429
gl-matrix "^3.0.0"
430430
mjolnir.js "^3.0.0"
431431

432-
"@deck.gl/extensions@9.3.6":
433-
version "9.3.6"
434-
resolved "https://registry.yarnpkg.com/@deck.gl/extensions/-/extensions-9.3.6.tgz#fe0dbcb545abdd5803ba768580c571329be32574"
435-
integrity sha512-zWAyeyFlbryrjvlQYYUn+0g7u7LUtS4J6WDWMjrJOP89WCiYitWPz+aqL+0x6iNTZk5xz0YK5FxSarDRCWxZCQ==
432+
"@deck.gl/extensions@9.3.7":
433+
version "9.3.7"
434+
resolved "https://registry.yarnpkg.com/@deck.gl/extensions/-/extensions-9.3.7.tgz#8bd6c539e7935d9dbea002ac47a4cd3b03f1ad55"
435+
integrity sha512-CY4Hi7yeVNMOjYfbrxNZ5PF3ftH16zGwV4JSH6g9opCTfLFxBgT2Rxbs3cwywanAs5yO7RraDDM9WyQSzAU7qg==
436436
dependencies:
437437
"@luma.gl/shadertools" "^9.3.3"
438438
"@luma.gl/webgl" "^9.3.3"
439439
"@math.gl/core" "^4.1.0"
440440

441-
"@deck.gl/geo-layers@9.3.6":
442-
version "9.3.6"
443-
resolved "https://registry.yarnpkg.com/@deck.gl/geo-layers/-/geo-layers-9.3.6.tgz#d8f4ed7fa17b1c86fce174e3a2ce39b47b2b1a75"
444-
integrity sha512-qhRrbVQ05nuxM4H8DnA6kuikTFDZWXVvOMDFBeOHF5k4rsjiyIg5ahIJG0AYuYKMzAeYMNyPDR+diFH1JV0yLg==
441+
"@deck.gl/geo-layers@9.3.7":
442+
version "9.3.7"
443+
resolved "https://registry.yarnpkg.com/@deck.gl/geo-layers/-/geo-layers-9.3.7.tgz#0429b88304b23da363b8ac4b08c1ab4105c2c27f"
444+
integrity sha512-BPa0iaiDGvs3C9Ptu5zDXyYpm4NMUCB1LQOVvxFRuIEqup9nZpBmCsLx+HSeF4l1aQ0c9K4GG9EdM3iwwbqLAw==
445445
dependencies:
446446
"@loaders.gl/3d-tiles" "^4.4.3"
447447
"@loaders.gl/gis" "^4.4.3"
@@ -461,26 +461,26 @@
461461
h3-js "^4.4.0"
462462
long "^3.2.0"
463463

464-
"@deck.gl/google-maps@9.3.6":
465-
version "9.3.6"
466-
resolved "https://registry.yarnpkg.com/@deck.gl/google-maps/-/google-maps-9.3.6.tgz#9c0e9dcd539795d88250025f9a687b44ab7c86b9"
467-
integrity sha512-L5i1DVo+RF6IQ75UZ51GGz7WgSLVcHkCvMiXwi+cq9HWSjmpKef8hj6/7WjpsF3oddtBGJMhWalAMAF3sGMh/w==
464+
"@deck.gl/google-maps@9.3.7":
465+
version "9.3.7"
466+
resolved "https://registry.yarnpkg.com/@deck.gl/google-maps/-/google-maps-9.3.7.tgz#4c3ec0420f7181451fbf99670ebd18e28b54d7df"
467+
integrity sha512-B3GMgbUvUO5c3LZlMre0wL5S+1iEGqc4hfqfkMrFyvpV/4TgMm+ZN5Qv4t3NsgGGEpJIOH+LrXY6WRUXI3PWrg==
468468
dependencies:
469469
"@luma.gl/webgl" "^9.3.3"
470470
"@math.gl/core" "^4.1.0"
471471
"@types/google.maps" "^3.48.6"
472472

473-
"@deck.gl/json@9.3.6":
474-
version "9.3.6"
475-
resolved "https://registry.yarnpkg.com/@deck.gl/json/-/json-9.3.6.tgz#4a5ebfc949c42e592be3bafbce153d5ac9227102"
476-
integrity sha512-S3DxThQHNYEUyIRA+GDtsPa2/C0zWfkDd3zpCa2lIY0MsosfPBhLIz6Ug0YVhVWcFUtIDhDpCKh9UUE8xVMcrw==
473+
"@deck.gl/json@9.3.7":
474+
version "9.3.7"
475+
resolved "https://registry.yarnpkg.com/@deck.gl/json/-/json-9.3.7.tgz#0a70a9031385ba0116ef38fcbf844cbd94a1b7da"
476+
integrity sha512-ohLW3cOYr+ptHSTxgfQSJ4rNNpVJdoHk9iHOU+AK5oK8MP/ISfySA+zWqgb/VS5HKMJGpgYXJWBZGnTnw/Cl0A==
477477
dependencies:
478478
jsep "^0.3.0"
479479

480-
"@deck.gl/layers@9.3.6", "@deck.gl/layers@^9.3.1":
481-
version "9.3.6"
482-
resolved "https://registry.yarnpkg.com/@deck.gl/layers/-/layers-9.3.6.tgz#a6f246a2132a3ee04398ec7e566150f67a7caeee"
483-
integrity sha512-Ex3Lh4AIQ4zi8iojyWr/kpjwdY9HFKkR0iLeNt0hgz3fOmgL8++5jwUuzt+VOQnjE+x7TsNlM1B1fLciHnH4Xg==
480+
"@deck.gl/layers@9.3.7", "@deck.gl/layers@^9.3.1":
481+
version "9.3.7"
482+
resolved "https://registry.yarnpkg.com/@deck.gl/layers/-/layers-9.3.7.tgz#c9266183278b95ac2051a05abb3e5b2d01275686"
483+
integrity sha512-T2CnkEU1QEqmusrSdot7+8Nl09gzntG5DvhaogyBbTjmABhTh4rUnS6dLOjf5/ju3aJ+Q58/FvDzgBBcK4V7kg==
484484
dependencies:
485485
"@loaders.gl/images" "^4.4.3"
486486
"@loaders.gl/schema" "^4.4.3"
@@ -492,32 +492,32 @@
492492
"@types/geojson" "^7946.0.16"
493493
earcut "^2.2.4"
494494

495-
"@deck.gl/mapbox@9.3.6", "@deck.gl/mapbox@^9.3.1":
496-
version "9.3.6"
497-
resolved "https://registry.yarnpkg.com/@deck.gl/mapbox/-/mapbox-9.3.6.tgz#81974ed329c91390d23e6c07ce0427743a6d017f"
498-
integrity sha512-EtjN/Dea7Z6w4gb4c5EE2AEUpKAxrwD5wfZQUFu3+In3wXP1cyfbkJwEqwozRHXo06F6sCknXc9zvmgOXyt0uA==
495+
"@deck.gl/mapbox@9.3.7", "@deck.gl/mapbox@^9.3.1":
496+
version "9.3.7"
497+
resolved "https://registry.yarnpkg.com/@deck.gl/mapbox/-/mapbox-9.3.7.tgz#951d339e1e1d6da5e09eef2396c9f8620f860db3"
498+
integrity sha512-hamgwBS2BbB8DHOjYWwPMrFki+KhcedjoHv/9cUpQHnjfXUswzmyhAURuyowO/tAVJb3vF+CmMzaDVUTlI40Sw==
499499
dependencies:
500500
"@math.gl/web-mercator" "^4.1.0"
501501

502-
"@deck.gl/mesh-layers@9.3.6":
503-
version "9.3.6"
504-
resolved "https://registry.yarnpkg.com/@deck.gl/mesh-layers/-/mesh-layers-9.3.6.tgz#1803745fd7c9057af2066ded26a38c7a39536ad5"
505-
integrity sha512-tKG+gqwSfVQTocH2XlV5o3otUQ/DARJ5vj/JpRv6FTWhUkHo5Acp9BDkvv3Lb5KYx0MkLZyjSKsvai1oAxVAIQ==
502+
"@deck.gl/mesh-layers@9.3.7":
503+
version "9.3.7"
504+
resolved "https://registry.yarnpkg.com/@deck.gl/mesh-layers/-/mesh-layers-9.3.7.tgz#6fe9ae0e1ceed9650afc00d5060e733acbb11071"
505+
integrity sha512-Rc88vaOd/isTw8sZS44xrJOA2vSMYXcO0n9QAEm6AYRBwneZ3+l1/6WIiMIs3Vo8xUytMRyZthdNV3hn2Qv/lg==
506506
dependencies:
507507
"@loaders.gl/gltf" "^4.4.3"
508508
"@loaders.gl/schema" "^4.4.3"
509509
"@luma.gl/gltf" "^9.3.3"
510510
"@luma.gl/shadertools" "^9.3.3"
511511

512-
"@deck.gl/react@9.3.6":
513-
version "9.3.6"
514-
resolved "https://registry.yarnpkg.com/@deck.gl/react/-/react-9.3.6.tgz#b6308f282067bbc6789d8c7a606c492c6a607b88"
515-
integrity sha512-oZ8Bvj8GzTU50864X4aujrlzeGytf60Azd7pAeotQO+8vZkIw8e9pxoZo6S4NM2NOtHKHWkGVCy08Fx9482lpA==
512+
"@deck.gl/react@9.3.7":
513+
version "9.3.7"
514+
resolved "https://registry.yarnpkg.com/@deck.gl/react/-/react-9.3.7.tgz#28407f24265437cd731ac4be6219b44aa93c502a"
515+
integrity sha512-lC86Daz/3d/cSX2qpyqKc0Ju+OJZVaQ+K9JyrYp76Zqzi4qej0plDWkkRNyo0pAvzL5LSaIpJpGO45QusgbtSw==
516516

517-
"@deck.gl/widgets@9.3.6":
518-
version "9.3.6"
519-
resolved "https://registry.yarnpkg.com/@deck.gl/widgets/-/widgets-9.3.6.tgz#5ef75223c4500e4f90ef02e649ec528bbb0bc20b"
520-
integrity sha512-45A0rjEuOYr+rAs2RqSgjCOVz8zlkzQLFLskcrA2pQgc1+zFmIzgcncE9Hi2aque87Chb1oZ5BdGMLA0jl5Lnw==
517+
"@deck.gl/widgets@9.3.7":
518+
version "9.3.7"
519+
resolved "https://registry.yarnpkg.com/@deck.gl/widgets/-/widgets-9.3.7.tgz#969be64faed728f6aa3de8e55ceef90b2dcae9f7"
520+
integrity sha512-Ygvn6XRQfh8hDnVczZNrh/nmKXdptavT/KmDzrBJbJaP8Upi/4bgo9p8pe1u7qZagCprzSfo/tKumRN1BNOWhg==
521521
dependencies:
522522
"@floating-ui/dom" "^1.7.5"
523523
preact "^10.17.0"
@@ -3745,23 +3745,23 @@ debug@^4.0.0, debug@^4.1.0, debug@^4.2.0, debug@^4.3.1, debug@^4.3.2, debug@^4.4
37453745
ms "^2.1.3"
37463746

37473747
deck.gl@^9.3.1:
3748-
version "9.3.6"
3749-
resolved "https://registry.yarnpkg.com/deck.gl/-/deck.gl-9.3.6.tgz#707f8a4df931222d9e927515dfdd22fc09efae0e"
3750-
integrity sha512-LFt5LWsqr2fy4GWcMkyLBacpjtVwBESGkLU64UNQ52TE7BTQEhTSQCSI9jF08tVqeIZigCc9XZ+A6AL7+7vmnQ==
3751-
dependencies:
3752-
"@deck.gl/aggregation-layers" "9.3.6"
3753-
"@deck.gl/arcgis" "9.3.6"
3754-
"@deck.gl/carto" "9.3.6"
3755-
"@deck.gl/core" "9.3.6"
3756-
"@deck.gl/extensions" "9.3.6"
3757-
"@deck.gl/geo-layers" "9.3.6"
3758-
"@deck.gl/google-maps" "9.3.6"
3759-
"@deck.gl/json" "9.3.6"
3760-
"@deck.gl/layers" "9.3.6"
3761-
"@deck.gl/mapbox" "9.3.6"
3762-
"@deck.gl/mesh-layers" "9.3.6"
3763-
"@deck.gl/react" "9.3.6"
3764-
"@deck.gl/widgets" "9.3.6"
3748+
version "9.3.7"
3749+
resolved "https://registry.yarnpkg.com/deck.gl/-/deck.gl-9.3.7.tgz#695dd16a741915c8ee75674360eb34bcad9b7833"
3750+
integrity sha512-UjAaBP96UjrmLEw+vfcfuMaiBWaMYPVhztDo1noP33lUp4k4cAUZVj3Vu8sFPBBY//6iHitPKX69qCNNqglvPA==
3751+
dependencies:
3752+
"@deck.gl/aggregation-layers" "9.3.7"
3753+
"@deck.gl/arcgis" "9.3.7"
3754+
"@deck.gl/carto" "9.3.7"
3755+
"@deck.gl/core" "9.3.7"
3756+
"@deck.gl/extensions" "9.3.7"
3757+
"@deck.gl/geo-layers" "9.3.7"
3758+
"@deck.gl/google-maps" "9.3.7"
3759+
"@deck.gl/json" "9.3.7"
3760+
"@deck.gl/layers" "9.3.7"
3761+
"@deck.gl/mapbox" "9.3.7"
3762+
"@deck.gl/mesh-layers" "9.3.7"
3763+
"@deck.gl/react" "9.3.7"
3764+
"@deck.gl/widgets" "9.3.7"
37653765
"@loaders.gl/core" "^4.4.3"
37663766
"@luma.gl/core" "^9.3.3"
37673767
"@luma.gl/engine" "^9.3.3"

0 commit comments

Comments
 (0)