Skip to content

Commit 0f0e3d1

Browse files
chore: bump uuid from 8.3.2 to 9.0.0 in /site (coder#3914)
Bumps [uuid](https://github.com/uuidjs/uuid) from 8.3.2 to 9.0.0. - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](uuidjs/uuid@v8.3.2...v9.0.0) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b077f71 commit 0f0e3d1

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

site/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"sourcemapped-stacktrace": "1.1.11",
6161
"swr": "1.3.0",
6262
"tzdata": "1.0.30",
63-
"uuid": "8.3.2",
63+
"uuid": "9.0.0",
6464
"xstate": "4.33.5",
6565
"xterm": "4.19.0",
6666
"xterm-addon-fit": "0.5.0",

site/yarn.lock

+9-4
Original file line numberDiff line numberDiff line change
@@ -14613,16 +14613,21 @@ uuid-browser@^3.1.0:
1461314613
resolved "https://registry.yarnpkg.com/uuid-browser/-/uuid-browser-3.1.0.tgz#0f05a40aef74f9e5951e20efbf44b11871e56410"
1461414614
integrity sha512-dsNgbLaTrd6l3MMxTtouOCFw4CBFc/3a+GgYA2YyrJvyQ1u6q4pcu3ktLoUZ/VN/Aw9WsauazbgsgdfVWgAKQg==
1461514615

14616-
uuid@8.3.2, uuid@^8.3.2:
14617-
version "8.3.2"
14618-
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
14619-
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==
14616+
uuid@9.0.0:
14617+
version "9.0.0"
14618+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-9.0.0.tgz#592f550650024a38ceb0c562f2f6aa435761efb5"
14619+
integrity sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg==
1462014620

1462114621
uuid@^3.3.2:
1462214622
version "3.4.0"
1462314623
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"
1462414624
integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==
1462514625

14626+
uuid@^8.3.2:
14627+
version "8.3.2"
14628+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
14629+
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==
14630+
1462614631
uvu@^0.5.0:
1462714632
version "0.5.6"
1462814633
resolved "https://registry.yarnpkg.com/uvu/-/uvu-0.5.6.tgz#2754ca20bcb0bb59b64e9985e84d2e81058502df"

0 commit comments

Comments
 (0)