Skip to content

Commit 42edcf0

Browse files
chore: update uuid to ^11.1.1 in first chunk of packages (GoogleCloudPlatform#4353)
* chore: update uuid to ^11.1.1 in first chunk of packages * chore: update engines node version to 20 --------- Co-authored-by: Adam Ross <adamross@google.com>
1 parent 888d89c commit 42edcf0

10 files changed

Lines changed: 13 additions & 14 deletions

File tree

ai-platform/snippets/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@
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
"sinon": "^18.0.0"
2626
}
2727
}
28-

appengine/storage/flexible/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"test": "c8 mocha -p -j 2 system-test/*.test.js --exit --timeout=30000"
77
},
88
"engines": {
9-
"node": ">=16.0.0"
9+
"node": ">=20.0.0"
1010
},
1111
"dependencies": {
1212
"@google-cloud/storage": "^7.0.0",
@@ -24,6 +24,6 @@
2424
"mocha": "^10.2.0",
2525
"proxyquire": "^2.1.3",
2626
"supertest": "^7.0.0",
27-
"uuid": "^10.0.0"
27+
"uuid": "^11.1.1"
2828
}
2929
}

appengine/storage/flexible_nodejs16_and_earlier/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"test": "c8 mocha -p -j 2 system-test/*.test.js --exit --timeout=30000"
77
},
88
"engines": {
9-
"node": "16.x.x"
9+
"node": ">=20.0.0"
1010
},
1111
"dependencies": {
1212
"@google-cloud/storage": "^7.0.0",
@@ -24,6 +24,6 @@
2424
"mocha": "^10.2.0",
2525
"proxyquire": "^2.1.3",
2626
"supertest": "^6.3.3",
27-
"uuid": "^9.0.0"
27+
"uuid": "^11.1.1"
2828
}
2929
}

appengine/storage/standard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
"mocha": "^10.2.0",
2525
"proxyquire": "^2.1.3",
2626
"supertest": "^7.0.0",
27-
"uuid": "^10.0.0"
27+
"uuid": "^11.1.1"
2828
}
2929
}

asset/snippets/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": ">=12.0.0"
7+
"node": ">=20.0.0"
88
},
99
"files": [
1010
"*.js"
@@ -28,6 +28,6 @@
2828
"gts": "^5.0.0",
2929
"mocha": "^10.0.0",
3030
"sinon": "^18.0.0",
31-
"uuid": "^10.0.0"
31+
"uuid": "^11.1.1"
3232
}
3333
}

auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
"devDependencies": {
3333
"c8": "^10.0.0",
3434
"mocha": "^10.0.0",
35-
"uuid": "^10.0.0"
35+
"uuid": "^11.1.1"
3636
}
3737
}

automl/package.json

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

cloud-language/package.json

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

cloud-tasks/snippets/package.json

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

compute/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
"chai": "^4.5.0",
2727
"mocha": "^10.0.0",
2828
"proxyquire": "^2.0.1",
29-
"uuid": "^10.0.0"
29+
"uuid": "^11.1.1"
3030
}
3131
}

0 commit comments

Comments
 (0)