Skip to content

Commit

Permalink
chore(deps): bump uuid from 9.0.1 to 11.0.4
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.4.
- [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.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 5, 2025
1 parent eeda720 commit 726938f
Show file tree
Hide file tree
Showing 3 changed files with 9 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.1",
"logdown": "3.3.1",
"long": "^5.2.0",
"uuid": "9.0.1",
"uuid": "11.0.4",
"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.4"
},
"scripts": {
"build": "yarn clean && tsc",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5817,7 +5817,7 @@ __metadata:
nock: 13.5.6
rimraf: 6.0.1
typescript: ^5.0.4
uuid: 9.0.1
uuid: 11.0.4
zod: 3.24.1
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -6035,7 +6035,7 @@ __metadata:
rimraf: 6.0.1
ts-node: ^10.9.1
typescript: ^5.0.4
uuid: 9.0.1
uuid: 11.0.4
peerDependencies:
"@wireapp/store-engine": 5.x.x
languageName: unknown
Expand Down Expand Up @@ -21021,12 +21021,12 @@ __metadata:
languageName: node
linkType: hard

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

Expand Down

0 comments on commit 726938f

Please sign in to comment.