Commit f6aeb2c
build(deps): bump the npm_and_yarn group across 1 directory with 4 updates (#918)
Bumps the npm_and_yarn group with 4 updates in the / directory:
[adm-zip](https://github.com/cthackers/adm-zip),
[js-yaml](https://github.com/nodeca/js-yaml),
[@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core)
and [websocket-driver](https://github.com/faye/websocket-driver-node).
Updates `adm-zip` from 0.5.17 to 0.6.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/cthackers/adm-zip/releases">adm-zip's
releases</a>.</em></p>
<blockquote>
<h2>v0.6.0</h2>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/cthackers/adm-zip/compare/v0.5.18...v0.6.0">https://github.com/cthackers/adm-zip/compare/v0.5.18...v0.6.0</a></p>
<p>This release fixes a security vulnerability (CVE-2026-39244),
resolves several long-standing bugs, ships built-in TypeScript types,
and includes two behavior changes worth reading before you upgrade.</p>
<ul>
<li>extractEntryTo(dirEntry, target, maintainEntryPath = false) now
preserves subdirectories instead of flattening files into the target
folder by basename (which also silently overwrote same-named files). (<a
href="https://redirect.github.com/cthackers/adm-zip/issues/306">#306</a>)</li>
<li>Extraction no longer fails when the modification time can't be set —
utimes is now best-effort. (<a
href="https://redirect.github.com/cthackers/adm-zip/issues/379">#379</a>)</li>
<li>Minimum Node.js is now 14 (the code already required it; engines was
incorrectly >=12).</li>
<li>CVE-2026-39244 — a crafted archive declaring a huge uncompressed
size could force an unbounded Buffer.alloc and OOM the process;
allocation is now bounded by the data actually present. Reported by
Daniel Púa (devploit), Anh Hong, and José Antonio Zamudio Amaya. (<a
href="https://redirect.github.com/cthackers/adm-zip/issues/568">#568</a>)</li>
<li>Hardened entry-name lookup against object injection
(<strong>proto</strong> names). Prototype-less table.</li>
<li>Data-descriptor regression rejecting valid archives (<a
href="https://redirect.github.com/cthackers/adm-zip/issues/548">#548</a>,
<a
href="https://redirect.github.com/cthackers/adm-zip/issues/533">#533</a>,
<a
href="https://redirect.github.com/cthackers/adm-zip/issues/554">#554</a>)</li>
<li>Directory permissions not restored on extract (<a
href="https://redirect.github.com/cthackers/adm-zip/issues/530">#530</a>)</li>
<li>Infinite recursion on symlink loops in addLocalFolder (<a
href="https://redirect.github.com/cthackers/adm-zip/issues/541">#541</a>)</li>
<li>Uncaught process crash in writeFileToAsync on write failure (<a
href="https://redirect.github.com/cthackers/adm-zip/issues/470">#470</a>,
<a
href="https://redirect.github.com/cthackers/adm-zip/issues/459">#459</a>,
<a
href="https://redirect.github.com/cthackers/adm-zip/issues/402">#402</a>)</li>
<li>Empty name on directory entries (<a
href="https://redirect.github.com/cthackers/adm-zip/issues/466">#466</a>)</li>
<li>test() always returned false for archives with files</li>
<li>~6× faster entry sorting for large archives</li>
<li>Built-in TypeScript definitions (types.d.ts) — you can drop
<code>@types/adm-zip</code></li>
</ul>
<h2>v0.5.18</h2>
<h2>What's Changed</h2>
<ul>
<li>Bump js-yaml from 4.1.1 to 4.3.0 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/cthackers/adm-zip/pull/566">cthackers/adm-zip#566</a></li>
<li>Fix corrupted zip when round-tripping entries with a data descriptor
(<a
href="https://redirect.github.com/cthackers/adm-zip/issues/555">#555</a>)
by <a href="https://github.com/JohnJunior"><code>@JohnJunior</code></a>
in <a
href="https://redirect.github.com/cthackers/adm-zip/pull/564">cthackers/adm-zip#564</a></li>
<li>prevent crashes when process.versions is an empty object by <a
href="https://github.com/matt-fidd"><code>@matt-fidd</code></a> in <a
href="https://redirect.github.com/cthackers/adm-zip/pull/551">cthackers/adm-zip#551</a></li>
<li>support for writing zip64 by <a
href="https://github.com/mielverkerken"><code>@mielverkerken</code></a>
in <a
href="https://redirect.github.com/cthackers/adm-zip/pull/562">cthackers/adm-zip#562</a></li>
<li>Fix Archive Utility failure on zips with empty directories (<a
href="https://redirect.github.com/cthackers/adm-zip/issues/558">#558</a>)
by <a href="https://github.com/JohnJunior"><code>@JohnJunior</code></a>
in <a
href="https://redirect.github.com/cthackers/adm-zip/pull/563">cthackers/adm-zip#563</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/JohnJunior"><code>@JohnJunior</code></a> made
their first contribution in <a
href="https://redirect.github.com/cthackers/adm-zip/pull/564">cthackers/adm-zip#564</a></li>
<li><a href="https://github.com/matt-fidd"><code>@matt-fidd</code></a>
made their first contribution in <a
href="https://redirect.github.com/cthackers/adm-zip/pull/551">cthackers/adm-zip#551</a></li>
<li><a
href="https://github.com/mielverkerken"><code>@mielverkerken</code></a>
made their first contribution in <a
href="https://redirect.github.com/cthackers/adm-zip/pull/562">cthackers/adm-zip#562</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/cthackers/adm-zip/compare/v0.5.17...v0.5.18">https://github.com/cthackers/adm-zip/compare/v0.5.17...v0.5.18</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/cthackers/adm-zip/blob/master/history.md">adm-zip's
changelog</a>.</em></p>
<blockquote>
<h1>0.6.0 / 2026-07-10</h1>
<p>Security</p>
<ul>
<li>Fixed CVE-2026-39244: a crafted archive declaring a huge
uncompressed size could force an unbounded <code>Buffer.alloc</code>
(memory exhaustion / DoS) before any validation. Allocation is now
bounded by the data actually present — STORED output is sized from the
real bytes, DEFLATED output is grown by the inflater and capped at the
declared size (<a
href="https://redirect.github.com/cthackers/adm-zip/issues/568">#568</a>)</li>
<li>Hardened the internal entry-name lookup table against object
injection: entry names come from untrusted archives, and a name such as
<code>__proto__</code> previously resolved to
<code>Object.prototype</code>, crashing <code>addFile</code> and hiding
the entry from <code>getEntry</code>/<code>readFile</code>. The table is
now prototype-less</li>
</ul>
<p>Bug fixes</p>
<ul>
<li>Fixed a regression (0.5.15) that rejected valid archives using a
data descriptor (general-purpose bit 3). The payload is now validated
against the authoritative central-directory CRC instead of
requiring/parsing the trailing descriptor (<a
href="https://redirect.github.com/cthackers/adm-zip/issues/548">#548</a>,
<a
href="https://redirect.github.com/cthackers/adm-zip/issues/533">#533</a>,
<a
href="https://redirect.github.com/cthackers/adm-zip/issues/554">#554</a>)</li>
<li>Fixed <code>extractAllTo</code>/<code>extractAllToAsync</code> not
restoring directory permissions with
<code>keepOriginalPermission</code>; directory modes are applied after
their contents are written, deepest path first, and no longer lock the
extractor out of a restrictive directory (<a
href="https://redirect.github.com/cthackers/adm-zip/issues/530">#530</a>)</li>
<li>Fixed infinite recursion in <code>addLocalFolder</code> when a
folder contains a symlink pointing back to an ancestor (e.g. workspace
<code>node_modules</code>); the walk now tracks resolved real paths and
skips already-visited directories (<a
href="https://redirect.github.com/cthackers/adm-zip/issues/541">#541</a>)</li>
<li>Fixed an uncaught exception (<code>ERR_INVALID_ARG_TYPE</code>) that
crashed the process when <code>writeFileToAsync</code> could not open
the target file (bad permissions, invalid filename, exhausted file
descriptors); write failures are now reported through the callback and
write errors are no longer silently swallowed (<a
href="https://redirect.github.com/cthackers/adm-zip/issues/470">#470</a>,
<a
href="https://redirect.github.com/cthackers/adm-zip/issues/459">#459</a>,
<a
href="https://redirect.github.com/cthackers/adm-zip/issues/402">#402</a>)</li>
<li>Fixed directory entries reporting an empty <code>name</code> (e.g.
<code>a/b/c/</code> now returns <code>c</code>) (<a
href="https://redirect.github.com/cthackers/adm-zip/issues/466">#466</a>)</li>
<li>Fixed <code>extractEntryTo</code> flattening subdirectories when
<code>maintainEntryPath</code> is false; the structure below the
extracted directory is now preserved instead of collapsing (and
overwriting) files by basename (<a
href="https://redirect.github.com/cthackers/adm-zip/issues/306">#306</a>)</li>
<li>Fixed a failed <code>utimes</code> aborting extraction; setting the
modification time is now best-effort and never fails extraction of
already-written content (<a
href="https://redirect.github.com/cthackers/adm-zip/issues/379">#379</a>)</li>
<li>Fixed <code>test()</code> always returning false for any archive
containing a file (it indexed the entries array with an entry object
instead of reading the entry); it now correctly verifies each entry's
CRC</li>
</ul>
<p>Performance</p>
<ul>
<li>Faster entry sorting when writing archives with many entries: names
are decoded once instead of on every comparison (about 6× faster sort
for large archives)</li>
</ul>
<p>Added</p>
<ul>
<li>Bundled TypeScript type definitions (<code>types.d.ts</code>), so
<code>@types/adm-zip</code> is no longer required</li>
</ul>
<p>Notes</p>
<ul>
<li>Behavior change: <code>extractEntryTo(dir, target, /*
maintainEntryPath */ false)</code> now preserves subdirectories beneath
the extracted directory rather than flattening them</li>
<li>Behavior change: extraction no longer fails when the modification
time cannot be set</li>
</ul>
<h1>0.5.4 / 2021-03-08</h1>
<ul>
<li>Fixed relative paths</li>
<li>Added zipcrypto encryption</li>
<li>Lower verMade for macOS when generating zip file</li>
</ul>
<h1>0.5.3 / 2021-02-07</h1>
<ul>
<li>Fixed filemode when unzipping</li>
</ul>
<h1>0.5.2 / 2021-01-27</h1>
<ul>
<li>Fixed path traversal issue (GHSL-2020-198)</li>
</ul>
<h1>0.5.1 / 2020-11-27</h1>
<ul>
<li>Incremented version (cthackers)</li>
<li>Fixed outFileName (cthackers)</li>
</ul>
<h1>0.5.0 / 2020-11-19</h1>
<ul>
<li>Added extra parameter to extractEntryTo so target filename can be
renamed (cthackers)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/cthackers/adm-zip/commit/2b4d84087d45344643e0183756e19191d52815cc"><code>2b4d840</code></a>
updated minimum node engine version to >= 14</li>
<li><a
href="https://github.com/cthackers/adm-zip/commit/dc57f0fcc945571052f73f883b42ef1a7237de4e"><code>dc57f0f</code></a>
Hardened entry-name lookup, fixed test(), and sped up entry sorting</li>
<li><a
href="https://github.com/cthackers/adm-zip/commit/f81806adc0352ea02d01152d740706f02d0cc371"><code>f81806a</code></a>
Made utimes best-effort so it can't abort extraction (<a
href="https://redirect.github.com/cthackers/adm-zip/issues/379">#379</a>)</li>
<li><a
href="https://github.com/cthackers/adm-zip/commit/ab0432410eaef87a6d1e89efdd7266aa9270641b"><code>ab04324</code></a>
Fixed extractEntryTo flattening subdirectories (<a
href="https://redirect.github.com/cthackers/adm-zip/issues/306">#306</a>)</li>
<li><a
href="https://github.com/cthackers/adm-zip/commit/8a5d9bacd5553d7f0172821658e27f4e4e76c6d5"><code>8a5d9ba</code></a>
Fixed empty name for directory entries (<a
href="https://redirect.github.com/cthackers/adm-zip/issues/466">#466</a>)</li>
<li><a
href="https://github.com/cthackers/adm-zip/commit/3e727907541ba2b5cabc3fdba60b71134bd85825"><code>3e72790</code></a>
Fixed uncaught crash in writeFileToAsync on write failure (<a
href="https://redirect.github.com/cthackers/adm-zip/issues/470">#470</a>,
<a
href="https://redirect.github.com/cthackers/adm-zip/issues/459">#459</a>,
<a
href="https://redirect.github.com/cthackers/adm-zip/issues/402">#402</a>)</li>
<li><a
href="https://github.com/cthackers/adm-zip/commit/651ae4c3497f4ec2609dbfafb731da32dfe5e9ad"><code>651ae4c</code></a>
Added typescript types</li>
<li><a
href="https://github.com/cthackers/adm-zip/commit/e72021dedf1140ec09aa529c703c98e4ac7eb947"><code>e72021d</code></a>
Fixed infinite recursion on symlink loops in addLocalFolder (<a
href="https://redirect.github.com/cthackers/adm-zip/issues/541">#541</a>)</li>
<li><a
href="https://github.com/cthackers/adm-zip/commit/8f3176bef3ab5fe89b587e0b8152ae202f28d14a"><code>8f3176b</code></a>
Fixed directory permissions on linux</li>
<li><a
href="https://github.com/cthackers/adm-zip/commit/4d2c8f9652618d1f70265df818f33c3d57dd53b2"><code>4d2c8f9</code></a>
Fixed error introduced with zip descriptor checks</li>
<li>Additional commits viewable in <a
href="https://github.com/cthackers/adm-zip/compare/v0.5.17...v0.6.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `js-yaml` from 3.14.2 to 3.15.0
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md">js-yaml's
changelog</a>.</em></p>
<blockquote>
<h2>4.3.0, 3.15.0 - 2026-06-27</h2>
<h3>Security</h3>
<ul>
<li>Backported <code>maxTotalMergeKeys</code> option.</li>
</ul>
<h2>[5.2.0] - 2026-06-26</h2>
<h3>Added</h3>
<ul>
<li>Added <code>maxTotalMergeKeys</code> (10000) loader option to limit
the total number of
keys processed by YAML merge (<code><<</code>) across one
<code>load()</code> / <code>loadAll()</code> call.</li>
<li>Added <code>maxAliases</code> (-1) loader option to limit the number
of YAML aliases per
document.</li>
</ul>
<h3>Removed</h3>
<ul>
<li><code>maxMergeSeqLength</code> replaced with
<code>maxTotalMergeKeys</code> for limiting YAML merge
processing.</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Round-trip of integers with exponential form (>=
<code>1e21</code>)</li>
</ul>
<h2>[5.1.0] - 2026-06-23</h2>
<h3>Added</h3>
<ul>
<li>Collection tags can finalize an incrementally populated carrier into
a
different result value.</li>
</ul>
<h3>Changed</h3>
<ul>
<li>[breaking] <code>quoteStyle</code> now selects the preferred quote
style; use the
restored <code>forceQuotes</code> option to force quoting non-key
strings.</li>
</ul>
<h2>[5.0.0] - 2026-06-20</h2>
<h3>Added</h3>
<ul>
<li>Added named exports for schemas, tags, parser events and AST
utilities.</li>
<li>Reworked <code>JSON_SCHEMA</code> and <code>CORE_SCHEMA</code> with
spec-compliant scalar resolution
rules, and added <code>YAML11_SCHEMA</code>.</li>
<li>Added <code>realMapTag</code> for lossless mappings with non-string
and complex keys.
Object-based mappings now reject complex keys instead of stringifying
them.</li>
<li>Added <code>dump()</code> <code>transform</code> option for changing
the generated AST before
rendering.</li>
<li>Added <code>dump()</code> options <code>seqInlineFirst</code>,
<code>flowBracketPadding</code>,
<code>flowSkipCommaSpace</code>, <code>flowSkipColonSpace</code>,
<code>quoteFlowKeys</code>, <code>quoteStyle</code> and
<code>tagBeforeAnchor</code>.</li>
<li>Added formal data layers (events and AST) for modular data
pipelines.
<ul>
<li>Added low-level parser (to events), presenter and visitor APIs.</li>
</ul>
</li>
<li>Added the <a href="https://github.com/yaml/yaml-test-suite">YAML
Test Suite</a> to the
test set.</li>
</ul>
<h3>Changed</h3>
<ul>
<li>See the <a
href="https://github.com/nodeca/js-yaml/blob/master/docs/migrate_v4_to_v5.md">migration
guide</a> for upgrade notes.</li>
<li>Rewritten in TypeScript and reorganized the public API around flat
named
exports.</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/nodeca/js-yaml/commit/c34b6c40027a769eb0d67958ae615268a1d55f54"><code>c34b6c4</code></a>
3.15.0 released</li>
<li><a
href="https://github.com/nodeca/js-yaml/commit/21e13d363f33501c7ee6ca988b88c29084999f72"><code>21e13d3</code></a>
dist rebuild</li>
<li><a
href="https://github.com/nodeca/js-yaml/commit/4165c62630d64fe4f25fb0d03139c7e137b24b1c"><code>4165c62</code></a>
Add v3-legacy tag for publish</li>
<li><a
href="https://github.com/nodeca/js-yaml/commit/d8ff750b0130e4e4b4062fb0dbd32027e41d4c51"><code>d8ff750</code></a>
Add package lock</li>
<li><a
href="https://github.com/nodeca/js-yaml/commit/24f13e79ee1343a7e30bd6f6c9d9cdbf0ac9b2b7"><code>24f13e7</code></a>
Added <code>maxTotalMergeKeys</code> (10000) loader option (v5
backport)</li>
<li>See full diff in <a
href="https://github.com/nodeca/js-yaml/compare/3.14.2...3.15.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `@babel/core` from 7.29.0 to 7.29.7
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/babel/babel/releases">@babel/core's
releases</a>.</em></p>
<blockquote>
<h2>v7.29.7 (2026-05-25)</h2>
<p>Re-release all packages with npm provenance attestations</p>
<h2>v7.29.6 (2026-05-25)</h2>
<h4>:bug: Bug Fix</h4>
<ul>
<li><code>babel-generator</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/18014">#18014</a>
Catchup source map position in preserveFormat (<a
href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-core</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/18001">#18001</a>
[7.x packport]Improve input source map handling (<a
href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li>
</ul>
</li>
<li><code>babel-core</code>, <code>babel-generator</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/17998">#17998</a>
Preserve original identifier names from input sourcemaps (<a
href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/17992">#17992</a>)
(<a href="https://github.com/Andarist"><code>@Andarist</code></a>)</li>
</ul>
</li>
</ul>
<h4>Committers: 3</h4>
<ul>
<li>Huáng Jùnliàng (<a
href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li>
<li>Mateusz Burzyński (<a
href="https://github.com/Andarist"><code>@Andarist</code></a>)</li>
<li>Nicolò Ribaudo (<a
href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li>
</ul>
<h2>v7.29.5 (2026-05-05)</h2>
<h4>:house: Internal</h4>
<ul>
<li><code>babel-preset-env</code>
<ul>
<li>Update <code>@babel/*</code> dependencies</li>
</ul>
</li>
</ul>
<h2>v7.29.4 (2026-05-05)</h2>
<h4>:bug: Bug Fix</h4>
<ul>
<li><code>babel-plugin-transform-modules-systemjs</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/17974">#17974</a>
[7.x backport]fix(systemjs): improve module string name support (<a
href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li>
</ul>
</li>
</ul>
<h4>Committers: 1</h4>
<ul>
<li>Huáng Jùnliàng (<a
href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li>
</ul>
<h2>v7.29.3 (2026-04-30)</h2>
<h4>:eyeglasses: Spec Compliance</h4>
<ul>
<li><code>babel-parser</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/17923">#17923</a>
Support flow extends bound (<a
href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li>
</ul>
</li>
</ul>
<h4>:bug: Bug Fix</h4>
<ul>
<li><code>babel-helper-create-class-features-plugin</code>,
<code>babel-plugin-proposal-decorators</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/17931">#17931</a>
fix(decorators): replace super within all removed static elements (<a
href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li>
</ul>
</li>
<li><code>babel-register</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/17915">#17915</a> Fix
thread synchronization issues in <code>@babel/register</code> (<a
href="https://github.com/liuxingbaoyu"><code>@liuxingbaoyu</code></a>)</li>
</ul>
</li>
<li><code>babel-compat-data</code>,
<code>babel-plugin-bugfix-safari-rest-destructuring-rhs-array</code>,
<code>babel-preset-env</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/17788">#17788</a> Add
bugfix plugin for Safari array rest destructuring bug (<a
href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li>
</ul>
</li>
</ul>
<h4>:nail_care: Polish</h4>
<ul>
<li><code>babel-parser</code></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/babel/babel/commit/4fba7541180bf5f58256d8e358b544e3831ad090"><code>4fba754</code></a>
v7.29.7</li>
<li><a
href="https://github.com/babel/babel/commit/04ea6b27fdac8f40c3481aec2080ac9678779509"><code>04ea6b2</code></a>
v7.29.6</li>
<li><a
href="https://github.com/babel/babel/commit/99f498a9b9fa0b900d603fbe8f6601bb3b9e42bb"><code>99f498a</code></a>
[7.x packport]Improve input source map handling (<a
href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/18001">#18001</a>)</li>
<li><a
href="https://github.com/babel/babel/commit/feba0a3654c596bd369d1ef1231f5d56666d56dc"><code>feba0a3</code></a>
Preserve original identifier names from input sourcemaps (<a
href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/17992">#17992</a>)
(<a
href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/17998">#17998</a>)</li>
<li>See full diff in <a
href="https://github.com/babel/babel/commits/v7.29.7/packages/babel-core">compare
view</a></li>
</ul>
</details>
<br />
Updates `websocket-driver` from 0.7.4 to 0.7.5
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/faye/websocket-driver-node/blob/main/CHANGELOG.md">websocket-driver's
changelog</a>.</em></p>
<blockquote>
<h3>0.7.5 / 2026-06-04</h3>
<ul>
<li>Close a draft-75/76 connection if a length header grows to exceed
the
configured max length</li>
<li>Fail the connection if a message is larger than the configured max
length
after extension processing</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/faye/websocket-driver-node/commit/5d6a9aaf5f019007d917bd9ddc7eeb775c86cc1f"><code>5d6a9aa</code></a>
Bump version to 0.7.5</li>
<li><a
href="https://github.com/faye/websocket-driver-node/commit/c55679a5b18251dd0a55d18a0cc6a4fd8822b92f"><code>c55679a</code></a>
Fail the connection if a message is larger than the configured max
length aft...</li>
<li><a
href="https://github.com/faye/websocket-driver-node/commit/5b197ca874dab58e96cacad8a3c256797d804680"><code>5b197ca</code></a>
Close a draft-75/76 connection if a length header grows to exceed the
configu...</li>
<li><a
href="https://github.com/faye/websocket-driver-node/commit/fc93a48f879d0fd4a77c687a4a19c4328613df65"><code>fc93a48</code></a>
Test on Node v22, v24, and v26</li>
<li><a
href="https://github.com/faye/websocket-driver-node/commit/2e82d3464d294bdd11202657208636e667212335"><code>2e82d34</code></a>
Test on recent versions of Node</li>
<li><a
href="https://github.com/faye/websocket-driver-node/commit/e4962db9940ad1a8cf6fe8328d3b81c3f8c37479"><code>e4962db</code></a>
Switch from Travis CI to GitHub Actions</li>
<li><a
href="https://github.com/faye/websocket-driver-node/commit/3f2f9b70a8ae999b4657d26316a5d45b7caea679"><code>3f2f9b7</code></a>
Travis update: cache npm modules, remove sudo, run on Node 15</li>
<li>See full diff in <a
href="https://github.com/faye/websocket-driver-node/compare/0.7.4...0.7.5">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
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/codefresh-io/cli/network/alerts).
</details>
<!-- 1 parent 25e589c commit f6aeb2c
2 files changed
Lines changed: 115 additions & 133 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
482 | 482 | | |
483 | 483 | | |
484 | 484 | | |
485 | | - | |
486 | | - | |
487 | | - | |
488 | | - | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
489 | 489 | | |
490 | | - | |
| 490 | + | |
491 | 491 | | |
492 | 492 | | |
493 | 493 | | |
494 | | - | |
495 | | - | |
496 | | - | |
497 | | - | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
498 | 498 | | |
499 | 499 | | |
500 | | - | |
501 | | - | |
502 | | - | |
503 | | - | |
504 | | - | |
505 | | - | |
506 | | - | |
507 | | - | |
508 | | - | |
509 | | - | |
510 | | - | |
511 | | - | |
512 | | - | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
513 | 513 | | |
514 | 514 | | |
515 | 515 | | |
516 | 516 | | |
517 | 517 | | |
518 | 518 | | |
519 | 519 | | |
520 | | - | |
521 | | - | |
522 | | - | |
523 | | - | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
| 523 | + | |
524 | 524 | | |
525 | | - | |
526 | | - | |
| 525 | + | |
| 526 | + | |
527 | 527 | | |
528 | 528 | | |
529 | 529 | | |
530 | 530 | | |
531 | | - | |
532 | | - | |
533 | | - | |
534 | | - | |
| 531 | + | |
| 532 | + | |
| 533 | + | |
| 534 | + | |
535 | 535 | | |
536 | | - | |
537 | | - | |
| 536 | + | |
| 537 | + | |
538 | 538 | | |
539 | 539 | | |
540 | 540 | | |
541 | 541 | | |
542 | | - | |
543 | | - | |
544 | | - | |
545 | | - | |
| 542 | + | |
| 543 | + | |
| 544 | + | |
| 545 | + | |
546 | 546 | | |
547 | | - | |
548 | | - | |
549 | | - | |
550 | | - | |
| 547 | + | |
| 548 | + | |
| 549 | + | |
| 550 | + | |
551 | 551 | | |
552 | | - | |
553 | | - | |
| 552 | + | |
| 553 | + | |
554 | 554 | | |
555 | | - | |
556 | | - | |
557 | | - | |
558 | | - | |
| 555 | + | |
| 556 | + | |
| 557 | + | |
| 558 | + | |
559 | 559 | | |
560 | | - | |
561 | | - | |
562 | | - | |
| 560 | + | |
| 561 | + | |
| 562 | + | |
563 | 563 | | |
564 | 564 | | |
565 | 565 | | |
566 | 566 | | |
567 | 567 | | |
568 | 568 | | |
569 | | - | |
570 | | - | |
571 | | - | |
572 | | - | |
| 569 | + | |
| 570 | + | |
| 571 | + | |
| 572 | + | |
573 | 573 | | |
574 | | - | |
575 | | - | |
576 | | - | |
577 | | - | |
| 574 | + | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
578 | 578 | | |
579 | | - | |
580 | | - | |
581 | | - | |
582 | | - | |
| 579 | + | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
583 | 583 | | |
584 | | - | |
585 | | - | |
586 | | - | |
587 | | - | |
| 584 | + | |
| 585 | + | |
| 586 | + | |
| 587 | + | |
588 | 588 | | |
589 | | - | |
590 | | - | |
| 589 | + | |
| 590 | + | |
591 | 591 | | |
592 | 592 | | |
593 | 593 | | |
| |||
599 | 599 | | |
600 | 600 | | |
601 | 601 | | |
602 | | - | |
603 | | - | |
604 | | - | |
605 | | - | |
| 602 | + | |
| 603 | + | |
| 604 | + | |
| 605 | + | |
606 | 606 | | |
607 | | - | |
| 607 | + | |
608 | 608 | | |
609 | 609 | | |
610 | 610 | | |
| |||
732 | 732 | | |
733 | 733 | | |
734 | 734 | | |
735 | | - | |
736 | | - | |
737 | | - | |
738 | | - | |
739 | | - | |
740 | | - | |
741 | | - | |
742 | | - | |
743 | | - | |
744 | | - | |
745 | | - | |
746 | | - | |
747 | | - | |
748 | | - | |
749 | | - | |
750 | | - | |
751 | | - | |
752 | | - | |
753 | | - | |
754 | | - | |
| 735 | + | |
| 736 | + | |
| 737 | + | |
| 738 | + | |
| 739 | + | |
| 740 | + | |
| 741 | + | |
| 742 | + | |
| 743 | + | |
| 744 | + | |
| 745 | + | |
| 746 | + | |
| 747 | + | |
| 748 | + | |
| 749 | + | |
| 750 | + | |
| 751 | + | |
| 752 | + | |
| 753 | + | |
| 754 | + | |
755 | 755 | | |
756 | 756 | | |
757 | | - | |
758 | | - | |
759 | | - | |
760 | | - | |
| 757 | + | |
| 758 | + | |
| 759 | + | |
| 760 | + | |
761 | 761 | | |
762 | | - | |
763 | | - | |
| 762 | + | |
| 763 | + | |
764 | 764 | | |
765 | 765 | | |
766 | 766 | | |
| |||
2104 | 2104 | | |
2105 | 2105 | | |
2106 | 2106 | | |
2107 | | - | |
2108 | | - | |
2109 | | - | |
2110 | | - | |
| 2107 | + | |
| 2108 | + | |
| 2109 | + | |
| 2110 | + | |
2111 | 2111 | | |
2112 | 2112 | | |
2113 | 2113 | | |
| |||
4251 | 4251 | | |
4252 | 4252 | | |
4253 | 4253 | | |
4254 | | - | |
4255 | | - | |
4256 | | - | |
4257 | | - | |
4258 | | - | |
4259 | | - | |
4260 | | - | |
4261 | | - | |
| 4254 | + | |
4262 | 4255 | | |
4263 | 4256 | | |
4264 | 4257 | | |
| |||
5125 | 5118 | | |
5126 | 5119 | | |
5127 | 5120 | | |
5128 | | - | |
5129 | | - | |
5130 | | - | |
| 5121 | + | |
| 5122 | + | |
| 5123 | + | |
5131 | 5124 | | |
5132 | 5125 | | |
5133 | 5126 | | |
| |||
6484 | 6477 | | |
6485 | 6478 | | |
6486 | 6479 | | |
6487 | | - | |
| 6480 | + | |
6488 | 6481 | | |
6489 | 6482 | | |
6490 | 6483 | | |
| |||
6513 | 6506 | | |
6514 | 6507 | | |
6515 | 6508 | | |
6516 | | - | |
6517 | | - | |
6518 | | - | |
6519 | | - | |
6520 | | - | |
6521 | | - | |
6522 | | - | |
6523 | | - | |
6524 | | - | |
6525 | | - | |
6526 | | - | |
6527 | | - | |
| 6509 | + | |
6528 | 6510 | | |
6529 | 6511 | | |
6530 | 6512 | | |
| |||
7319 | 7301 | | |
7320 | 7302 | | |
7321 | 7303 | | |
7322 | | - | |
7323 | | - | |
7324 | | - | |
| 7304 | + | |
| 7305 | + | |
| 7306 | + | |
7325 | 7307 | | |
7326 | 7308 | | |
7327 | 7309 | | |
| |||
0 commit comments