Skip to content

Commit

Permalink
chore(deps): bump uuid from 9.0.1 to 11.0.5
Browse files Browse the repository at this point in the history
Bumps [uuid](https://github.com/uuidjs/uuid) from 9.0.1 to 11.0.5.
- [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.0.5)

---
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 9, 2025
1 parent 94cd046 commit cb52a3d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 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.0.5",
"zod": "3.24.1"
},
"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.0.5"
},
"scripts": {
"build": "yarn clean && tsc",
Expand Down
24 changes: 12 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6202,7 +6202,7 @@ __metadata:
nock: 14.0.1
rimraf: 6.0.1
typescript: ^5.0.4
uuid: 9.0.1
uuid: 11.0.5
zod: 3.24.1
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -6428,7 +6428,7 @@ __metadata:
rimraf: 6.0.1
ts-node: ^10.9.1
typescript: ^5.0.4
uuid: 9.0.1
uuid: 11.0.5
peerDependencies:
"@wireapp/store-engine": 5.x.x
languageName: unknown
Expand Down Expand Up @@ -20196,16 +20196,7 @@ __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"
bin:
uuid: dist/bin/uuid
checksum: 39931f6da74e307f51c0fb463dc2462807531dc80760a9bff1e35af4316131b4fc3203d16da60ae33f07fdca5b56f3f1dd662da0c99fea9aaeab2004780cc5f4
languageName: node
linkType: hard

"uuid@npm:^11.0.5":
"uuid@npm:11.0.5, uuid@npm:^11.0.5":
version: 11.0.5
resolution: "uuid@npm:11.0.5"
bin:
Expand All @@ -20221,6 +20212,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 cb52a3d

Please sign in to comment.