Skip to content

Commit

Permalink
Merge branch 'main' into remove-node-12-support
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] authored Sep 27, 2022
2 parents d8e6607 + 4ed5916 commit 87f01df
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
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,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.

Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"license": "MIT",
"dependencies": {
"node-fetch": "^2.6.1",
"uuid": "^8.0.0"
"uuid": "^9.0.0"
}
}

0 comments on commit 87f01df

Please sign in to comment.