Skip to content

Commit

Permalink
chore(deps): bump uuid from 9.0.1 to 11.1.0
Browse files Browse the repository at this point in the history
Bumps [uuid](https://github.com/uuidjs/uuid) from 9.0.1 to 11.1.0.
- [Release notes](https://github.com/uuidjs/uuid/releases)
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)
- [Commits](uuidjs/uuid@v9.0.1...v11.1.0)

---
updated-dependencies:
- dependency-name: uuid
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 23, 2025
1 parent d3edf26 commit 61f2646
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"idb": "8.0.2",
"logdown": "3.3.1",
"long": "^5.2.0",
"uuid": "9.0.1",
"uuid": "11.1.0",
"zod": "3.24.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/store-engine-dexie/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"rimraf": "6.0.1",
"ts-node": "^10.9.1",
"typescript": "^5.0.4",
"uuid": "9.0.1"
"uuid": "11.1.0"
},
"scripts": {
"build": "yarn clean && tsc",
Expand Down
23 changes: 16 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6488,7 +6488,7 @@ __metadata:
nock: 14.0.1
rimraf: 6.0.1
typescript: ^5.0.4
uuid: 9.0.1
uuid: 11.1.0
zod: 3.24.2
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -6714,7 +6714,7 @@ __metadata:
rimraf: 6.0.1
ts-node: ^10.9.1
typescript: ^5.0.4
uuid: 9.0.1
uuid: 11.1.0
peerDependencies:
"@wireapp/store-engine": 5.x.x
languageName: unknown
Expand Down Expand Up @@ -20559,12 +20559,12 @@ __metadata:
languageName: node
linkType: hard

"uuid@npm:9.0.1, uuid@npm:^9.0.0":
version: 9.0.1
resolution: "uuid@npm:9.0.1"
"uuid@npm:11.1.0":
version: 11.1.0
resolution: "uuid@npm:11.1.0"
bin:
uuid: dist/bin/uuid
checksum: 39931f6da74e307f51c0fb463dc2462807531dc80760a9bff1e35af4316131b4fc3203d16da60ae33f07fdca5b56f3f1dd662da0c99fea9aaeab2004780cc5f4
uuid: dist/esm/bin/uuid
checksum: 840f19758543c4631e58a29439e51b5b669d5f34b4dd2700b6a1d15c5708c7a6e0c3e2c8c4a2eae761a3a7caa7e9884d00c86c02622ba91137bd3deade6b4b4a
languageName: node
linkType: hard

Expand All @@ -20584,6 +20584,15 @@ __metadata:
languageName: node
linkType: hard

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

"v8-compile-cache-lib@npm:^3.0.1":
version: 3.0.1
resolution: "v8-compile-cache-lib@npm:3.0.1"
Expand Down

0 comments on commit 61f2646

Please sign in to comment.