Skip to content

Commit c0764f2

Browse files
authored
fix(deps): update dependency yargs to v17 (GoogleCloudPlatform#2228)
1 parent e62c830 commit c0764f2

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"dependencies": {
1919
"@google-cloud/storage": "^5.0.0",
20-
"yargs": "^16.0.0"
20+
"yargs": "^17.0.0"
2121
},
2222
"devDependencies": {
2323
"mocha": "^8.0.0"

cloud-sql/postgres/knex/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"pg": "^8.0.0",
2424
"pug": "^3.0.0",
2525
"winston": "^3.1.0",
26-
"yargs": "^16.0.0"
26+
"yargs": "^17.0.0"
2727
},
2828
"devDependencies": {
2929
"mocha": "^8.0.0",

endpoints/getting-started-grpc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"google-auth-library": "^7.0.0",
2121
"grpc": "^1.18.0",
2222
"jsonwebtoken": "^8.2.0",
23-
"yargs": "^16.0.0"
23+
"yargs": "^17.0.0"
2424
},
2525
"devDependencies": {
2626
"chai": "^4.2.0",

healthcare/datasets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
"googleapis": "^73.0.0",
1919
"mocha-test": "^2.0.4",
2020
"uuid": "^8.0.0",
21-
"yargs": "^16.0.0"
21+
"yargs": "^17.0.0"
2222
}
2323
}

healthcare/dicom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"dependencies": {
2020
"googleapis": "^73.0.0",
2121
"uuid": "^8.0.0",
22-
"yargs": "^16.0.0",
22+
"yargs": "^17.0.0",
2323
"gtoken": "^5.0.0",
2424
"request": "^2.87.0",
2525
"request-promise": "^4.2.2"

healthcare/fhir/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"dependencies": {
2020
"googleapis": "^73.0.0",
2121
"uuid": "^8.0.0",
22-
"yargs": "^16.0.0",
22+
"yargs": "^17.0.0",
2323
"gtoken": "^5.0.0",
2424
"request": "^2.87.0",
2525
"request-promise": "^4.2.2"

healthcare/hl7v2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
"dependencies": {
1919
"googleapis": "^73.0.0",
2020
"uuid": "^8.0.0",
21-
"yargs": "^16.0.0"
21+
"yargs": "^17.0.0"
2222
}
2323
}

0 commit comments

Comments
 (0)