Skip to content

Commit 664db42

Browse files
committed
chore: update uuid to ^11.1.1 in third chunk of packages
1 parent a9fbacb commit 664db42

10 files changed

Lines changed: 10 additions & 10 deletions

File tree

document-ai/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": "^11.1.1"
2525
}
2626
}

eventarc/generic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
"mocha": "^10.0.0",
2727
"sinon": "^18.0.0",
2828
"supertest": "^7.0.0",
29-
"uuid": "^10.0.0"
29+
"uuid": "^11.1.1"
3030
}
3131
}

functions/firebase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"proxyquire": "^2.1.0",
1717
"sinon": "^18.0.0",
1818
"supertest": "^7.0.0",
19-
"uuid": "^10.0.0"
19+
"uuid": "^11.1.1"
2020
},
2121
"dependencies": {
2222
"@google-cloud/firestore": "^7.0.0"

functions/helloworld/helloGCS/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"moment": "^2.24.0",
2929
"promise-retry": "^2.0.0",
3030
"sinon": "^18.0.0",
31-
"uuid": "^10.0.0",
31+
"uuid": "^11.1.1",
3232
"wait-port": "^1.0.4"
3333
}
3434
}

functions/helloworld/helloPubSub/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"moment": "^2.29.4",
2929
"promise-retry": "^2.0.0",
3030
"sinon": "^18.0.0",
31-
"uuid": "^10.0.0",
31+
"uuid": "^11.1.1",
3232
"wait-port": "^1.0.4"
3333
}
3434
}

functions/helloworld/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"promise-retry": "^2.0.0",
2626
"sinon": "^18.0.0",
2727
"supertest": "^7.0.0",
28-
"uuid": "^10.0.0",
28+
"uuid": "^11.1.1",
2929
"wait-port": "^1.0.4"
3030
}
3131
}

functions/v2/autoLabelInstance/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
"p-retry": "^6.0.0",
2626
"sinon": "^18.0.0",
2727
"supertest": "^7.0.0",
28-
"uuid": "^10.0.0"
28+
"uuid": "^11.1.1"
2929
}
3030
}

functions/v2/helloPubSub/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
"mocha": "^10.0.0",
2323
"sinon": "^18.0.0",
2424
"supertest": "^7.0.0",
25-
"uuid": "^10.0.0"
25+
"uuid": "^11.1.1"
2626
}
2727
}

genai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
"node-fetch": "^2.7.0",
3333
"proxyquire": "^2.1.3",
3434
"sinon": "^18.0.0",
35-
"uuid": "^10.0.0"
35+
"uuid": "^11.1.1"
3636
}
3737
}

generative-ai/snippets/package.json

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

0 commit comments

Comments
 (0)