mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
chore: bump uuid from 9.0.0 to 9.0.1 in /site (#14956)
Bumps [uuid](https://github.com/uuidjs/uuid) from 9.0.0 to 9.0.1. <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/v9.0.0...v9.0.1">9.0.1</a> (2023-09-12)</h2> <h3>build</h3> <ul> <li>Fix CI to work with Node.js 20.x</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/uuidjs/uuid/commit/b3f142f7efa6d335cd667413b8a5860d2dd04ebf"><code>b3f142f</code></a> chore(release): 9.0.1</li> <li><a href="https://github.com/uuidjs/uuid/commit/fc5d64346a8a93324b7f8f87bdc6b96164f35ba0"><code>fc5d643</code></a> chore: add node@12 back to CI, update readme (<a href="https://redirect.github.com/uuidjs/uuid/issues/733">#733</a>)</li> <li><a href="https://github.com/uuidjs/uuid/commit/462128b660e477c8878a991073547c01ffaf76e6"><code>462128b</code></a> ci: update node versions for cI (<a href="https://redirect.github.com/uuidjs/uuid/issues/732">#732</a>)</li> <li><a href="https://github.com/uuidjs/uuid/commit/4de23a6030e65ac72b3b015680f08e7e292681ed"><code>4de23a6</code></a> test: remove missing getRandomValues test (<a href="https://redirect.github.com/uuidjs/uuid/issues/709">#709</a>)</li> <li><a href="https://github.com/uuidjs/uuid/commit/6eef540aa3407b15e1e7573f45ff17098e9343ea"><code>6eef540</code></a> chore: adapt bundlewatch config to new main branch name (<a href="https://redirect.github.com/uuidjs/uuid/issues/705">#705</a>)</li> <li><a href="https://github.com/uuidjs/uuid/commit/60ffc406a38128f6dbc8c1d581681843dcf5d0c1"><code>60ffc40</code></a> chore: run npm audit fix for json5 (<a href="https://redirect.github.com/uuidjs/uuid/issues/704">#704</a>)</li> <li><a href="https://github.com/uuidjs/uuid/commit/862562e7a20834532045ecf45266c391cf12e5c7"><code>862562e</code></a> ci: run browser tests on pull_request_target (<a href="https://redirect.github.com/uuidjs/uuid/issues/703">#703</a>)</li> <li><a href="https://github.com/uuidjs/uuid/commit/e6b0c909b47f963b63e594bdafa31e958bf2a4d3"><code>e6b0c90</code></a> chore: minor typos in non-code areas (<a href="https://redirect.github.com/uuidjs/uuid/issues/702">#702</a>)</li> <li><a href="https://github.com/uuidjs/uuid/commit/8f028c4ea42ce41a9a9dc5fa634abe525b2e2066"><code>8f028c4</code></a> chore: upgrade and fix the stale-issues workflow (<a href="https://redirect.github.com/uuidjs/uuid/issues/699">#699</a>)</li> <li><a href="https://github.com/uuidjs/uuid/commit/1ebda6cbfe9ec731a6f6f80c8b1938267a97afbb"><code>1ebda6c</code></a> chore: add SECURITY.md, fixes <a href="https://redirect.github.com/uuidjs/uuid/issues/696">#696</a> (<a href="https://redirect.github.com/uuidjs/uuid/issues/697">#697</a>)</li> <li>Additional commits viewable in <a href="https://github.com/uuidjs/uuid/compare/v9.0.0...v9.0.1">compare view</a></li> </ul> </details> <br /> [](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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
+1
-1
@@ -98,7 +98,7 @@
|
||||
"ufuzzy": "npm:@leeoniya/ufuzzy@1.0.10",
|
||||
"undici": "6.19.7",
|
||||
"unique-names-generator": "4.7.1",
|
||||
"uuid": "9.0.0",
|
||||
"uuid": "9.0.1",
|
||||
"yup": "1.4.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
Generated
+6
-6
@@ -208,8 +208,8 @@ importers:
|
||||
specifier: 4.7.1
|
||||
version: 4.7.1
|
||||
uuid:
|
||||
specifier: 9.0.0
|
||||
version: 9.0.0
|
||||
specifier: 9.0.1
|
||||
version: 9.0.1
|
||||
yup:
|
||||
specifier: 1.4.0
|
||||
version: 1.4.0
|
||||
@@ -6767,8 +6767,8 @@ packages:
|
||||
resolution: {integrity: sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==}
|
||||
engines: {node: '>= 0.4.0'}
|
||||
|
||||
uuid@9.0.0:
|
||||
resolution: {integrity: sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg==}
|
||||
uuid@9.0.1:
|
||||
resolution: {integrity: sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==}
|
||||
hasBin: true
|
||||
|
||||
v8-compile-cache-lib@3.0.1:
|
||||
@@ -9298,7 +9298,7 @@ snapshots:
|
||||
'@types/uuid': 9.0.2
|
||||
dequal: 2.0.3
|
||||
polished: 4.2.2
|
||||
uuid: 9.0.0
|
||||
uuid: 9.0.1
|
||||
|
||||
'@storybook/addon-backgrounds@8.1.11':
|
||||
dependencies:
|
||||
@@ -14808,7 +14808,7 @@ snapshots:
|
||||
|
||||
utils-merge@1.0.1: {}
|
||||
|
||||
uuid@9.0.0: {}
|
||||
uuid@9.0.1: {}
|
||||
|
||||
v8-compile-cache-lib@3.0.1: {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user