Skip to content

Commit 888d89c

Browse files
authored
chore: update uuid to ^11.1.1 in fourth chunk of packages (GoogleCloudPlatform#4356)
* chore: update uuid to ^11.1.1 in fourth chunk of packages * chore: update engines node version to 20
1 parent 1453cdb commit 888d89c

10 files changed

Lines changed: 34 additions & 34 deletions

File tree

healthcare/consent/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
"author": "Google LLC",
77
"repository": "GoogleCloudPlatform/nodejs-docs-samples",
88
"engines": {
9-
"node": ">=12.0.0"
9+
"node": ">=20.0.0"
1010
},
1111
"scripts": {
1212
"test": "c8 mocha -p -j 2 system-test/*.test.js --timeout=60000"
1313
},
1414
"devDependencies": {
1515
"c8": "^10.0.0",
1616
"mocha": "^10.0.0",
17-
"uuid": "^10.0.0"
17+
"uuid": "^11.1.1"
1818
},
1919
"dependencies": {
2020
"@googleapis/healthcare": "^23.0.0"

healthcare/datasets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"devDependencies": {
1515
"c8": "^10.0.0",
1616
"mocha": "^10.0.0",
17-
"uuid": "^10.0.0"
17+
"uuid": "^11.1.1"
1818
},
1919
"dependencies": {
2020
"@googleapis/healthcare": "^23.0.0"

healthcare/dicom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@google-cloud/storage": "^7.0.0",
1717
"c8": "^10.0.0",
1818
"mocha": "^10.0.0",
19-
"uuid": "^10.0.0"
19+
"uuid": "^11.1.1"
2020
},
2121
"dependencies": {
2222
"@googleapis/healthcare": "^23.0.0"

healthcare/fhir/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"c8": "^10.0.0",
1818
"google-auth-library": "^9.0.0",
1919
"mocha": "^10.0.0",
20-
"uuid": "^10.0.0"
20+
"uuid": "^11.1.1"
2121
},
2222
"dependencies": {
2323
"@googleapis/healthcare": "^23.0.0"

healthcare/hl7v2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@google-cloud/pubsub": "^4.0.0",
1616
"c8": "^10.0.0",
1717
"mocha": "^10.0.0",
18-
"uuid": "^10.0.0"
18+
"uuid": "^11.1.1"
1919
},
2020
"dependencies": {
2121
"@googleapis/healthcare": "^23.0.0"

iam/deny/package.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
{
2-
"name": "nodejs-docs-samples-iam",
3-
"private": true,
4-
"license": "Apache-2.0",
5-
"author": "Google Inc.",
6-
"repository": {
7-
"type": "git",
8-
"url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git"
9-
},
10-
"engines": {
11-
"node": ">=16.0.0"
12-
},
13-
"scripts": {
14-
"test": "c8 mocha -p -j 2 test/*.test.js --timeout=60000"
15-
},
16-
"dependencies": {
17-
"@google-cloud/iam": "^1.0.0"
18-
},
19-
"devDependencies": {
20-
"c8": "^10.0.0",
21-
"chai": "^4.5.0",
22-
"mocha": "^10.0.0",
23-
"uuid": "^10.0.0"
24-
}
2+
"name": "nodejs-docs-samples-iam",
3+
"private": true,
4+
"license": "Apache-2.0",
5+
"author": "Google Inc.",
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git"
9+
},
10+
"engines": {
11+
"node": ">=20.0.0"
12+
},
13+
"scripts": {
14+
"test": "c8 mocha -p -j 2 test/*.test.js --timeout=60000"
15+
},
16+
"dependencies": {
17+
"@google-cloud/iam": "^1.0.0"
18+
},
19+
"devDependencies": {
20+
"c8": "^10.0.0",
21+
"chai": "^4.5.0",
22+
"mocha": "^10.0.0",
23+
"uuid": "^11.1.1"
24+
}
2525
}

kms/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
}

media/livestream/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.1.0",
22-
"uuid": "^10.0.0"
22+
"uuid": "^11.1.1"
2323
}
2424
}

media/transcoder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"@google-cloud/storage": "^7.0.0",
2121
"c8": "^10.0.0",
2222
"mocha": "^10.1.0",
23-
"uuid": "^10.0.0"
23+
"uuid": "^11.1.1"
2424
}
2525
}

media/video-stitcher/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": ">=10"
7+
"node": ">=20.0.0"
88
},
99
"files": [
1010
"*.js"
@@ -19,6 +19,6 @@
1919
"c8": "^10.0.0",
2020
"chai": "^4.5.0",
2121
"mocha": "^10.1.0",
22-
"uuid": "^10.0.0"
22+
"uuid": "^11.1.1"
2323
}
2424
}

0 commit comments

Comments
 (0)