Skip to content

Commit 7783e05

Browse files
committed
fix(deps): update dependency uuid to v14 [security]
1 parent e00990e commit 7783e05

44 files changed

Lines changed: 44 additions & 44 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

core/paginator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"proxyquire": "^2.1.3",
5353
"sinon": "^19.0.2",
5454
"typescript": "^5.8.2",
55-
"uuid": "^11.1.0"
55+
"uuid": "^14.0.0"
5656
},
5757
"dependencies": {
5858
"extend": "^3.0.2"

handwritten/bigquery-storage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"sinon": "21.0.3",
6767
"ts-loader": "^9.5.2",
6868
"typescript": "^5.8.2",
69-
"uuid": "^11.1.0",
69+
"uuid": "^14.0.0",
7070
"webpack": "^5.98.0",
7171
"webpack-cli": "^6.0.1"
7272
},

handwritten/bigtable/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
"tcp-port-used": "^1.0.2",
110110
"ts-loader": "^9.5.2",
111111
"typescript": "^5.8.2",
112-
"uuid": "8.0.0",
112+
"uuid": "14.0.0",
113113
"webpack": "^5.98.0",
114114
"webpack-cli": "^6.0.1"
115115
},

handwritten/error-reporting/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"proxyquire": "^2.1.3",
6969
"restify": "^11.0.0",
7070
"typescript": "^5.9.3",
71-
"uuid": "^8.3.2"
71+
"uuid": "^14.0.0"
7272
},
7373
"overrides": {
7474
"undici": "5.28.4",

handwritten/logging-bunyan/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"post-install-check": "0.0.1",
8282
"proxyquire": "^2.0.1",
8383
"typescript": "^5.1.6",
84-
"uuid": "^10.0.0"
84+
"uuid": "^14.0.0"
8585
},
8686
"peerDependencies": {
8787
"bunyan": "*"

handwritten/logging/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"on-finished": "^2.3.0",
6767
"pumpify": "^2.0.1",
6868
"stream-events": "^1.0.5",
69-
"uuid": "^9.0.0"
69+
"uuid": "^14.0.0"
7070
},
7171
"devDependencies": {
7272
"@google-cloud/bigquery": "^7.0.0",

handwritten/pubsub/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
"tmp": "^0.2.3",
106106
"ts-loader": "^9.5.2",
107107
"typescript": "^5.8.3",
108-
"uuid": "^11.1.0",
108+
"uuid": "^14.0.0",
109109
"webpack": "^5.99.5",
110110
"webpack-cli": "^6.0.1",
111111
"why-is-node-running": "^2.3.0",

handwritten/spanner/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"stream-events": "^1.0.5",
9696
"teeny-request": "^10.0.0",
9797
"through2": "^4.0.2",
98-
"uuid": "^11.1.0"
98+
"uuid": "^14.0.0"
9999
},
100100
"devDependencies": {
101101
"@grpc/reflection": "^1.0.4",

handwritten/storage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"p-limit": "^3.0.1",
9191
"retry-request": "^7.0.0",
9292
"teeny-request": "^9.0.0",
93-
"uuid": "^8.0.0"
93+
"uuid": "^14.0.0"
9494
},
9595
"devDependencies": {
9696
"@babel/cli": "^7.22.10",

packages/google-cloud-aiplatform/samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
"devDependencies": {
1919
"chai": "^4.2.0",
2020
"mocha": "^8.0.0",
21-
"uuid": "^9.0.0"
21+
"uuid": "^14.0.0"
2222
}
2323
}

0 commit comments

Comments
 (0)