You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brooklyn.apache.org by GitBox <gi...@apache.org> on 2022/08/17 11:09:54 UTC

[GitHub] [brooklyn-ui] dependabot[bot] opened a new pull request, #354: Bump engine.io and karma in /ui-modules/login

dependabot[bot] opened a new pull request, #354:
URL: https://github.com/apache/brooklyn-ui/pull/354

   Bumps [engine.io](https://github.com/socketio/engine.io) and [karma](https://github.com/karma-runner/karma). These dependencies needed to be updated together.
   Updates `engine.io` from 1.8.3 to 6.2.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/socketio/engine.io/releases">engine.io's releases</a>.</em></p>
   <blockquote>
   <h2>6.2.0</h2>
   <h2>Features</h2>
   <ul>
   <li>add the &quot;maxPayload&quot; field in the handshake details (<a href="https://github.com/socketio/engine.io/commit/088dcb4dff60df39785df13d0a33d3ceaa1dff38">088dcb4</a>)</li>
   </ul>
   <p>So that clients in HTTP long-polling can decide how many packets they have to send to stay under the maxHttpBufferSize
   value.</p>
   <p>This is a backward compatible change which should not mandate a new major revision of the protocol (we stay in v4), as
   we only add a field in the JSON-encoded handshake data:</p>
   <pre><code>0{&quot;sid&quot;:&quot;lv_VI97HAXpY6yYWAAAC&quot;,&quot;upgrades&quot;:[&quot;websocket&quot;],&quot;pingInterval&quot;:25000,&quot;pingTimeout&quot;:5000,&quot;maxPayload&quot;:1000000}
   </code></pre>
   <h4>Links</h4>
   <ul>
   <li>Diff: <a href="https://github.com/socketio/engine.io/compare/6.1.3...6.2.0">https://github.com/socketio/engine.io/compare/6.1.3...6.2.0</a></li>
   <li>Client release: <a href="https://github.com/socketio/engine.io-client/releases/tag/6.2.0">6.2.0</a></li>
   <li>ws version: <a href="https://github.com/websockets/ws/releases/tag/8.2.3">~8.2.3</a></li>
   </ul>
   <h2>6.1.3</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>typings:</strong> allow CorsOptionsDelegate as cors options (<a href="https://github-redirect.dependabot.com/socketio/engine.io/issues/641">#641</a>) (<a href="https://github.com/socketio/engine.io/commit/a463d268ed90064e7863679bda423951de108c36">a463d26</a>)</li>
   <li><strong>uws:</strong> properly handle chunked content (<a href="https://github-redirect.dependabot.com/socketio/engine.io/issues/642">#642</a>) (<a href="https://github.com/socketio/engine.io/commit/33674403084c329dc6ad026c4122333a6f8a9992">3367440</a>)</li>
   </ul>
   <h4>Links</h4>
   <ul>
   <li>Diff: <a href="https://github.com/socketio/engine.io/compare/6.1.2...6.1.3">https://github.com/socketio/engine.io/compare/6.1.2...6.1.3</a></li>
   <li>Client release: -</li>
   <li>ws version: <a href="https://github.com/websockets/ws/releases/tag/8.2.3">~8.2.3</a></li>
   </ul>
   <h2>6.1.2</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>uws:</strong> expose additional uWebSockets.js options (<a href="https://github-redirect.dependabot.com/socketio/engine.io/issues/634">#634</a>) (<a href="https://github.com/socketio/engine.io/commit/49bb7cf66518d4b49baf883a16ee1fe1ed8aed28">49bb7cf</a>)</li>
   <li><strong>uws:</strong> fix HTTP long-polling with CORS (<a href="https://github.com/socketio/engine.io/commit/45112a30d1af4cc25b21a5d658a748583cb64ed4">45112a3</a>)</li>
   <li><strong>uws:</strong> handle invalid websocket upgrades (<a href="https://github.com/socketio/engine.io/commit/8b4d6a8176db72f5c2420c5a45f0d97d33af049b">8b4d6a8</a>)</li>
   </ul>
   <h4>Links</h4>
   <ul>
   <li>Diff: <a href="https://github.com/socketio/engine.io/compare/6.1.1...6.1.2">https://github.com/socketio/engine.io/compare/6.1.1...6.1.2</a></li>
   <li>Client release: -</li>
   <li>ws version: <a href="https://github.com/websockets/ws/releases/tag/8.2.3">~8.2.3</a></li>
   </ul>
   <h2>6.1.1</h2>
   <p>:warning: This release contains an important security fix :warning:</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/socketio/engine.io/blob/main/CHANGELOG.md">engine.io's changelog</a>.</em></p>
   <blockquote>
   <h1><a href="https://github.com/socketio/engine.io/compare/6.1.3...6.2.0">6.2.0</a> (2022-04-17)</h1>
   <h3>Features</h3>
   <ul>
   <li>add the &quot;maxPayload&quot; field in the handshake details (<a href="https://github.com/socketio/engine.io/commit/088dcb4dff60df39785df13d0a33d3ceaa1dff38">088dcb4</a>)</li>
   </ul>
   <p>So that clients in HTTP long-polling can decide how many packets they have to send to stay under the maxHttpBufferSize
   value.</p>
   <p>This is a backward compatible change which should not mandate a new major revision of the protocol (we stay in v4), as
   we only add a field in the JSON-encoded handshake data:</p>
   <pre><code>0{&quot;sid&quot;:&quot;lv_VI97HAXpY6yYWAAAC&quot;,&quot;upgrades&quot;:[&quot;websocket&quot;],&quot;pingInterval&quot;:25000,&quot;pingTimeout&quot;:5000,&quot;maxPayload&quot;:1000000}
   </code></pre>
   <h2><a href="https://github.com/socketio/engine.io/compare/6.1.2...6.1.3">6.1.3</a> (2022-02-23)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>typings:</strong> allow CorsOptionsDelegate as cors options (<a href="https://github-redirect.dependabot.com/socketio/engine.io/issues/641">#641</a>) (<a href="https://github.com/socketio/engine.io/commit/a463d268ed90064e7863679bda423951de108c36">a463d26</a>)</li>
   <li><strong>uws:</strong> properly handle chunked content (<a href="https://github-redirect.dependabot.com/socketio/engine.io/issues/642">#642</a>) (<a href="https://github.com/socketio/engine.io/commit/33674403084c329dc6ad026c4122333a6f8a9992">3367440</a>)</li>
   </ul>
   <h2><a href="https://github.com/socketio/engine.io/compare/6.1.1...6.1.2">6.1.2</a> (2022-01-18)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>uws:</strong> expose additional uWebSockets.js options (<a href="https://github-redirect.dependabot.com/socketio/engine.io/issues/634">#634</a>) (<a href="https://github.com/socketio/engine.io/commit/49bb7cf66518d4b49baf883a16ee1fe1ed8aed28">49bb7cf</a>)</li>
   <li><strong>uws:</strong> fix HTTP long-polling with CORS (<a href="https://github.com/socketio/engine.io/commit/45112a30d1af4cc25b21a5d658a748583cb64ed4">45112a3</a>)</li>
   <li><strong>uws:</strong> handle invalid websocket upgrades (<a href="https://github.com/socketio/engine.io/commit/8b4d6a8176db72f5c2420c5a45f0d97d33af049b">8b4d6a8</a>)</li>
   </ul>
   <h2><a href="https://github.com/socketio/engine.io/compare/6.1.0...6.1.1">6.1.1</a> (2022-01-11)</h2>
   <p>:warning: This release contains an important security fix :warning:</p>
   <p>A malicious client could send a specially crafted HTTP request, triggering an uncaught exception and killing the Node.js process:</p>
   <blockquote>
   <p>RangeError: Invalid WebSocket frame: RSV2 and RSV3 must be clear
   at Receiver.getInfo (/.../node_modules/ws/lib/receiver.js:176:14)
   at Receiver.startLoop (/.../node_modules/ws/lib/receiver.js:136:22)
   at Receiver._write (/.../node_modules/ws/lib/receiver.js:83:10)</p>
   </blockquote>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/socketio/engine.io/commit/d7e3ab7956139304aa38ab5d1d2bb1d28baaf7fe"><code>d7e3ab7</code></a> chore(release): 6.2.0</li>
   <li><a href="https://github.com/socketio/engine.io/commit/088dcb4dff60df39785df13d0a33d3ceaa1dff38"><code>088dcb4</code></a> feat: add the &quot;maxPayload&quot; field in the handshake details</li>
   <li><a href="https://github.com/socketio/engine.io/commit/657f04e0b81cc31e2a97d163c2fab972c6a38b3f"><code>657f04e</code></a> chore: add Node.js 16 in the test matrix</li>
   <li><a href="https://github.com/socketio/engine.io/commit/e24b27b8efaf621af372f44b7c0ece3d801c603e"><code>e24b27b</code></a> refactor: return an HTTP 413 response for too large payloads</li>
   <li><a href="https://github.com/socketio/engine.io/commit/ce3fe9d80b94297ad64606db6142778c37a8d762"><code>ce3fe9d</code></a> chore(release): 6.1.3</li>
   <li><a href="https://github.com/socketio/engine.io/commit/1bc5b1a2fde06692194cab037c88e55b0934ed6b"><code>1bc5b1a</code></a> chore: bump engine.io-parser to version 5.0.3</li>
   <li><a href="https://github.com/socketio/engine.io/commit/5df4f18f3efbb3498f523ef600d7af61137c7d7f"><code>5df4f18</code></a> perf(uws): remove nested inner functions</li>
   <li><a href="https://github.com/socketio/engine.io/commit/33674403084c329dc6ad026c4122333a6f8a9992"><code>3367440</code></a> fix(uws): properly handle chunked content (<a href="https://github-redirect.dependabot.com/socketio/engine.io/issues/642">#642</a>)</li>
   <li><a href="https://github.com/socketio/engine.io/commit/a463d268ed90064e7863679bda423951de108c36"><code>a463d26</code></a> fix(typings): allow CorsOptionsDelegate as cors options (<a href="https://github-redirect.dependabot.com/socketio/engine.io/issues/641">#641</a>)</li>
   <li><a href="https://github.com/socketio/engine.io/commit/90fb0a99acd44fe424f14516d9575b09a0cfc582"><code>90fb0a9</code></a> chore(release): 6.1.2</li>
   <li>Additional commits viewable in <a href="https://github.com/socketio/engine.io/compare/1.8.3...6.2.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `karma` from 1.7.1 to 6.4.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/karma-runner/karma/releases">karma's releases</a>.</em></p>
   <blockquote>
   <h2>v6.4.0</h2>
   <h1><a href="https://github.com/karma-runner/karma/compare/v6.3.20...v6.4.0">6.4.0</a> (2022-06-14)</h1>
   <h3>Features</h3>
   <ul>
   <li>support SRI verification of link tags (<a href="https://github.com/karma-runner/karma/commit/dc51a2e0e9b9805f7740f52fde01bcd20adc2dfc">dc51a2e</a>)</li>
   <li>support SRI verification of script tags (<a href="https://github.com/karma-runner/karma/commit/6a54b1c2a1df8214c470b8a5cc8036912874637e">6a54b1c</a>)</li>
   </ul>
   <h2>v6.3.20</h2>
   <h2><a href="https://github.com/karma-runner/karma/compare/v6.3.19...v6.3.20">6.3.20</a> (2022-05-13)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>prefer IPv4 addresses when resolving domains (<a href="https://github.com/karma-runner/karma/commit/e17698f950af83bf2b3edc540d2a3e1fb73cba59">e17698f</a>), closes <a href="https://github-redirect.dependabot.com/karma-runner/karma/issues/3730">#3730</a></li>
   </ul>
   <h2>v6.3.19</h2>
   <h2><a href="https://github.com/karma-runner/karma/compare/v6.3.18...v6.3.19">6.3.19</a> (2022-04-19)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>client:</strong> error out when opening a new tab fails (<a href="https://github.com/karma-runner/karma/commit/099b85ed0a46e37dd7cb14fc1596cbb1b3eabce9">099b85e</a>)</li>
   </ul>
   <h2>v6.3.18</h2>
   <h2><a href="https://github.com/karma-runner/karma/compare/v6.3.17...v6.3.18">6.3.18</a> (2022-04-13)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>deps:</strong> upgrade socket.io to v4.4.1 (<a href="https://github.com/karma-runner/karma/commit/52a30bbc6e168333a8592c26c9f40678d6ab74ea">52a30bb</a>)</li>
   </ul>
   <h2>v6.3.17</h2>
   <h2><a href="https://github.com/karma-runner/karma/compare/v6.3.16...v6.3.17">6.3.17</a> (2022-02-28)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>deps:</strong> update colors to maintained version (<a href="https://github-redirect.dependabot.com/karma-runner/karma/issues/3763">#3763</a>) (<a href="https://github.com/karma-runner/karma/commit/fca18843e7a04eeb67b86cb3cfc3db794d66f445">fca1884</a>)</li>
   </ul>
   <h2>v6.3.16</h2>
   <h2><a href="https://github.com/karma-runner/karma/compare/v6.3.15...v6.3.16">6.3.16</a> (2022-02-10)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>security:</strong> mitigate the &quot;Open Redirect Vulnerability&quot; (<a href="https://github.com/karma-runner/karma/commit/ff7edbb2ffbcdd69761bece86b7dc1ef0740508d">ff7edbb</a>)</li>
   </ul>
   <h2>v6.3.15</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/karma-runner/karma/blob/master/CHANGELOG.md">karma's changelog</a>.</em></p>
   <blockquote>
   <h1><a href="https://github.com/karma-runner/karma/compare/v6.3.20...v6.4.0">6.4.0</a> (2022-06-14)</h1>
   <h3>Features</h3>
   <ul>
   <li>support SRI verification of link tags (<a href="https://github.com/karma-runner/karma/commit/dc51a2e0e9b9805f7740f52fde01bcd20adc2dfc">dc51a2e</a>)</li>
   <li>support SRI verification of script tags (<a href="https://github.com/karma-runner/karma/commit/6a54b1c2a1df8214c470b8a5cc8036912874637e">6a54b1c</a>)</li>
   </ul>
   <h2><a href="https://github.com/karma-runner/karma/compare/v6.3.19...v6.3.20">6.3.20</a> (2022-05-13)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>prefer IPv4 addresses when resolving domains (<a href="https://github.com/karma-runner/karma/commit/e17698f950af83bf2b3edc540d2a3e1fb73cba59">e17698f</a>), closes <a href="https://github-redirect.dependabot.com/karma-runner/karma/issues/3730">#3730</a></li>
   </ul>
   <h2><a href="https://github.com/karma-runner/karma/compare/v6.3.18...v6.3.19">6.3.19</a> (2022-04-19)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>client:</strong> error out when opening a new tab fails (<a href="https://github.com/karma-runner/karma/commit/099b85ed0a46e37dd7cb14fc1596cbb1b3eabce9">099b85e</a>)</li>
   </ul>
   <h2><a href="https://github.com/karma-runner/karma/compare/v6.3.17...v6.3.18">6.3.18</a> (2022-04-13)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>deps:</strong> upgrade socket.io to v4.4.1 (<a href="https://github.com/karma-runner/karma/commit/52a30bbc6e168333a8592c26c9f40678d6ab74ea">52a30bb</a>)</li>
   </ul>
   <h2><a href="https://github.com/karma-runner/karma/compare/v6.3.16...v6.3.17">6.3.17</a> (2022-02-28)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>deps:</strong> update colors to maintained version (<a href="https://github-redirect.dependabot.com/karma-runner/karma/issues/3763">#3763</a>) (<a href="https://github.com/karma-runner/karma/commit/fca18843e7a04eeb67b86cb3cfc3db794d66f445">fca1884</a>)</li>
   </ul>
   <h2><a href="https://github.com/karma-runner/karma/compare/v6.3.15...v6.3.16">6.3.16</a> (2022-02-10)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>security:</strong> mitigate the &quot;Open Redirect Vulnerability&quot; (<a href="https://github.com/karma-runner/karma/commit/ff7edbb2ffbcdd69761bece86b7dc1ef0740508d">ff7edbb</a>)</li>
   </ul>
   <h2><a href="https://github.com/karma-runner/karma/compare/v6.3.14...v6.3.15">6.3.15</a> (2022-02-05)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>helper:</strong> make mkdirIfNotExists helper resilient to concurrent calls (<a href="https://github.com/karma-runner/karma/commit/d9dade2f004a340e49c9a633177576200c286404">d9dade2</a>), closes <a href="https://github-redirect.dependabot.com//github-redirect.dependabot.com/karma-runner/karma-coverage/issues/434/issues/issuecomment-1017939333">karma-runner/karma-coverage#434</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/karma-runner/karma/commit/84f7cc3d4a0770337140776e86d9740e0aad82f8"><code>84f7cc3</code></a> chore(release): 6.4.0 [skip ci]</li>
   <li><a href="https://github.com/karma-runner/karma/commit/f2d0663105eba0b9ea7f281230546282a46015ad"><code>f2d0663</code></a> docs: add integrity parameter</li>
   <li><a href="https://github.com/karma-runner/karma/commit/dc51a2e0e9b9805f7740f52fde01bcd20adc2dfc"><code>dc51a2e</code></a> feat: support SRI verification of link tags</li>
   <li><a href="https://github.com/karma-runner/karma/commit/6a54b1c2a1df8214c470b8a5cc8036912874637e"><code>6a54b1c</code></a> feat: support SRI verification of script tags</li>
   <li><a href="https://github.com/karma-runner/karma/commit/5e71cf591e9006ad2621dd88d09739bfbffd463c"><code>5e71cf5</code></a> chore(release): 6.3.20 [skip ci]</li>
   <li><a href="https://github.com/karma-runner/karma/commit/e17698f950af83bf2b3edc540d2a3e1fb73cba59"><code>e17698f</code></a> fix: prefer IPv4 addresses when resolving domains</li>
   <li><a href="https://github.com/karma-runner/karma/commit/60f4f794ea8472e4ace8e5c2d8744f83078a1277"><code>60f4f79</code></a> build: add Node 16 and 18 to the CI matrix</li>
   <li><a href="https://github.com/karma-runner/karma/commit/6ff5aafe9578a5f958adf2d565d45e4b5d204245"><code>6ff5aaf</code></a> chore(release): 6.3.19 [skip ci]</li>
   <li><a href="https://github.com/karma-runner/karma/commit/099b85ed0a46e37dd7cb14fc1596cbb1b3eabce9"><code>099b85e</code></a> fix(client): error out when opening a new tab fails</li>
   <li><a href="https://github.com/karma-runner/karma/commit/b659015a79432d6a9a72781c3b570cc74bb29e3e"><code>b659015</code></a> ci: lint and commitlint in its own workflow</li>
   <li>Additional commits viewable in <a href="https://github.com/karma-runner/karma/compare/1.7.1...v6.4.0">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 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)
   - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
   - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
   - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
   - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
   
   You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/brooklyn-ui/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: dev-unsubscribe@brooklyn.apache.org

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


[GitHub] [brooklyn-ui] dependabot[bot] commented on pull request #354: Bump engine.io and karma in /ui-modules/login

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on PR #354:
URL: https://github.com/apache/brooklyn-ui/pull/354#issuecomment-1323278593

   Superseded by #360.


-- 
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: dev-unsubscribe@brooklyn.apache.org

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


[GitHub] [brooklyn-ui] dependabot[bot] closed pull request #354: Bump engine.io and karma in /ui-modules/login

Posted by GitBox <gi...@apache.org>.
dependabot[bot] closed pull request #354: Bump engine.io and karma in /ui-modules/login
URL: https://github.com/apache/brooklyn-ui/pull/354


-- 
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: dev-unsubscribe@brooklyn.apache.org

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