Skip to content

Commit 1453cdb

Browse files
chore: update uuid to ^11.1.1 in fifth chunk of packages (GoogleCloudPlatform#4357)
* chore: update uuid to ^11.1.1 in fifth chunk of packages * chore: update engines node version to 22 * chore: update engines node version to 20 --------- Co-authored-by: Adam Ross <adamross@google.com>
1 parent ef2f0ea commit 1453cdb

10 files changed

Lines changed: 11 additions & 11 deletions

File tree

model-armor/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": "^5.2.1",
2323
"mocha": "^11.7.1",
24-
"uuid": "^11.1.0"
24+
"uuid": "^11.1.1"
2525
}
2626
}

monitoring/snippets/package.json

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

parametermanager/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
"c8": "^10.1.3",
2626
"chai": "^4.5.0",
2727
"mocha": "^11.1.0",
28-
"uuid": "^11.0.5"
28+
"uuid": "^11.1.1"
2929
}
3030
}

run/pubsub/package.json

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

secret-manager/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
}

security-center/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.4.0",
24-
"uuid": "^10.0.0",
24+
"uuid": "^11.1.1",
2525
"@google-cloud/bigquery": "^7.0.0"
2626
}
2727
}

service-directory/snippets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
"c8": "^10.0.0",
2020
"chai": "^4.5.0",
2121
"mocha": "^10.0.0",
22-
"uuid": "^10.0.0"
22+
"uuid": "^11.1.1"
2323
}
2424
}

speech/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@
2727
"c8": "^10.0.0",
2828
"chai": "^4.5.0",
2929
"mocha": "^10.0.0",
30-
"uuid": "^10.0.0"
30+
"uuid": "^11.1.1"
3131
}
3232
}

storage-control/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
"c8": "^10.0.0",
1818
"chai": "^4.5.0",
1919
"mocha": "^10.7.0",
20-
"uuid": "^10.0.0"
20+
"uuid": "^11.1.1"
2121
}
2222
}

storage/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "Apache-2.0",
55
"author": "Google Inc.",
66
"engines": {
7-
"node": ">=12"
7+
"node": ">=20.0.0"
88
},
99
"repository": "googleapis/nodejs-storage",
1010
"private": true,
@@ -19,7 +19,7 @@
1919
"@google-cloud/pubsub": "^4.0.0",
2020
"@google-cloud/storage": "^7.19.0",
2121
"node-fetch": "^2.6.7",
22-
"uuid": "^8.0.0",
22+
"uuid": "^11.1.1",
2323
"yargs": "^16.0.0"
2424
},
2525
"devDependencies": {

0 commit comments

Comments
 (0)