Skip to content

Commit

Permalink
chore(deps): bump uuid and @types/uuid (#140)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 27, 2024
1 parent 5dae763 commit 474a317
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"send": "^0.17.1",
"signale": "^1.4.0",
"tslib": "^2.2.0",
"uuid": "^7.0.2"
"uuid": "^10.0.0"
},
"devDependencies": {
"@types/commander": "^2.12.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/sumi-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@
"md5": "^2.3.0",
"mobx-react-lite": "^4.0.7",
"tslib": "^2.2.0",
"uuid": "^3.3.2",
"uuid": "^10.0.0",
"vscode-languageserver-types": "~3.14.0"
},
"devDependencies": {
"@types/fs-extra": "^9.0.4",
"@types/lodash.debounce": "^4.0.6",
"@types/md5": "^2.2.1",
"@types/uuid": "^3",
"@types/uuid": "^10",
"vscode": "^1.1.37"
}
}
32 changes: 16 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ __metadata:
send: "npm:^0.17.1"
signale: "npm:^1.4.0"
tslib: "npm:^2.2.0"
uuid: "npm:^7.0.2"
uuid: "npm:^10.0.0"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -815,7 +815,7 @@ __metadata:
"@types/fs-extra": "npm:^9.0.4"
"@types/lodash.debounce": "npm:^4.0.6"
"@types/md5": "npm:^2.2.1"
"@types/uuid": "npm:^3"
"@types/uuid": "npm:^10"
assert: "npm:^2.0.0"
fs-extra-factory: "npm:^0.2.1"
iconv-lite-umd: "npm:^0.6.8"
Expand All @@ -824,7 +824,7 @@ __metadata:
md5: "npm:^2.3.0"
mobx-react-lite: "npm:^4.0.7"
tslib: "npm:^2.2.0"
uuid: "npm:^3.3.2"
uuid: "npm:^10.0.0"
vscode: "npm:^1.1.37"
vscode-languageserver-types: "npm:~3.14.0"
languageName: unknown
Expand Down Expand Up @@ -2957,10 +2957,10 @@ __metadata:
languageName: node
linkType: hard

"@types/uuid@npm:^3":
version: 3.4.13
resolution: "@types/uuid@npm:3.4.13"
checksum: 10/906c4bc29711b0fcdca4303a66a58c611a195b782b33e194ab80b4453a0aee26416bb04596a6e34a97dafa28e25fac9d5be5fcc0b5eae422e850200981d78f18
"@types/uuid@npm:^10":
version: 10.0.0
resolution: "@types/uuid@npm:10.0.0"
checksum: 10/e3958f8b0fe551c86c14431f5940c3470127293280830684154b91dc7eb3514aeb79fe3216968833cf79d4d1c67f580f054b5be2cd562bebf4f728913e73e944
languageName: node
linkType: hard

Expand Down Expand Up @@ -16329,6 +16329,15 @@ __metadata:
languageName: node
linkType: hard

"uuid@npm:^10.0.0":
version: 10.0.0
resolution: "uuid@npm:10.0.0"
bin:
uuid: dist/bin/uuid
checksum: 10/35aa60614811a201ff90f8ca5e9ecb7076a75c3821e17f0f5ff72d44e36c2d35fcbc2ceee9c4ac7317f4cc41895da30e74f3885e30313bee48fda6338f250538
languageName: node
linkType: hard

"uuid@npm:^3.3.2":
version: 3.4.0
resolution: "uuid@npm:3.4.0"
Expand All @@ -16338,15 +16347,6 @@ __metadata:
languageName: node
linkType: hard

"uuid@npm:^7.0.2":
version: 7.0.3
resolution: "uuid@npm:7.0.3"
bin:
uuid: dist/bin/uuid
checksum: 10/b2a4d30ecd6581015175487426558aafd7f7b4013a2e30802c128cc28cad9abe46ecd36c02f7fbcde7908fd4672334818d56a441c0871963d6bd89d911bef2ea
languageName: node
linkType: hard

"uuid@npm:^8.3.0, uuid@npm:^8.3.2":
version: 8.3.2
resolution: "uuid@npm:8.3.2"
Expand Down

0 comments on commit 474a317

Please sign in to comment.