Skip to content

Commit 9eb49b9

Browse files
Bump nanoid from 3.3.13 to 3.3.15 in /ui (#3062)
Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.13 to 3.3.15. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ai/nanoid/releases">nanoid's releases</a>.</em></p> <blockquote> <h2>3.3.15</h2> <ul> <li>Fixed npm provenance error.</li> </ul> <h2>3.3.14</h2> <ul> <li>Fixed random pool corruption on big ID sizes.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/ai/nanoid/blob/3.3.15/CHANGELOG.md">nanoid's changelog</a>.</em></p> <blockquote> <h2>3.3.15</h2> <ul> <li>Fixed npm provenance error.</li> </ul> <h2>3.3.14</h2> <ul> <li>Fixed random pool corruption on big ID sizes.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ai/nanoid/commit/6819724a0ebe3d1980de66980f6bc5df4bf6a41f"><code>6819724</code></a> Release 3.3.15 version</li> <li><a href="https://github.com/ai/nanoid/commit/fb0b1371949181c827481202444ec6a762d592f6"><code>fb0b137</code></a> Fix tag for v3</li> <li><a href="https://github.com/ai/nanoid/commit/e084bc94d7ce7dc41f0ba4a46573b2990debad1c"><code>e084bc9</code></a> Back-port new release system and fix pre-commit hook</li> <li><a href="https://github.com/ai/nanoid/commit/7e32945f904bf213bb396b317d41c3ef349e40ca"><code>7e32945</code></a> Release 3.3.14 version</li> <li><a href="https://github.com/ai/nanoid/commit/6bd27b812e4e8c61a6bebf021745bade36c92431"><code>6bd27b8</code></a> Another way to deal with pool damage</li> <li><a href="https://github.com/ai/nanoid/commit/41ad2ac83e753ff32a1b7eb8ded5b513a1ae3f2d"><code>41ad2ac</code></a> Reduce ID size</li> <li><a href="https://github.com/ai/nanoid/commit/87591ad8dc9a5f2a4d676dd13ec40543e33a9ed8"><code>87591ad</code></a> Fix pnpm 11 support</li> <li>See full diff in <a href="https://github.com/ai/nanoid/compare/3.3.13...3.3.15">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/~GitHub%20Actions">GitHub Actions</a>, a new releaser for nanoid since your current version.</p> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=nanoid&package-manager=npm_and_yarn&previous-version=3.3.13&new-version=3.3.15)](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 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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4a82324 commit 9eb49b9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

ui/yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3422,9 +3422,9 @@ mz@^2.4.0:
34223422
thenify-all "^1.0.0"
34233423

34243424
nanoid@^3.3.12:
3425-
version "3.3.13"
3426-
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.13.tgz#d9666aa3eb9cebba69b0f8f9b84e509d46933deb"
3427-
integrity sha512-sPdqC6ByMVVGvF1ynvvMo0/o+oD1VX7DaHhijt1bFgjvBkHBib4t49GoNDhf2NDta4oeUNlaGbSt5K7qjZ955Q==
3425+
version "3.3.15"
3426+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.15.tgz#36c490fad8c6e86c824c940dfdde999b69ed4316"
3427+
integrity sha512-y7Wygv/7mEOvxTuEQDB8StXdMRBWf1kR/tlhAzBRUFkB2jfcLOAxO/SHmOO2zgz1pVgK29/kyupn059/bCHdjA==
34283428

34293429
natural-compare@^1.4.0:
34303430
version "1.4.0"

0 commit comments

Comments
 (0)