Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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 handwritten/bigtable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"tcp-port-used": "^1.0.2",
"ts-loader": "^9.5.2",
"typescript": "^5.8.2",
"uuid": "8.0.0",
"uuid": "11.1.1",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The uuid dependency is pinned to a specific version (11.1.1), whereas other packages in this pull request and other dependencies in this file use caret ranges (e.g., ^11.1.1). For consistency and to ensure that future security patches within the same major version are automatically picked up, consider using a caret range.

Suggested change
"uuid": "11.1.1",
"uuid": "^11.1.1",

"webpack": "^5.98.0",
"webpack-cli": "^6.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion handwritten/error-reporting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"proxyquire": "^2.1.3",
"restify": "^11.0.0",
"typescript": "^5.9.3",
"uuid": "^8.3.2"
"uuid": "^14.0.0"
},
"overrides": {
"undici": "5.28.4",
Expand Down
2 changes: 1 addition & 1 deletion handwritten/google-cloud-dns/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^8.0.0",
"uuid": "^9.0.0"
"uuid": "^14.0.0"
}
}
2 changes: 1 addition & 1 deletion handwritten/logging-bunyan/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"post-install-check": "0.0.1",
"proxyquire": "^2.0.1",
"typescript": "^5.1.6",
"uuid": "^10.0.0"
"uuid": "^14.0.0"
},
"peerDependencies": {
"bunyan": "*"
Expand Down
2 changes: 1 addition & 1 deletion handwritten/logging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"on-finished": "^2.3.0",
"pumpify": "^2.0.1",
"stream-events": "^1.0.5",
"uuid": "^9.0.0"
"uuid": "^14.0.0"
},
"devDependencies": {
"@google-cloud/bigquery": "^7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion handwritten/storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"p-limit": "^3.0.1",
"retry-request": "^7.0.0",
"teeny-request": "^9.0.0",
"uuid": "^8.0.0"
"uuid": "^14.0.0"
},
"devDependencies": {
"@babel/cli": "^7.22.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-aiplatform/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^8.0.0",
"uuid": "^9.0.0"
"uuid": "^14.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/google-cloud-asset/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@google-cloud/bigquery": "^8.0.0",
"@google-cloud/compute": "^6.0.0",
"@google-cloud/storage": "^7.0.0",
"uuid": "^9.0.0",
"uuid": "^14.0.0",
"yargs": "^17.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-automl/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"@google-cloud/storage": "^7.0.1",
"chai": "^4.2.0",
"mocha": "^8.0.0",
"uuid": "^9.0.0"
"uuid": "^14.0.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"c8": "^10.0.0",
"chai": "^4.2.0",
"mocha": "^9.0.0",
"uuid": "^9.0.0"
"uuid": "^14.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/google-cloud-compute/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"chai": "^4.2.0",
"mocha": "^8.0.0",
"proxyquire": "^2.0.1",
"uuid": "^9.0.0"
"uuid": "^14.0.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"c8": "^10.0.0",
"chai": "^4.2.0",
"mocha": "^9.0.0",
"uuid": "^9.0.0"
"uuid": "^14.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/google-cloud-dataproc/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^8.0.0",
"uuid": "^9.0.0"
"uuid": "^14.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/google-cloud-dialogflow-cx/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"dependencies": {
"@google-cloud/dialogflow-cx": "^5.8.1",
"uuid": "^9.0.0"
"uuid": "^14.0.0"
},
"devDependencies": {
"c8": "^10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-dialogflow/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dependencies": {
"@google-cloud/dialogflow": "^7.6.1",
"pb-util": "^1.0.0",
"uuid": "^9.0.0",
"uuid": "^14.0.0",
"yargs": "^17.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-documentai/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@google-cloud/documentai": "^9.6.1",
"@google-cloud/storage": "^7.0.0",
"p-queue": "^8.0.0",
"uuid": "^9.0.0"
"uuid": "^14.0.0"
},
"devDependencies": {
"chai": "^4.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-iot/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"jsonwebtoken": "^9.0.0",
"mocha": "^8.1.1",
"mqtt": "^4.0.0",
"uuid": "^9.0.0",
"uuid": "^14.0.0",
"yargs": "^17.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/google-cloud-kms/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"c8": "^10.0.0",
"chai": "^4.2.0",
"mocha": "^8.0.0",
"uuid": "^9.0.0"
"uuid": "^14.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/google-cloud-language/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^8.0.0",
"uuid": "^9.0.0"
"uuid": "^14.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/google-cloud-monitoring/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^8.0.0",
"uuid": "^9.0.0"
"uuid": "^14.0.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^8.0.0",
"uuid": "^9.0.0"
"uuid": "^14.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/google-cloud-secretmanager/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"c8": "^10.0.0",
"chai": "^4.2.0",
"mocha": "^8.0.0",
"uuid": "^9.0.0"
"uuid": "^14.0.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^8.0.0",
"uuid": "^9.0.0"
"uuid": "^14.0.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@google-cloud/service-directory": "^6.1.2",
"eslint": "^8.0.0",
"json-schema": "^0.4.0",
"uuid": "^9.0.0"
"uuid": "^14.0.0"
},
"devDependencies": {
"c8": "^10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-speech/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"c8": "^10.0.0",
"chai": "^4.2.0",
"mocha": "^8.0.0",
"uuid": "^9.0.0"
"uuid": "^14.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/google-cloud-talent/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"dependencies": {
"@google-cloud/talent": "^7.1.2",
"uuid": "^9.0.0",
"uuid": "^14.0.0",
"yargs": "^17.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-tasks/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^8.0.0",
"uuid": "^9.0.0"
"uuid": "^14.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/google-cloud-translate/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"@google-cloud/storage": "^7.0.0",
"chai": "^4.2.0",
"mocha": "^8.0.0",
"uuid": "^9.0.0"
"uuid": "^14.0.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"c8": "^10.0.0",
"chai": "^4.2.0",
"mocha": "^9.0.0",
"uuid": "^9.0.0"
"uuid": "^14.0.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"@google-cloud/storage": "^7.0.0",
"c8": "^10.0.0",
"mocha": "^8.1.1",
"uuid": "^9.0.0"
"uuid": "^14.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/google-cloud-vision/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"@google-cloud/storage": "^7.0.0",
"chai": "^4.2.0",
"mocha": "^10.0.0",
"uuid": "^9.0.0"
"uuid": "^14.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/google-cloud-vmmigration/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"c8": "^10.0.0",
"chai": "^4.2.0",
"mocha": "^9.0.0",
"uuid": "^9.0.0"
"uuid": "^14.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/google-container/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"@google-cloud/container": "^6.8.0",
"uuid": "^9.0.0"
"uuid": "^14.0.0"
},
"devDependencies": {
"chai": "^4.2.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^9.0.0",
"uuid": "^9.0.0"
"uuid": "^14.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/google-privacy-dlp/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"mocha": "^8.0.0",
"pixelmatch": "^7.0.0",
"pngjs": "^6.0.0",
"uuid": "^9.0.0"
"uuid": "^14.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/google-storagetransfer/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"c8": "^10.0.0",
"chai": "^4.2.0",
"mocha": "^9.0.0",
"uuid": "^9.0.0"
"uuid": "^14.0.0"
}
}
Loading