Skip to content

Commit 0b119a5

Browse files
authored
chore(deps): update dependency uuid to v9 (#560)
1 parent 2512395 commit 0b119a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

background/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@google-cloud/functions": "^2.0.0",
2626
"mocha": "^9.0.0",
2727
"node-fetch": "^2.6.0",
28-
"uuid": "^8.1.0",
28+
"uuid": "^9.0.0",
2929
"wait-on": "^7.0.0"
3030
}
3131
}

gce/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"devDependencies": {
2323
"mocha": "^9.0.0",
24-
"uuid": "^8.1.0",
24+
"uuid": "^9.0.0",
2525
"chai": "^4.2.0",
2626
"node-fetch": "^2.6.0"
2727
}

0 commit comments

Comments
 (0)