Skip to content

Commit 1b69b53

Browse files
authored
chore: update uuid to ^11.1.1 in third chunk of packages (GoogleCloudPlatform#4355)
* chore: update uuid to ^11.1.1 in third chunk of packages * chore: update engines node version to 22 * chore: update engines node version to 20
1 parent a9fbacb commit 1b69b53

10 files changed

Lines changed: 12 additions & 12 deletions

File tree

document-ai/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"
@@ -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
}

eventarc/generic/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git"
1111
},
1212
"engines": {
13-
"node": ">= 12.0.0"
13+
"node": ">=20.0.0"
1414
},
1515
"scripts": {
1616
"start": "node index.js",
@@ -26,6 +26,6 @@
2626
"mocha": "^10.0.0",
2727
"sinon": "^18.0.0",
2828
"supertest": "^7.0.0",
29-
"uuid": "^10.0.0"
29+
"uuid": "^11.1.1"
3030
}
3131
}

functions/firebase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"proxyquire": "^2.1.0",
1717
"sinon": "^18.0.0",
1818
"supertest": "^7.0.0",
19-
"uuid": "^10.0.0"
19+
"uuid": "^11.1.1"
2020
},
2121
"dependencies": {
2222
"@google-cloud/firestore": "^7.0.0"

functions/helloworld/helloGCS/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"moment": "^2.24.0",
2929
"promise-retry": "^2.0.0",
3030
"sinon": "^18.0.0",
31-
"uuid": "^10.0.0",
31+
"uuid": "^11.1.1",
3232
"wait-port": "^1.0.4"
3333
}
3434
}

functions/helloworld/helloPubSub/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"moment": "^2.29.4",
2929
"promise-retry": "^2.0.0",
3030
"sinon": "^18.0.0",
31-
"uuid": "^10.0.0",
31+
"uuid": "^11.1.1",
3232
"wait-port": "^1.0.4"
3333
}
3434
}

functions/helloworld/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"promise-retry": "^2.0.0",
2626
"sinon": "^18.0.0",
2727
"supertest": "^7.0.0",
28-
"uuid": "^10.0.0",
28+
"uuid": "^11.1.1",
2929
"wait-port": "^1.0.4"
3030
}
3131
}

functions/v2/autoLabelInstance/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
"p-retry": "^6.0.0",
2626
"sinon": "^18.0.0",
2727
"supertest": "^7.0.0",
28-
"uuid": "^10.0.0"
28+
"uuid": "^11.1.1"
2929
}
3030
}

functions/v2/helloPubSub/package.json

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

genai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
"node-fetch": "^2.7.0",
3333
"proxyquire": "^2.1.3",
3434
"sinon": "^18.0.0",
35-
"uuid": "^10.0.0"
35+
"uuid": "^11.1.1"
3636
}
3737
}

generative-ai/snippets/package.json

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

0 commit comments

Comments
 (0)