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

   Bumps [uuid](https://github.com/uuidjs/uuid) from 9.0.1 to 11.0.3.
   <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.3</h2>
   <h2><a 
href="https://github.com/uuidjs/uuid/compare/v11.0.2...v11.0.3";>11.0.3</a> 
(2024-11-04)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>apply stricter typing to the v* signatures (<a 
href="https://redirect.github.com/uuidjs/uuid/issues/831";>#831</a>) (<a 
href="https://github.com/uuidjs/uuid/commit/c2d3fed22cfd47c22c8f22f6154abb5060648ce5";>c2d3fed</a>)</li>
   <li>export internal uuid types (<a 
href="https://redirect.github.com/uuidjs/uuid/issues/833";>#833</a>) (<a 
href="https://github.com/uuidjs/uuid/commit/341edf444ced63708ba336285dbec29443523939";>341edf4</a>)</li>
   <li>remove sourcemaps (<a 
href="https://redirect.github.com/uuidjs/uuid/issues/827";>#827</a>) (<a 
href="https://github.com/uuidjs/uuid/commit/b93ea101af7382053032d4fb61cc85599d6c7216";>b93ea10</a>)</li>
   <li>revert &quot;simplify type for v3 and v5&quot; (<a 
href="https://redirect.github.com/uuidjs/uuid/issues/835";>#835</a>) (<a 
href="https://github.com/uuidjs/uuid/commit/e2dee691e95aba854a892d2507d8cd9f009bf61d";>e2dee69</a>)</li>
   </ul>
   <h2>v11.0.2</h2>
   <h2><a 
href="https://github.com/uuidjs/uuid/compare/v11.0.1...v11.0.2";>11.0.2</a> 
(2024-10-28)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>remove wrapper.mjs (<a 
href="https://github.com/uuidjs/uuid/commit/2a18871f00f6f9effa9f8afadd98278e6866112c";>2a18871</a>)</li>
   <li>remove wrapper.mjs (<a 
href="https://redirect.github.com/uuidjs/uuid/issues/822";>#822</a>) (<a 
href="https://github.com/uuidjs/uuid/commit/6683ad38b048375b451eac1194960f24ba20e0ca";>6683ad3</a>)</li>
   </ul>
   <h2>v11.0.1</h2>
   <h2><a 
href="https://github.com/uuidjs/uuid/compare/v11.0.0...v11.0.1";>11.0.1</a> 
(2024-10-27)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>restore package.json#browser field (<a 
href="https://redirect.github.com/uuidjs/uuid/issues/817";>#817</a>) (<a 
href="https://github.com/uuidjs/uuid/commit/ae8f38657bca0ee053bf29c88c006b1ea05af1b5";>ae8f386</a>)</li>
   </ul>
   <h2>v11.0.0</h2>
   <h2><a 
