Skip to content

Commit

Permalink
fix(deps): update dependency uuid to v10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and lordrip committed Jun 17, 2024
1 parent c2a8db4 commit 593f6ff
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"uniforms": "4.0.0-alpha.5",
"uniforms-bridge-json-schema": "4.0.0-alpha.5",
"usehooks-ts": "^3.0.0",
"uuid": "^9.0.0",
"uuid": "^10.0.0",
"yaml": "^2.3.2",
"zustand": "^4.3.9"
},
Expand Down
11 changes: 10 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2534,7 +2534,7 @@ __metadata:
uniforms: 4.0.0-alpha.5
uniforms-bridge-json-schema: 4.0.0-alpha.5
usehooks-ts: ^3.0.0
uuid: ^9.0.0
uuid: ^10.0.0
vite: ^4.4.5
vite-plugin-dts: ^3.5.1
vite-plugin-static-copy: ^1.0.0
Expand Down Expand Up @@ -19150,6 +19150,15 @@ __metadata:
languageName: node
linkType: hard

"uuid@npm:^10.0.0":
version: 10.0.0
resolution: "uuid@npm:10.0.0"
bin:
uuid: dist/bin/uuid
checksum: 4b81611ade2885d2313ddd8dc865d93d8dccc13ddf901745edca8f86d99bc46d7a330d678e7532e7ebf93ce616679fb19b2e3568873ac0c14c999032acb25869
languageName: node
linkType: hard

"uuid@npm:^8.3.2":
version: 8.3.2
resolution: "uuid@npm:8.3.2"
Expand Down

0 comments on commit 593f6ff

Please sign in to comment.