You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/01/18 15:26:23 UTC

[PR] build(deps): bump the npm_and_yarn group group in /superset-frontend with 2 updates [superset]

dependabot[bot] opened a new pull request, #26665:
URL: https://github.com/apache/superset/pull/26665

   Bumps the npm_and_yarn group group in /superset-frontend with 2 updates: [@cypress/request](https://github.com/cypress-io/request) and [cypress](https://github.com/cypress-io/cypress).
   
   Updates `@cypress/request` from 2.88.6 to 3.0.1
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/cypress-io/request/releases"><code>@​cypress/request</code>'s releases</a>.</em></p>
   <blockquote>
   <h2>v3.0.1</h2>
   <h2><a href="https://github.com/cypress-io/request/compare/v3.0.0...v3.0.1">3.0.1</a> (2023-09-06)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>deps:</strong> peg qs to 6.10.4 (<a href="https://github.com/cypress-io/request/commit/fb9f6255f972ed08a0d916d660e45e82e2d091f1">fb9f625</a>)</li>
   </ul>
   <h2>v3.0.0</h2>
   <h1><a href="https://github.com/cypress-io/request/compare/v2.88.12...v3.0.0">3.0.0</a> (2023-08-08)</h1>
   <h3>Features</h3>
   <ul>
   <li>Add allowInsecureRedirect option (<a href="https://github.com/cypress-io/request/commit/c5bcf21d40fb61feaff21a0e5a2b3934a440024f">c5bcf21</a>)</li>
   </ul>
   <h3>BREAKING CHANGES</h3>
   <ul>
   <li>The allowInsecureRedirect is <code>false</code> by default, which may cause issues if your usage relies on insecure redirects. For the former behavior, you can opt in to insecure redirects by setting the option to <code>true</code>, but it is not recommended.</li>
   </ul>
   <p>Co-authored-by: Szymon Drosdzol <a href="mailto:szymon@doyensec.com">szymon@doyensec.com</a></p>
   <h2>v2.88.12</h2>
   <h2><a href="https://github.com/cypress-io/request/compare/v2.88.11...v2.88.12">2.88.12</a> (2023-08-01)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>request:</strong> update tough-cookie dep (<a href="https://github.com/cypress-io/request/commit/0664780557c95610eafeedff6067bacac6783705">0664780</a>)</li>
   </ul>
   <h2>v2.88.11</h2>
   <h2><a href="https://github.com/cypress-io/request/compare/v2.88.10...v2.88.11">2.88.11</a> (2023-01-11)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Remove badges no longer used or relevant (<a href="https://redirect.github.com/cypress-io/request/issues/19">#19</a>) (<a href="https://github.com/cypress-io/request/commit/24a977e9c8b867fbd4ad752e2253f8fe204ff039">24a977e</a>)</li>
   </ul>
   <h2>v2.88.10</h2>
   <h2><a href="https://github.com/cypress-io/request/compare/v2.88.9...v2.88.10">2.88.10</a> (2021-11-29)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>remove har-validator (<a href="https://redirect.github.com/cypress-io/request/issues/16">#16</a>) (<a href="https://github.com/cypress-io/request/commit/ba48841d236ca96187e37032cb5db662bd1417b5">ba48841</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/cypress-io/request/blob/master/CHANGELOG.md"><code>@​cypress/request</code>'s changelog</a>.</em></p>
   <blockquote>
   <h2>Change Log</h2>
   <h3>v2.88.0 (2018/08/10)</h3>
   <ul>
   <li><a href="https://redirect.github.com/cypress-io/request/pull/2996">#2996</a> fix(uuid): import versioned uuid (<a href="https://github.com/kwonoj"><code>@​kwonoj</code></a>)</li>
   <li><a href="https://redirect.github.com/cypress-io/request/pull/2994">#2994</a> Update to oauth-sign 0.9.0 (<a href="https://github.com/dlecocq"><code>@​dlecocq</code></a>)</li>
   <li><a href="https://redirect.github.com/cypress-io/request/pull/2993">#2993</a> Fix header tests (<a href="https://github.com/simov"><code>@​simov</code></a>)</li>
   <li><a href="https://redirect.github.com/cypress-io/request/pull/2904">#2904</a> <a href="https://redirect.github.com/cypress-io/request/issues/515">#515</a>, <a href="https://redirect.github.com/cypress-io/request/issues/2894">#2894</a> Strip port suffix from Host header if the protocol is known. (<a href="https://redirect.github.com/cypress-io/request/issues/2904">#2904</a>) (<a href="https://github.com/paambaati"><code>@​paambaati</code></a>)</li>
   <li><a href="https://redirect.github.com/cypress-io/request/pull/2791">#2791</a> Improve AWS SigV4 support. (<a href="https://redirect.github.com/cypress-io/request/issues/2791">#2791</a>) (<a href="https://github.com/vikhyat"><code>@​vikhyat</code></a>)</li>
   <li><a href="https://redirect.github.com/cypress-io/request/pull/2977">#2977</a> Update test certificates (<a href="https://github.com/simov"><code>@​simov</code></a>)</li>
   </ul>
   <h3>v2.87.0 (2018/05/21)</h3>
   <ul>
   <li><a href="https://redirect.github.com/cypress-io/request/pull/2943">#2943</a> Replace hawk dependency with a local implemenation (<a href="https://redirect.github.com/cypress-io/request/issues/2943">#2943</a>) (<a href="https://github.com/hueniverse"><code>@​hueniverse</code></a>)</li>
   </ul>
   <h3>v2.86.0 (2018/05/15)</h3>
   <ul>
   <li><a href="https://redirect.github.com/cypress-io/request/pull/2885">#2885</a> Remove redundant code (for Node.js 0.9.4 and below) and dependency (<a href="https://github.com/ChALkeR"><code>@​ChALkeR</code></a>)</li>
   <li><a href="https://redirect.github.com/cypress-io/request/pull/2942">#2942</a> Make Test GREEN Again! (<a href="https://github.com/simov"><code>@​simov</code></a>)</li>
   <li><a href="https://redirect.github.com/cypress-io/request/pull/2923">#2923</a> Alterations for failing CI tests (<a href="https://github.com/gareth-robinson"><code>@​gareth-robinson</code></a>)</li>
   </ul>
   <h3>v2.85.0 (2018/03/12)</h3>
   <ul>
   <li><a href="https://redirect.github.com/cypress-io/request/pull/2880">#2880</a> Revert &quot;Update hawk to 7.0.7 (<a href="https://redirect.github.com/cypress-io/request/issues/2880">#2880</a>)&quot; (<a href="https://github.com/simov"><code>@​simov</code></a>)</li>
   </ul>
   <h3>v2.84.0 (2018/03/12)</h3>
   <ul>
   <li><a href="https://redirect.github.com/cypress-io/request/pull/2793">#2793</a> Fixed calculation of oauth_body_hash, issue <a href="https://redirect.github.com/cypress-io/request/issues/2792">#2792</a> (<a href="https://github.com/dvishniakov"><code>@​dvishniakov</code></a>)</li>
   <li><a href="https://redirect.github.com/cypress-io/request/pull/2880">#2880</a> Update hawk to 7.0.7 (<a href="https://redirect.github.com/cypress-io/request/issues/2880">#2880</a>) (<a href="https://github.com/kornel-kedzierski"><code>@​kornel-kedzierski</code></a>)</li>
   </ul>
   <h3>v2.83.0 (2017/09/27)</h3>
   <ul>
   <li><a href="https://redirect.github.com/cypress-io/request/pull/2776">#2776</a> Updating tough-cookie due to security fix. (<a href="https://redirect.github.com/cypress-io/request/issues/2776">#2776</a>) (<a href="https://github.com/karlnorling"><code>@​karlnorling</code></a>)</li>
   </ul>
   <h3>v2.82.0 (2017/09/19)</h3>
   <ul>
   <li><a href="https://redirect.github.com/cypress-io/request/pull/2703">#2703</a> Add Node.js v8 to Travis CI (<a href="https://github.com/ryysud"><code>@​ryysud</code></a>)</li>
   <li><a href="https://redirect.github.com/cypress-io/request/pull/2751">#2751</a> Update of hawk and qs to latest version (<a href="https://redirect.github.com/cypress-io/request/issues/2751">#2751</a>) (<a href="https://github.com/Olivier-Moreau"><code>@​Olivier-Moreau</code></a>)</li>
   <li><a href="https://redirect.github.com/cypress-io/request/pull/2658">#2658</a> Fixed some text in README.md (<a href="https://redirect.github.com/cypress-io/request/issues/2658">#2658</a>) (<a href="https://github.com/Marketionist"><code>@​Marketionist</code></a>)</li>
   <li><a href="https://redirect.github.com/cypress-io/request/pull/2635">#2635</a> chore(package): update aws-sign2 to version 0.7.0 (<a href="https://redirect.github.com/cypress-io/request/issues/2635">#2635</a>) (<a href="https://github.com/greenkeeperio-bot"><code>@​greenkeeperio-bot</code></a>)</li>
   <li><a href="https://redirect.github.com/cypress-io/request/pull/2641">#2641</a> Update README to simplify &amp; update convenience methods (<a href="https://redirect.github.com/cypress-io/request/issues/2641">#2641</a>) (<a href="https://github.com/FredKSchott"><code>@​FredKSchott</code></a>)</li>
   <li><a href="https://redirect.github.com/cypress-io/request/pull/2541">#2541</a> Add convenience method for HTTP OPTIONS (<a href="https://redirect.github.com/cypress-io/request/issues/2541">#2541</a>) (<a href="https://github.com/jamesseanwright"><code>@​jamesseanwright</code></a>)</li>
   <li><a href="https://redirect.github.com/cypress-io/request/pull/2605">#2605</a> Add promise support section to README (<a href="https://redirect.github.com/cypress-io/request/issues/2605">#2605</a>) (<a href="https://github.com/FredKSchott"><code>@​FredKSchott</code></a>)</li>
   <li><a href="https://redirect.github.com/cypress-io/request/pull/2579">#2579</a> refactor(lint): replace eslint with standard (<a href="https://redirect.github.com/cypress-io/request/issues/2579">#2579</a>) (<a href="https://github.com/ahmadnassri"><code>@​ahmadnassri</code></a>)</li>
   <li><a href="https://redirect.github.com/cypress-io/request/pull/2598">#2598</a> Update codecov to version 2.0.2 🚀 (<a href="https://github.com/greenkeeperio-bot"><code>@​greenkeeperio-bot</code></a>)</li>
   <li><a href="https://redirect.github.com/cypress-io/request/pull/2590">#2590</a> Adds test-timing keepAlive test (<a href="https://github.com/nicjansma"><code>@​nicjansma</code></a>)</li>
   <li><a href="https://redirect.github.com/cypress-io/request/pull/2589">#2589</a> fix tabulation on request example README.MD (<a href="https://github.com/odykyi"><code>@​odykyi</code></a>)</li>
   <li><a href="https://redirect.github.com/cypress-io/request/pull/2594">#2594</a> chore(dependencies): har-validator to 5.x [removes babel dep] (<a href="https://github.com/ahmadnassri"><code>@​ahmadnassri</code></a>)</li>
   </ul>
   <h3>v2.81.0 (2017/03/09)</h3>
   <ul>
   <li><a href="https://redirect.github.com/cypress-io/request/pull/2584">#2584</a> Security issue: Upgrade qs to version 6.4.0 (<a href="https://github.com/sergejmueller"><code>@​sergejmueller</code></a>)</li>
   <li><a href="https://redirect.github.com/cypress-io/request/pull/2578">#2578</a> safe-buffer doesn't zero-fill by default, its just a polyfill. (<a href="https://redirect.github.com/cypress-io/request/issues/2578">#2578</a>) (<a href="https://github.com/mikeal"><code>@​mikeal</code></a>)</li>
   <li><a href="https://redirect.github.com/cypress-io/request/pull/2566">#2566</a> Timings: Tracks 'lookup', adds 'wait' time, fixes connection re-use (<a href="https://redirect.github.com/cypress-io/request/issues/2566">#2566</a>) (<a href="https://github.com/nicjansma"><code>@​nicjansma</code></a>)</li>
   <li><a href="https://redirect.github.com/cypress-io/request/pull/2574">#2574</a> Migrating to safe-buffer for improved security. (<a href="https://github.com/mikeal"><code>@​mikeal</code></a>)</li>
   <li><a href="https://redirect.github.com/cypress-io/request/pull/2573">#2573</a> fixes <a href="https://redirect.github.com/cypress-io/request/issues/2572">#2572</a> (<a href="https://github.com/ahmadnassri"><code>@​ahmadnassri</code></a>)</li>
   </ul>
   <h3>v2.80.0 (2017/03/04)</h3>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/cypress-io/request/commit/ca62f3a2064ce2779fa8c1cdf3ae0d8695595754"><code>ca62f3a</code></a> Merge pull request <a href="https://redirect.github.com/cypress-io/request/issues/44">#44</a> from MikeMcC399/peg/qs</li>
   <li><a href="https://github.com/cypress-io/request/commit/fb9f6255f972ed08a0d916d660e45e82e2d091f1"><code>fb9f625</code></a> fix(deps): peg qs to 6.10.4</li>
   <li><a href="https://github.com/cypress-io/request/commit/99338c8c90b13a76b24b205b492ca58c3832d638"><code>99338c8</code></a> chore: updates related to release process (<a href="https://redirect.github.com/cypress-io/request/issues/41">#41</a>)</li>
   <li><a href="https://github.com/cypress-io/request/commit/c5bcf21d40fb61feaff21a0e5a2b3934a440024f"><code>c5bcf21</code></a> feat: Add allowInsecureRedirect option</li>
   <li><a href="https://github.com/cypress-io/request/commit/0664780557c95610eafeedff6067bacac6783705"><code>0664780</code></a> fix(request): update tough-cookie dep</li>
   <li><a href="https://github.com/cypress-io/request/commit/30def80c9d957ed2a782af634602f26eb41843ee"><code>30def80</code></a> Merge pull request <a href="https://redirect.github.com/cypress-io/request/issues/39">#39</a> from cypress-io/jordanpowell88/update-pkg-version</li>
   <li><a href="https://github.com/cypress-io/request/commit/6b79405e704e882df06b68961ab2835c56d7cbcf"><code>6b79405</code></a> update package version</li>
   <li><a href="https://github.com/cypress-io/request/commit/bfbb95fa1b376977fff49317fe56fb340ee15657"><code>bfbb95f</code></a> Merge pull request <a href="https://redirect.github.com/cypress-io/request/issues/32">#32</a> from BreakBB/fix-cve-2023-26136</li>
   <li><a href="https://github.com/cypress-io/request/commit/a67e1320ea1fbe74ebe936ad9ebeba3b60258774"><code>a67e132</code></a> pin 18.16</li>
   <li><a href="https://github.com/cypress-io/request/commit/825485a0913e3823f147ae0411a48248cbdfc73f"><code>825485a</code></a> revert back to yarn but v 18</li>
   <li>Additional commits viewable in <a href="https://github.com/cypress-io/request/compare/v2.88.6...v3.0.1">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `cypress` from 8.6.0 to 13.6.3
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/cypress-io/cypress/releases">cypress's releases</a>.</em></p>
   <blockquote>
   <h2>v13.6.3</h2>
   <p>Changelog: <a href="https://docs.cypress.io/guides/references/changelog#13-6-3">https://docs.cypress.io/guides/references/changelog#13-6-3</a></p>
   <h2>v13.6.2</h2>
   <p>Changelog: <a href="https://docs.cypress.io/guides/references/changelog#13-6-2">https://docs.cypress.io/guides/references/changelog#13-6-2</a></p>
   <h2>v13.6.1</h2>
   <p>Changelog: <a href="https://docs.cypress.io/guides/references/changelog#13-6-1">https://docs.cypress.io/guides/references/changelog#13-6-1</a></p>
   <h2>v13.6.0</h2>
   <p>Changelog: <a href="https://docs.cypress.io/guides/references/changelog#13-6-0">https://docs.cypress.io/guides/references/changelog#13-6-0</a></p>
   <h2>v13.5.1</h2>
   <p>Changelog: <a href="https://docs.cypress.io/guides/references/changelog#13-5-1">https://docs.cypress.io/guides/references/changelog#13-5-1</a></p>
   <h2>v.13.5.0</h2>
   <p>Changelog: <a href="https://docs.cypress.io/guides/references/changelog#13-5-0">https://docs.cypress.io/guides/references/changelog#13-5-0</a></p>
   <h2>v13.4.0</h2>
   <p>Changelog: <a href="https://docs.cypress.io/guides/references/changelog#13-4-0">https://docs.cypress.io/guides/references/changelog#13-4-0</a></p>
   <h2>v13.3.3</h2>
   <p>Changelog: <a href="https://docs.cypress.io/guides/references/changelog#13-3-3">https://docs.cypress.io/guides/references/changelog#13-3-3</a></p>
   <h2>v13.3.2</h2>
   <p>Changelog: <a href="https://docs.cypress.io/guides/references/changelog#13-3-2">https://docs.cypress.io/guides/references/changelog#13-3-2</a></p>
   <h2>v13.3.1</h2>
   <p>Changelog: <a href="https://docs.cypress.io/guides/references/changelog#13-3-1">https://docs.cypress.io/guides/references/changelog#13-3-1</a></p>
   <h2>v13.3.0</h2>
   <p>Changelog: <a href="https://docs.cypress.io/guides/references/changelog#13-3-0">https://docs.cypress.io/guides/references/changelog#13-3-0</a></p>
   <h2>v13.2.0</h2>
   <p>Changelog: <a href="https://docs.cypress.io/guides/references/changelog#13-2-0">https://docs.cypress.io/guides/references/changelog#13-2-0</a></p>
   <h2>v13.1.0</h2>
   <p>Changelog: <a href="https://docs.cypress.io/guides/references/changelog#13-1-0">https://docs.cypress.io/guides/references/changelog#13-1-0</a></p>
   <h2>v13.0.0</h2>
   <p>Changelog: <a href="https://docs.cypress.io/guides/references/changelog#13-0-0">https://docs.cypress.io/guides/references/changelog#13-0-0</a></p>
   <h2>v12.17.4</h2>
   <p>Changelog: <a href="https://docs.cypress.io/guides/references/changelog#12-17-4">https://docs.cypress.io/guides/references/changelog#12-17-4</a></p>
   <h2>v12.17.3</h2>
   <p>Changelog: <a href="https://docs.cypress.io/guides/references/changelog#12-17-3">https://docs.cypress.io/guides/references/changelog#12-17-3</a></p>
   <h2>v12.17.2</h2>
   <p>Changelog: <a href="https://docs.cypress.io/guides/references/changelog#12-17-2">https://docs.cypress.io/guides/references/changelog#12-17-2</a></p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/cypress-io/cypress/commit/92e922e0ed0edd4e100ac035f30cc298b5578f30"><code>92e922e</code></a> chore: 13.6.3 (<a href="https://redirect.github.com/cypress-io/cypress/issues/28731">#28731</a>)</li>
   <li><a href="https://github.com/cypress-io/cypress/commit/81fce0e2536d04a6ce426c015aafd85f46fcf46c"><code>81fce0e</code></a> fix: force moduleResolution: 'node' when ts-node is registered in the… (<a href="https://redirect.github.com/cypress-io/cypress/issues/28709">#28709</a>)</li>
   <li><a href="https://github.com/cypress-io/cypress/commit/7df6df45faf9a6a2c1f7561b16ed94ed13b51b13"><code>7df6df4</code></a> chore: update aws sdk (<a href="https://redirect.github.com/cypress-io/cypress/issues/28712">#28712</a>)</li>
   <li><a href="https://github.com/cypress-io/cypress/commit/8a02c2de8365cf0a042ac153368985d044821c37"><code>8a02c2d</code></a> fix: (driver) add null check for <code>browserRequestId</code> on responses for `cy.wait...</li>
   <li><a href="https://github.com/cypress-io/cypress/commit/41dfa29f03e96f3d01861c662a9566a4b1e8ccde"><code>41dfa29</code></a> chore: Update Chrome (beta) to 121.0.6167.57 (<a href="https://redirect.github.com/cypress-io/cypress/issues/28685">#28685</a>)</li>
   <li><a href="https://github.com/cypress-io/cypress/commit/7880c488b85cd1b67011d5a37a03323af4957e4d"><code>7880c48</code></a> dependency: update better-sqlite3 to 9.2.2 (<a href="https://redirect.github.com/cypress-io/cypress/issues/28700">#28700</a>)</li>
   <li><a href="https://github.com/cypress-io/cypress/commit/b19c1cd21ba5281c60a2fda7a6248cc366e44b34"><code>b19c1cd</code></a> chore: comment out skipped tests where tests always hangs + add logs (<a href="https://redirect.github.com/cypress-io/cypress/issues/28632">#28632</a>)</li>
   <li><a href="https://github.com/cypress-io/cypress/commit/6cbd572ea11f1fb5f22fb878732298d1a17e103f"><code>6cbd572</code></a> chore: release <code>@​cypress/webpack-dev-server-v3</code>.7.3</li>
   <li><a href="https://github.com/cypress-io/cypress/commit/092790914ee2f212362e1c5e51953b2fcb369a1a"><code>0927909</code></a> chore: release <code>@​cypress/eslint-plugin-dev-v5</code>.3.3</li>
   <li><a href="https://github.com/cypress-io/cypress/commit/f088ce6c4992a7201d10b6bc9e8758b071fd84a1"><code>f088ce6</code></a> chore: fix the get-binary-release-data script to try and locate all possible ...</li>
   <li>Additional commits viewable in <a href="https://github.com/cypress-io/cypress/compare/v8.6.0...v13.6.3">compare view</a></li>
   </ul>
   </details>
   <details>
   <summary>Maintainer changes</summary>
   <p>This version was pushed to npm by <a href="https://www.npmjs.com/~atofstryker">atofstryker</a>, a new releaser for cypress since your current version.</p>
   </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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
   You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/superset/network/alerts).
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


Re: [PR] build(deps): bump the npm_and_yarn group group in /superset-frontend with 2 updates [superset]

Posted by "rusackas (via GitHub)" <gi...@apache.org>.
rusackas merged PR #26665:
URL: https://github.com/apache/superset/pull/26665


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org