#1048: Bump the npm_and_yarn group across 3 directories with 5 updates
Issue #1048 by dependabot[bot]
Bump the npm_and_yarn group across 3 directories with 5 updates
Bumps the npm_and_yarn group with 3 updates in the /backend directory: @grpc/grpc-js, braces and ws.
Bumps the npm_and_yarn group with 5 updates in the /client directory:
| Package | From | To |
| --- | --- | --- |
| @grpc/grpc-js |
1.8.21
| 1.8.22
|
| braces | 3.0.2
| 3.0.3
|
| ws | 8.11.0
| 8.17.1
|
| engine.io-client | 6.5.3
| 6.5.4
|
| postcss | 8.4.38
| 8.4.39
|
Bumps the npm_and_yarn group with 2 updates in the /extension/contest_list directory: braces and ws.
Updates @grpc/grpc-js
from 1.10.7 to 1.10.11
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/grpc/grpc-node/releases"><code>@grpc/grpc-js</code>'s releases</a>.</em></p>
<blockquote>
<h2><code>@grpc/grpc-js</code> 1.10.11</h2>
<ul>
<li>Fix a bug that caused clients to reconnect unnecessarily while no requests are pending. (<a href="https://redirect.github.com/grpc/grpc-node/issues/2784">#2784</a>)</li>
<li>Fix a bug that caused clients to fail to re-establish existing connections while waiting for DNS results (<a href="https://redirect.github.com/grpc/grpc-node/issues/2784">#2784</a>)</li>
<li>Fix a bug that caused servers to sometimes not close idle connections depending on timing (<a href="https://redirect.github.com/grpc/grpc-node/issues/2790">#2790</a>)</li>
<li>Fix a bug that caused calls to be pending indefinitely while unable to start after a channel is closed (<a href="https://redirect.github.com/grpc/grpc-node/issues/2791">#2791</a>)</li>
</ul>
<h2><code>@grpc/grpc-js</code> 1.10.10</h2>
<ul>
<li>Various improvements to handling of keepalive timers (<a href="https://redirect.github.com/grpc/grpc-node/issues/2760">#2760</a> by <a href="https://github.com/davidfiala"><code>@davidfiala</code></a>)</li>
<li>Fix a bug causing unary response client requests to hang when unexpectedly receiving multiple messages (<a href="https://redirect.github.com/grpc/grpc-node/issues/2772">#2772</a>)</li>
<li>Fix a bug causing some requests to fail when making requests through a local proxy (<a href="https://redirect.github.com/grpc/grpc-node/issues/2746">#2746</a> contributed by <a href="https://github.com/mjameswh"><code>@mjameswh</code></a>, backported in <a href="https://redirect.github.com/grpc/grpc-node/issues/2777">#2777</a>)</li>
<li>Fix handling of URL-encoded user credentials in proxy configuration (<a href="https://redirect.github.com/grpc/grpc-node/issues/2761">#2761</a> contributed by <a href="https://github.com/brendan-myers"><code>@brendan-myers</code></a>, backported in <a href="https://redirect.github.com/grpc/grpc-node/iss...0 Replies