Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion document-ai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"c8": "^10.0.0",
"chai": "^4.5.0",
"mocha": "^10.0.0",
"uuid": "^10.0.0"
"uuid": "^11.1.1"
Comment thread
angelcaamal marked this conversation as resolved.
}
}
2 changes: 1 addition & 1 deletion eventarc/generic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"mocha": "^10.0.0",
"sinon": "^18.0.0",
"supertest": "^7.0.0",
"uuid": "^10.0.0"
"uuid": "^11.1.1"
Comment thread
angelcaamal marked this conversation as resolved.
}
}
2 changes: 1 addition & 1 deletion functions/firebase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"proxyquire": "^2.1.0",
"sinon": "^18.0.0",
"supertest": "^7.0.0",
"uuid": "^10.0.0"
"uuid": "^11.1.1"
},
"dependencies": {
"@google-cloud/firestore": "^7.0.0"
Expand Down
2 changes: 1 addition & 1 deletion functions/helloworld/helloGCS/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"moment": "^2.24.0",
"promise-retry": "^2.0.0",
"sinon": "^18.0.0",
"uuid": "^10.0.0",
"uuid": "^11.1.1",
"wait-port": "^1.0.4"
}
}
2 changes: 1 addition & 1 deletion functions/helloworld/helloPubSub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"moment": "^2.29.4",
"promise-retry": "^2.0.0",
"sinon": "^18.0.0",
"uuid": "^10.0.0",
"uuid": "^11.1.1",
"wait-port": "^1.0.4"
}
}
2 changes: 1 addition & 1 deletion functions/helloworld/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"promise-retry": "^2.0.0",
"sinon": "^18.0.0",
"supertest": "^7.0.0",
"uuid": "^10.0.0",
"uuid": "^11.1.1",
"wait-port": "^1.0.4"
}
}
2 changes: 1 addition & 1 deletion functions/v2/autoLabelInstance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"p-retry": "^6.0.0",
"sinon": "^18.0.0",
"supertest": "^7.0.0",
"uuid": "^10.0.0"
"uuid": "^11.1.1"
}
}
2 changes: 1 addition & 1 deletion functions/v2/helloPubSub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"mocha": "^10.0.0",
"sinon": "^18.0.0",
"supertest": "^7.0.0",
"uuid": "^10.0.0"
"uuid": "^11.1.1"
}
}
2 changes: 1 addition & 1 deletion genai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"node-fetch": "^2.7.0",
"proxyquire": "^2.1.3",
"sinon": "^18.0.0",
"uuid": "^10.0.0"
"uuid": "^11.1.1"
}
}
2 changes: 1 addition & 1 deletion generative-ai/snippets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"chai": "^4.5.0",
"mocha": "^10.0.0",
"sinon": "^18.0.0",
"uuid": "^10.0.0"
"uuid": "^11.1.1"
}
}
Loading