Skip to content

Commit

Permalink
chore(deps): bump uuidjs from 4.2.13 to 5.0.1
Browse files Browse the repository at this point in the history
Bumps [uuidjs](https://github.com/LiosK/UUID.js) from 4.2.13 to 5.0.1.
- [Release notes](https://github.com/LiosK/UUID.js/releases)
- [Changelog](https://github.com/LiosK/UUID.js/blob/master/CHANGELOG.md)
- [Commits](LiosK/UUID.js@v4.2.13...v5.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 30, 2023
1 parent 5d3b488 commit 17d9efa
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": "7.1.1",
"logdown": "3.3.1",
"long": "^5.2.0",
"uuidjs": "4.2.13"
"uuidjs": "5.0.1"
},
"devDependencies": {
"@faker-js/faker": "^7.6.0",
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 @@ -26,7 +26,7 @@
"rimraf": "^3.0.2",
"ts-node": "^10.9.1",
"typescript": "^4.8.4",
"uuidjs": "4.2.13"
"uuidjs": "5.0.1"
},
"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 @@ -4419,7 +4419,7 @@ __metadata:
nock: 13.3.1
rimraf: ^3.0.2
typescript: ^4.8.4
uuidjs: 4.2.13
uuidjs: 5.0.1
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -4661,7 +4661,7 @@ __metadata:
rimraf: ^3.0.2
ts-node: ^10.9.1
typescript: ^4.8.4
uuidjs: 4.2.13
uuidjs: 5.0.1
peerDependencies:
"@wireapp/store-engine": 5.x.x
languageName: unknown
Expand Down Expand Up @@ -17661,12 +17661,12 @@ __metadata:
languageName: node
linkType: hard

"uuidjs@npm:4.2.13":
version: 4.2.13
resolution: "uuidjs@npm:4.2.13"
"uuidjs@npm:5.0.1":
version: 5.0.1
resolution: "uuidjs@npm:5.0.1"
bin:
uuidjs: bin/cli.js
checksum: 67d4a32f6abbe68f692d57d9524aa01e2959a30dadf6e47779a6f31807dc89da057da349e02a4ded08b8f53bbbe29bb3a46fb667a59d5ed9627d5eebef55a6ad
uuidjs: dist/cli.js
checksum: 9e0c45ab2147127465d51ed61ee037015807c37bba4b26dfdb51779533623df038bce33364fe8801c757da68ce88a2187f885f73beb7f4f550f6116cab9558db
languageName: node
linkType: hard

Expand Down

0 comments on commit 17d9efa

Please sign in to comment.