Skip to content

Commit

Permalink
fix(deps): update dependency uuid to v9 (#5068)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and kodiakhq[bot] committed Sep 27, 2022
1 parent e977945 commit 4ed5916
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 30 deletions.
55 changes: 35 additions & 20 deletions npm-shrinkwrap.json

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

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -326,7 +326,7 @@
"toml": "^3.0.0",
"unixify": "^1.0.0",
"update-notifier": "^5.0.0",
"uuid": "^8.0.0",
"uuid": "^9.0.0",
"wait-port": "^0.3.0",
"winston": "^3.2.1",
"write-file-atomic": "^4.0.0"
Expand Down

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

Expand Up @@ -20,6 +20,6 @@
"license": "MIT",
"dependencies": {
"node-fetch": "^2.6.1",
"uuid": "^8.0.0"
"uuid": "^9.0.0"
}
}

1 comment on commit 4ed5916

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📊 Benchmark results

Package size: 223 MB

Please sign in to comment.