href="https://github.com/uuidjs/uuid/compare/v11.0.0...v11.0.0";>11.0.0</a> 
(2024-10-27)</h2>
   <h3>⚠ BREAKING CHANGES</h3>
   <ul>
   <li>refactor v1 internal state and options logic (<a 
href="https://redirect.github.com/uuidjs/uuid/issues/780";>#780</a>)</li>
   <li>refactor v7 internal state and options logic, fixes <a 
href="https://redirect.github.com/uuidjs/uuid/issues/764";>#764</a> (<a 
href="https://redirect.github.com/uuidjs/uuid/issues/779";>#779</a>)</li>
   <li>Port to TypeScript, closes  <a 
href="https://redirect.github.com/uuidjs/uuid/issues/762";>#762</a> (<a 
href="https://redirect.github.com/uuidjs/uuid/issues/763";>#763</a>)</li>
   <li>update node support matrix (only support node 16-20) (<a 
href="https://redirect.github.com/uuidjs/uuid/issues/750";>#750</a>)</li>
   <li>This library always aims at supporting one EOLed LTS release which by 
this time now is 12.x which has reached EOL 30 Apr 2022.</li>
   <li>Remove the minified UMD build from the package.</li>
   <li>Drop support for browsers that don't correctly implement const/let and 
default arguments, and no longer transpile the browser build to ES2015.</li>
   <li>Although in practice this is currently a noop since the resulting build 
does not change, the build will no longer transpiles future changes for Node.js 
8.x targets, so semantically this is still a breaking change.</li>
   <li>Deep requiring specific algorithms of this library like 
require('uuid/v4'), which has been deprecated in uuid@7, is no longer 
supported.</li>
   <li>The default export, which used to be the v4() method but which was 
already discouraged in v3.x of this library, has been removed.</li>
   <li>Explicitly note that deep imports of the different uuid version 
functions are deprecated and no longer encouraged and that ECMAScript module 
named imports should be used instead. Emit a deprecation warning for people who 
deep-require the different algorithm variants.</li>
   <li>Remove builtin support for insecure random number generators in the 
browser. Users who want that will have to supply their own random number 
generator function.</li>
   <li>Remove support for generating v3 and v5 UUIDs in Node.js&lt;4.x</li>
   <li>Convert code base to ECMAScript Modules (ESM) and release CommonJS build 
for node and ESM build for browser bundlers.</li>
   </ul>
   <h3>Features</h3>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </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.2...v11.0.3";>11.0.3</a> 
(2024-11-04)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>apply stricter typing to the v* signatures (<a 
href="https://redirect.github.com/uuidjs/uuid/issues/831";>#831</a>) (<a 
href="https://github.com/uuidjs/uuid/commit/c2d3fed22cfd47c22c8f22f6154abb5060648ce5";>c2d3fed</a>)</li>
   <li>export internal uuid types (<a 
href="https://redirect.github.com/uuidjs/uuid/issues/833";>#833</a>) (<a 
href="https://github.com/uuidjs/uuid/commit/341edf444ced63708ba336285dbec29443523939";>341edf4</a>)</li>
   <li>remove sourcemaps (<a 
href="https://redirect.github.com/uuidjs/uuid/issues/827";>#827</a>) (<a 
href="https://github.com/uuidjs/uuid/commit/b93ea101af7382053032d4fb61cc85599d6c7216";>b93ea10</a>)</li>
   <li>revert &quot;simplify type for v3 and v5&quot; (<a 
href="https://redirect.github.com/uuidjs/uuid/issues/835";>#835</a>) (<a 
href="https://github.com/uuidjs/uuid/commit/e2dee691e95aba854a892d2507d8cd9f009bf61d";>e2dee69</a>)</li>
   </ul>
   <h2><a 
href="https://github.com/uuidjs/uuid/compare/v11.0.1...v11.0.2";>11.0.2</a> 
(2024-10-28)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>remove wrapper.mjs (<a 
href="https://redirect.github.com/uuidjs/uuid/issues/822";>#822</a>) (<a 
href="https://github.com/uuidjs/uuid/commit/6683ad38b048375b451eac1194960f24ba20e0ca";>6683ad3</a>)</li>
   </ul>
   <h2><a 
href="https://github.com/uuidjs/uuid/compare/v11.0.0...v11.0.1";>11.0.1</a> 
(2024-10-27)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>restore package.json#browser field (<a 
href="https://redirect.github.com/uuidjs/uuid/issues/817";>#817</a>) (<a 
href="https://github.com/uuidjs/uuid/commit/ae8f38657bca0ee053bf29c88c006b1ea05af1b5";>ae8f386</a>)</li>
   </ul>
   <h2><a 
href="https://github.com/uuidjs/uuid/compare/v9.0.0...v11.0.0";>11.0.0</a> 
(2024-10-26)</h2>
   <h3>⚠ BREAKING CHANGES</h3>
   <ul>
   <li>refactor v1 internal state and options logic (<a 
href="https://redirect.github.com/uuidjs/uuid/issues/780";>#780</a>)</li>
   <li>refactor v7 internal state and options logic, fixes <a 
href="https://redirect.github.com/uuidjs/uuid/issues/764";>#764</a> (<a 
href="https://redirect.github.com/uuidjs/uuid/issues/779";>#779</a>)</li>
   <li>Port to TypeScript, closes <a 
href="https://redirect.github.com/uuidjs/uuid/issues/762";>#762</a> (<a 
href="https://redirect.github.com/uuidjs/uuid/issues/763";>#763</a>)</li>
   <li>update node support matrix (only support node 16-20) (<a 
href="https://redirect.github.com/uuidjs/uuid/issues/750";>#750</a>)</li>
   </ul>
   <h3>Features</h3>
   <ul>
   <li>Port to TypeScript, closes <a 
href="https://redirect.github.com/uuidjs/uuid/issues/762";>#762</a> (<a 
href="https://redirect.github.com/uuidjs/uuid/issues/763";>#763</a>) (<a 
href="https://github.com/uuidjs/uuid/commit/1e0f9870db864ca93f7a69db0d468b5e1b7605e7";>1e0f987</a>)</li>
   <li>update node support matrix (only support node 16-20) (<a 
href="https://redirect.github.com/uuidjs/uuid/issues/750";>#750</a>) (<a 
href="https://github.com/uuidjs/uuid/commit/883b163b9ab9d6655bfbd8a35e61a3c71674dfe1";>883b163</a>)</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>missing v7 expectations in browser spec (<a 
href="https://redirect.github.com/uuidjs/uuid/issues/751";>#751</a>) (<a 
href="https://github.com/uuidjs/uuid/commit/f54a866cedb2b3b96581157c1f4ac935a0b11411";>f54a866</a>)</li>
   <li>refactor v1 internal state and options logic (<a 
href="https://redirect.github.com/uuidjs/uuid/issues/780";>#780</a>) (<a 
href="https://github.com/uuidjs/uuid/commit/031b3d3d738bc6694501ac0a37152b95ed500989";>031b3d3</a>)</li>
   <li>refactor v7 internal state and options logic, fixes <a 
href="https://redirect.github.com/uuidjs/uuid/issues/764";>#764</a> (<a 
href="https://redirect.github.com/uuidjs/uuid/issues/779";>#779</a>) (<a 
href="https://github.com/uuidjs/uuid/commit/9dbd1cd4177c43fcaac961a3b16fb2d044c9940a";>9dbd1cd</a>)</li>
   <li>remove v4 options default assignment preventing native.randomUUID from 
being used (<a 
href="https://redirect.github.com/uuidjs/uuid/issues/786";>#786</a>) (<a 
href="https://github.com/uuidjs/uuid/commit/afe62323c4408a824755a39d7b971a8ae06f7199";>afe6232</a>),
 closes <a 
href="https://redirect.github.com/uuidjs/uuid/issues/763";>#763</a></li>
   <li>seq_hi shift for byte 6 (<a 
href="https://redirect.github.com/uuidjs/uuid/issues/775";>#775</a>) (<a 
href="https://github.com/uuidjs/uuid/commit/1d532ca374f181932a24a83fa98f71a5bd4f3e96";>1d532ca</a>)</li>
   <li>tsconfig module type (<a 
href="https://redirect.github.com/uuidjs/uuid/issues/778";>#778</a>) (<a 
href="https://github.com/uuidjs/uuid/commit/7eff835cba334ad418f57768c00d15b918a9b419";>7eff835</a>)</li>
   </ul>
   <h2><a 
href="https://github.com/uuidjs/uuid/compare/v9.0.0...v10.0.0";>10.0.0</a> 
(2024-06-07)</h2>
   <h3>⚠ BREAKING CHANGES</h3>
   <ul>
   <li>update node support (drop node@12, node@14, add node@20) (<a 
href="https://redirect.github.com/uuidjs/uuid/issues/750";>#750</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/uuidjs/uuid/commit/1370497eecb5c4a570da3d76aa1b47b86448470f";><code>1370497</code></a>
 chore(main): release 11.0.3 (<a 
href="https://redirect.github.com/uuidjs/uuid/issues/828";>#828</a>)</li>
   <li><a 
href="https://github.com/uuidjs/uuid/commit/383474d402a32ae19f5897f20f3c6b8fe0ee1e57";><code>383474d</code></a>
 chore: replace optional-dev-dependencies with iodd (<a 
href="https://redirect.github.com/uuidjs/uuid/issues/836";>#836</a>)</li>
   <li><a 
href="https://github.com/uuidjs/uuid/commit/341edf444ced63708ba336285dbec29443523939";><code>341edf4</code></a>
 fix: export internal uuid types (<a 
href="https://redirect.github.com/uuidjs/uuid/issues/833";>#833</a>)</li>
   <li><a 
href="https://github.com/uuidjs/uuid/commit/e2dee691e95aba854a892d2507d8cd9f009bf61d";><code>e2dee69</code></a>
 fix: revert &quot;simplify type for v3 and v5&quot; (<a 
href="https://redirect.github.com/uuidjs/uuid/issues/835";>#835</a>)</li>
   <li><a 
href="https://github.com/uuidjs/uuid/commit/c8866d9b59035e147661a19f822f46863b475ad6";><code>c8866d9</code></a>
 chore: enable manual runs of browser workflow (<a 
href="https://redirect.github.com/uuidjs/uuid/issues/834";>#834</a>)</li>
   <li><a 
href="https://github.com/uuidjs/uuid/commit/c2d3fed22cfd47c22c8f22f6154abb5060648ce5";><code>c2d3fed</code></a>
 fix: apply stricter typing to the v* signatures (<a 
href="https://redirect.github.com/uuidjs/uuid/issues/831";>#831</a>)</li>
   <li><a 
href="https://github.com/uuidjs/uuid/commit/913e958b1bf442ce00b3b244620698434f684025";><code>913e958</code></a>
 chore: update to actions/checkout@v4 (<a 
href="https://redirect.github.com/uuidjs/uuid/issues/830";>#830</a>)</li>
   <li><a 
href="https://github.com/uuidjs/uuid/commit/0980160d3ac367c2509708ccfad0c0c4ed686584";><code>0980160</code></a>
 chore: cleanup changelog (<a 
href="https://redirect.github.com/uuidjs/uuid/issues/829";>#829</a>)</li>
   <li><a 
href="https://github.com/uuidjs/uuid/commit/b93ea101af7382053032d4fb61cc85599d6c7216";><code>b93ea10</code></a>
 fix: remove sourcemaps (<a 
href="https://redirect.github.com/uuidjs/uuid/issues/827";>#827</a>)</li>
   <li><a 
href="https://github.com/uuidjs/uuid/commit/36f2369af6479a46db1eb4fdffb73cbbf6108cf4";><code>36f2369</code></a>
 chore(main): release 11.0.2 (<a 
href="https://redirect.github.com/uuidjs/uuid/issues/823";>#823</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/uuidjs/uuid/compare/v9.0.1...v11.0.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/~broofa";>broofa</a>, a new releaser for uuid since 
your current version.</p>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=uuid&package-manager=npm_and_yarn&previous-version=9.0.1&new-version=11.0.3)](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>


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to