Skip to content

Commit ef2f0ea

Browse files
chore: update uuid to ^11.1.1 in sixth chunk of packages (GoogleCloudPlatform#4358)
* chore: update uuid to ^11.1.1 in sixth 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 1b69b53 commit ef2f0ea

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

storagetransfer/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 LLC",
66
"engines": {
7-
"node": ">=16.0.0"
7+
"node": ">=20.0.0"
88
},
99
"files": [
1010
"*.js"
@@ -23,6 +23,6 @@
2323
"c8": "^10.0.0",
2424
"chai": "^4.5.0",
2525
"mocha": "^10.0.0",
26-
"uuid": "^10.0.0"
26+
"uuid": "^11.1.1"
2727
}
2828
}

talent/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 LLC",
66
"engines": {
7-
"node": ">=16.0.0"
7+
"node": ">=20.0.0"
88
},
99
"repository": "googleapis/nodejs-talent",
1010
"private": true,
@@ -26,6 +26,6 @@
2626
"c8": "^10.0.0",
2727
"chai": "^4.5.0",
2828
"mocha": "^10.0.0",
29-
"uuid": "^10.0.0"
29+
"uuid": "^11.1.1"
3030
}
3131
}

translate/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"!test/"
99
],
1010
"engines": {
11-
"node": ">=16.0.0"
11+
"node": ">=20.0.0"
1212
},
1313
"scripts": {
1414
"test": "c8 mocha -p -j 2 --recursive --timeout 240000"
@@ -25,6 +25,6 @@
2525
"c8": "^10.0.0",
2626
"chai": "^4.5.0",
2727
"mocha": "^10.0.0",
28-
"uuid": "^10.0.0"
28+
"uuid": "^11.1.1"
2929
}
3030
}

vision/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 LLC",
66
"engines": {
7-
"node": ">=16.0.0"
7+
"node": ">=20.0.0"
88
},
99
"files": [
1010
"*.js"
@@ -26,6 +26,6 @@
2626
"c8": "^10.0.0",
2727
"chai": "^4.5.0",
2828
"mocha": "^10.2.0",
29-
"uuid": "^10.0.0"
29+
"uuid": "^11.1.1"
3030
}
3131
}

0 commit comments

Comments
 (0)