Skip to content

Commit

Permalink
chore(deps): update dependency uuid to v9 (#4506)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 9, 2023
1 parent 271879f commit 83c6ce9
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 7 deletions.
42 changes: 37 additions & 5 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
"tmp-promise": "^3.0.2",
"ts-node": "^10.9.1",
"typescript": "^5.0.0",
"uuid": "^8.0.0",
"uuid": "^9.0.0",
"yargs": "^17.6.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/js-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"nock": "^13.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.0.0",
"uuid": "^8.3.2"
"uuid": "^9.0.0"
},
"engines": {
"node": "^14.16.0 || >=16.0.0"
Expand Down

0 comments on commit 83c6ce9

Please sign in to comment.