Skip to content

Commit

Permalink
chore(deps): bump uuid and @types/uuid
Browse files Browse the repository at this point in the history
Bumps [uuid](https://github.com/uuidjs/uuid) and [@types/uuid](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/uuid). These dependencies needed to be updated together.

Updates `uuid` from 9.0.1 to 10.0.0
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)
- [Commits](uuidjs/uuid@v9.0.1...v10.0.0)

Updates `@types/uuid` from 9.0.8 to 10.0.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/uuid)

---
updated-dependencies:
- dependency-name: uuid
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: "@types/uuid"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 7, 2024
1 parent 485ae0e commit 55a20db
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 22 deletions.
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"idb": "8.0.0",
"logdown": "3.3.1",
"long": "^5.2.0",
"uuid": "9.0.1",
"uuid": "10.0.0",
"zod": "3.23.8"
},
"devDependencies": {
Expand All @@ -38,7 +38,7 @@
"@types/long": "^5.0.0",
"@types/rimraf": "4.0.5",
"@types/tough-cookie": "4.0.5",
"@types/uuid": "9.0.8",
"@types/uuid": "10.0.0",
"commander": "12.1.0",
"cross-env": "7.0.3",
"dotenv-defaults": "5.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/store-engine-dexie/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@types/jest": "^29.2.0",
"@types/node": "^20.1.0",
"@types/rimraf": "4.0.5",
"@types/uuid": "9.0.8",
"@types/uuid": "10.0.0",
"@wireapp/store-engine": "workspace:^",
"core-js": "^3.36.0",
"fake-indexeddb": "^5.0.2",
Expand All @@ -28,7 +28,7 @@
"rimraf": "5.0.7",
"ts-node": "^10.9.1",
"typescript": "^5.0.4",
"uuid": "9.0.1"
"uuid": "10.0.0"
},
"scripts": {
"build": "yarn clean && tsc",
Expand Down
27 changes: 9 additions & 18 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4605,10 +4605,10 @@ __metadata:
languageName: node
linkType: hard

"@types/uuid@npm:9.0.8":
version: 9.0.8
resolution: "@types/uuid@npm:9.0.8"
checksum: b8c60b7ba8250356b5088302583d1704a4e1a13558d143c549c408bf8920535602ffc12394ede77f8a8083511b023704bc66d1345792714002bfa261b17c5275
"@types/uuid@npm:10.0.0":
version: 10.0.0
resolution: "@types/uuid@npm:10.0.0"
checksum: e3958f8b0fe551c86c14431f5940c3470127293280830684154b91dc7eb3514aeb79fe3216968833cf79d4d1c67f580f054b5be2cd562bebf4f728913e73e944
languageName: node
linkType: hard

Expand Down Expand Up @@ -5196,7 +5196,7 @@ __metadata:
"@types/long": ^5.0.0
"@types/rimraf": 4.0.5
"@types/tough-cookie": 4.0.5
"@types/uuid": 9.0.8
"@types/uuid": 10.0.0
"@wireapp/api-client": "workspace:^"
"@wireapp/commons": "workspace:^"
"@wireapp/core-crypto": 1.0.0-rc.60
Expand All @@ -5222,7 +5222,7 @@ __metadata:
nock: 13.5.4
rimraf: 5.0.7
typescript: ^5.0.4
uuid: 9.0.1
uuid: 10.0.0
zod: 3.23.8
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -5435,7 +5435,7 @@ __metadata:
"@types/jest": ^29.2.0
"@types/node": ^20.1.0
"@types/rimraf": 4.0.5
"@types/uuid": 9.0.8
"@types/uuid": 10.0.0
"@wireapp/store-engine": "workspace:^"
core-js: ^3.36.0
dexie: ">3.2.0"
Expand All @@ -5445,7 +5445,7 @@ __metadata:
rimraf: 5.0.7
ts-node: ^10.9.1
typescript: ^5.0.4
uuid: 9.0.1
uuid: 10.0.0
peerDependencies:
"@wireapp/store-engine": 5.x.x
languageName: unknown
Expand Down Expand Up @@ -19343,16 +19343,7 @@ __metadata:
languageName: node
linkType: hard

"uuid@npm:9.0.1":
version: 9.0.1
resolution: "uuid@npm:9.0.1"
bin:
uuid: dist/bin/uuid
checksum: 39931f6da74e307f51c0fb463dc2462807531dc80760a9bff1e35af4316131b4fc3203d16da60ae33f07fdca5b56f3f1dd662da0c99fea9aaeab2004780cc5f4
languageName: node
linkType: hard

"uuid@npm:^10.0.0":
"uuid@npm:10.0.0, uuid@npm:^10.0.0":
version: 10.0.0
resolution: "uuid@npm:10.0.0"
bin:
Expand Down

0 comments on commit 55a20db

Please sign in to comment.