Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
chore(deps): update dependency uuid to v9 (#585)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Sep 9, 2022
1 parent 4bbcd42 commit 5b173f8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion samples/access_token_example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
},
"devDependencies": {
"mocha": "^8.1.1",
"uuid": "^8.0.0"
"uuid": "^9.0.0"
}
}
2 changes: 1 addition & 1 deletion samples/http_example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"devDependencies": {
"@google-cloud/pubsub": "^3.0.0",
"mocha": "^8.1.1",
"uuid": "^8.0.0"
"uuid": "^9.0.0"
}
}
2 changes: 1 addition & 1 deletion samples/manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
},
"devDependencies": {
"mocha": "^8.1.1",
"uuid": "^8.0.0"
"uuid": "^9.0.0"
}
}
2 changes: 1 addition & 1 deletion samples/mqtt_example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
},
"devDependencies": {
"mocha": "^8.1.1",
"uuid": "^8.0.0"
"uuid": "^9.0.0"
}
}
2 changes: 1 addition & 1 deletion samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"jsonwebtoken": "^8.5.0",
"mocha": "^8.1.1",
"mqtt": "^4.0.0",
"uuid": "^8.0.0",
"uuid": "^9.0.0",
"yargs": "^16.0.0"
}
}

0 comments on commit 5b173f8

Please sign in to comment.