Skip to content

Commit 49b9e39

Browse files
renovate-botAce NassriJustinBeckwith
authored
fix(deps): update dependency yargs to v16 (GoogleCloudPlatform#1968)
* fix(deps): update dependency yargs to v16 * Remove unused 'yargs' from functions folder Co-authored-by: Ace Nassri <anassri@google.com> Co-authored-by: Justin Beckwith <justin.beckwith@gmail.com>
1 parent a4d630c commit 49b9e39

13 files changed

Lines changed: 13 additions & 14 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": "^15.0.0"
20+
"yargs": "^16.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
@@ -24,7 +24,7 @@
2424
"pg": "^8.0.0",
2525
"pug": "^3.0.0",
2626
"winston": "^3.1.0",
27-
"yargs": "^15.0.0"
27+
"yargs": "^16.0.0"
2828
},
2929
"devDependencies": {
3030
"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": "^6.0.0",
2121
"grpc": "^1.18.0",
2222
"jsonwebtoken": "^8.2.0",
23-
"yargs": "^15.0.0"
23+
"yargs": "^16.0.0"
2424
},
2525
"devDependencies": {
2626
"chai": "^4.2.0",

functions/helloworld/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
"request": "^2.88.0",
3636
"requestretry": "^4.0.0",
3737
"sinon": "^9.0.0",
38-
"uuid": "^8.0.0",
39-
"yargs": "^15.0.0"
38+
"uuid": "^8.0.0"
4039
}
4140
}

healthcare/datasets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
"dependencies": {
1818
"googleapis": "^59.0.0",
1919
"uuid": "^8.0.0",
20-
"yargs": "^15.0.0"
20+
"yargs": "^16.0.0"
2121
}
2222
}

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": "^59.0.0",
2121
"uuid": "^8.0.0",
22-
"yargs": "^15.0.0",
22+
"yargs": "^16.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": "^59.0.0",
2121
"uuid": "^8.0.0",
22-
"yargs": "^15.0.0",
22+
"yargs": "^16.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": "^59.0.0",
2020
"uuid": "^8.0.0",
21-
"yargs": "^15.0.0"
21+
"yargs": "^16.0.0"
2222
}
2323
}

iot/http_example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"jsonwebtoken": "^8.5.0",
2020
"request": "^2.88.0",
2121
"retry-request": "^4.0.0",
22-
"yargs": "^15.0.0"
22+
"yargs": "^16.0.0"
2323
},
2424
"devDependencies": {
2525
"@google-cloud/pubsub": "^2.0.0",

iot/manager/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@google-cloud/iot": "^2.0.0",
2121
"@google-cloud/pubsub": "^2.0.0",
2222
"googleapis": "^59.0.0",
23-
"yargs": "^15.1.0"
23+
"yargs": "^16.0.0"
2424
},
2525
"devDependencies": {
2626
"mocha": "^8.0.0",

0 commit comments

Comments
 (0)