From 95a5c925ae9e393ab5fb2b682ee5d18b83fa5567 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 4 Nov 2024 14:34:35 +0000 Subject: [PATCH] fix(deps): update dependency uuid to v11 --- package.json | 2 +- samples/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c0b1a07e9..e3622f7d4 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ "tcp-port-used": "^1.0.2", "ts-loader": "^9.0.0", "typescript": "^5.1.6", - "uuid": "^9.0.0", + "uuid": "^11.0.0", "webpack": "^5.0.0", "webpack-cli": "^5.0.0" }, diff --git a/samples/package.json b/samples/package.json index 7c98ce55a..ca540b56d 100644 --- a/samples/package.json +++ b/samples/package.json @@ -15,7 +15,7 @@ }, "dependencies": { "@google-cloud/bigtable": "^5.1.2", - "uuid": "^9.0.0", + "uuid": "^11.0.0", "yargs": "^16.0.0" }, "devDependencies": {