-
Task
-
Resolution: Done
-
Undefined
-
None
-
None
-
None
Bumps [uuid](https://github.com/uuidjs/uuid) from 11.0.3 to 11.0.5.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/uuidjs/uuid/releases">uuid's releases</a>.</em></p>
<blockquote>
<h2>v11.0.5</h2>
<h2><a href="https://github.com/uuidjs/uuid/compare/v11.0.4...v11.0.5">11.0.5</a> (2025-01-09)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>add TS unit test, pin to typescript@5.0.4 (<a href="https://redirect.github.com/uuidjs/uuid/issues/860">#860</a>) (<a href="https://github.com/uuidjs/uuid/commit/24ac2fd067e5bab97a5ccea3f6f365a64c01d140">24ac2fd</a>)</li>
</ul>
<h2>v11.0.4</h2>
<h2><a href="https://github.com/uuidjs/uuid/compare/v11.0.3...v11.0.4">11.0.4</a> (2025-01-05)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>docs:</strong> insure -> ensure (<a href="https://redirect.github.com/uuidjs/uuid/issues/843">#843</a>) (<a href="https://github.com/uuidjs/uuid/commit/d2a61e154d861e58549466e753bb9e4d5bfffb68">d2a61e1</a>)</li>
<li>exclude tests from published package (<a href="https://redirect.github.com/uuidjs/uuid/issues/840">#840</a>) (<a href="https://github.com/uuidjs/uuid/commit/f992ff4780937089b0134195fa22e76e2e1cb3a7">f992ff4</a>)</li>
<li>Test for invalid byte array sizes and ranges in <code>v1()</code>, <code>v4()</code>, and <code>v7()</code> (<a href="https://redirect.github.com/uuidjs/uuid/issues/845">#845</a>) (<a href="https://github.com/uuidjs/uuid/commit/e0ee90051ebd13475bbcff4d371330aa4f9bd1dd">e0ee900</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md">uuid's changelog</a>.</em></p>
<blockquote>
<h2><a href="https://github.com/uuidjs/uuid/compare/v11.0.4...v11.0.5">11.0.5</a> (2025-01-09)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>add TS unit test, pin to typescript@5.0.4 (<a href="https://redirect.github.com/uuidjs/uuid/issues/860">#860</a>) (<a href="https://github.com/uuidjs/uuid/commit/24ac2fd067e5bab97a5ccea3f6f365a64c01d140">24ac2fd</a>)</li>
</ul>
<h2><a href="https://github.com/uuidjs/uuid/compare/v11.0.3...v11.0.4">11.0.4</a> (2025-01-05)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>docs:</strong> insure -> ensure (<a href="https://redirect.github.com/uuidjs/uuid/issues/843">#843</a>) (<a href="https://github.com/uuidjs/uuid/commit/d2a61e154d861e58549466e753bb9e4d5bfffb68">d2a61e1</a>)</li>
<li>exclude tests from published package (<a href="https://redirect.github.com/uuidjs/uuid/issues/840">#840</a>) (<a href="https://github.com/uuidjs/uuid/commit/f992ff4780937089b0134195fa22e76e2e1cb3a7">f992ff4</a>)</li>
<li>Test for invalid byte array sizes and ranges in <code>v1()</code>, <code>v4()</code>, and <code>v7()</code> (<a href="https://redirect.github.com/uuidjs/uuid/issues/845">#845</a>) (<a href="https://github.com/uuidjs/uuid/commit/e0ee90051ebd13475bbcff4d371330aa4f9bd1dd">e0ee900</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/uuidjs/uuid/commit/46ada3cbc4acdc907dd6924eaedcc2c53dc6095a"><code>46ada3c</code></a> chore(main): release 11.0.5 (<a href="https://redirect.github.com/uuidjs/uuid/issues/861">#861</a>)</li>
<li><a href="https://github.com/uuidjs/uuid/commit/24ac2fd067e5bab97a5ccea3f6f365a64c01d140"><code>24ac2fd</code></a> fix: add TS unit test, pin to typescript@5.0.4 (<a href="https://redirect.github.com/uuidjs/uuid/issues/860">#860</a>)</li>
<li><a href="https://github.com/uuidjs/uuid/commit/e426aaa97527a41e9a033ce70d57995c437a9e06"><code>e426aaa</code></a> build: use <code>npm pack</code> tarball for local examples and testing instead of .loca...</li>
<li><a href="https://github.com/uuidjs/uuid/commit/050cd5b9df5aa73097a1677b9e7c3482eb4367fc"><code>050cd5b</code></a> chore(main): release 11.0.4 (<a href="https://redirect.github.com/uuidjs/uuid/issues/842">#842</a>)</li>
<li><a href="https://github.com/uuidjs/uuid/commit/e0ee90051ebd13475bbcff4d371330aa4f9bd1dd"><code>e0ee900</code></a> fix: Test for invalid byte array sizes and ranges in <code>v1()</code>, <code>v4()</code>, and `v7(...</li>
<li><a href="https://github.com/uuidjs/uuid/commit/6e83b3ae8360ed03042be658645ece06a27abd69"><code>6e83b3a</code></a> chore: update deps (<a href="https://redirect.github.com/uuidjs/uuid/issues/848">#848</a>)</li>
<li><a href="https://github.com/uuidjs/uuid/commit/5f58b43aa4fabee56fb8f75756f70f407a58745c"><code>5f58b43</code></a> docs: Ensure link to getrandomvalues-not-supported is maintained (<a href="https://redirect.github.com/uuidjs/uuid/issues/844">#844</a>)</li>
<li><a href="https://github.com/uuidjs/uuid/commit/d2a61e154d861e58549466e753bb9e4d5bfffb68"><code>d2a61e1</code></a> fix(docs): insure -> ensure (<a href="https://redirect.github.com/uuidjs/uuid/issues/843">#843</a>)</li>
<li><a href="https://github.com/uuidjs/uuid/commit/f992ff4780937089b0134195fa22e76e2e1cb3a7"><code>f992ff4</code></a> fix: exclude tests from published package (<a href="https://redirect.github.com/uuidjs/uuid/issues/840">#840</a>)</li>
<li><a href="https://github.com/uuidjs/uuid/commit/59df7092c7507dab57e9c9e495ea277e3eedcd9f"><code>59df709</code></a> docs: add notes on platform support (<a href="https://redirect.github.com/uuidjs/uuid/issues/838">#838</a>)</li>
<li>See full diff in <a href="https://github.com/uuidjs/uuid/compare/v11.0.3...v11.0.5">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=uuid&package-manager=npm_and_yarn&previous-version=11.0.3&new-version=11.0.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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)
</details>