Skip to content

Commit 863a29e

Browse files
committed
fix(deps): update dependency uuid to v14 [security]
1 parent 0f66e3e commit 863a29e

54 files changed

Lines changed: 54 additions & 54 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.

ai-platform/snippets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"c8": "^10.0.0",
2222
"chai": "^4.5.0",
2323
"mocha": "^10.0.0",
24-
"uuid": "^10.0.0",
24+
"uuid": "^14.0.0",
2525
"sinon": "^18.0.0"
2626
}
2727
}

appengine/storage/flexible/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
"mocha": "^10.2.0",
2525
"proxyquire": "^2.1.3",
2626
"supertest": "^7.0.0",
27-
"uuid": "^10.0.0"
27+
"uuid": "^14.0.0"
2828
}
2929
}

appengine/storage/standard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
"mocha": "^10.2.0",
2525
"proxyquire": "^2.1.3",
2626
"supertest": "^7.0.0",
27-
"uuid": "^10.0.0"
27+
"uuid": "^14.0.0"
2828
}
2929
}

asset/snippets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
"gts": "^5.0.0",
2929
"mocha": "^10.0.0",
3030
"sinon": "^18.0.0",
31-
"uuid": "^10.0.0"
31+
"uuid": "^14.0.0"
3232
}
3333
}

auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
"devDependencies": {
3333
"c8": "^10.0.0",
3434
"mocha": "^10.0.0",
35-
"uuid": "^10.0.0"
35+
"uuid": "^14.0.0"
3636
}
3737
}

automl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
"c8": "^10.0.0",
2525
"chai": "^4.5.0",
2626
"mocha": "^10.0.0",
27-
"uuid": "^10.0.0"
27+
"uuid": "^14.0.0"
2828
}
2929
}

cloud-language/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
"c8": "^10.0.0",
2525
"chai": "^4.5.0",
2626
"mocha": "^10.0.0",
27-
"uuid": "^10.0.0"
27+
"uuid": "^14.0.0"
2828
}
2929
}

cloud-tasks/snippets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
"c8": "^10.0.0",
2323
"chai": "^4.5.0",
2424
"mocha": "^10.0.0",
25-
"uuid": "^10.0.0"
25+
"uuid": "^14.0.0"
2626
}
2727
}

compute/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
"chai": "^4.5.0",
2727
"mocha": "^10.0.0",
2828
"proxyquire": "^2.0.1",
29-
"uuid": "^10.0.0"
29+
"uuid": "^14.0.0"
3030
}
3131
}

contact-center-insights/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
"c8": "^10.0.0",
2222
"chai": "^4.5.0",
2323
"mocha": "^10.0.0",
24-
"uuid": "^10.0.0"
24+
"uuid": "^14.0.0"
2525
}
2626
}

0 commit comments

Comments
 (0)