Skip to content

Commit

Permalink
fix(deps): update dependency uuid to v10 (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Jun 10, 2024
1 parent a763a98 commit c7ffadf
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion examples/nested-messages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"esbuild": "0.21.3",
"eventemitter3": "^5.0.0",
"express": "^4.19.2",
"uuid": "^9.0.0"
"uuid": "^10.0.0"
},
"devDependencies": {
"glob": "^10.3.12",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"decimal.js-light": "^2.5.0",
"eventemitter3": "^5.0.0",
"lodash.transform": "^4.6.0",
"uuid": "^9.0.1",
"uuid": "^10.0.0",
"zod": "^3.9.8"
},
"devDependencies": {
Expand Down
20 changes: 10 additions & 10 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c7ffadf

Please sign in to comment.