Skip to content

Commit 454bacc

Browse files
chore(deps): update dependency google-auth-library to v9 (GoogleCloudPlatform#3349)
Co-authored-by: Patti Shin <pattishin@users.noreply.github.com>
1 parent d610eb1 commit 454bacc

15 files changed

Lines changed: 15 additions & 15 deletions

File tree

appengine/pubsub/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"dependencies": {
1616
"@google-cloud/pubsub": "^4.0.0",
1717
"express": "^4.17.1",
18-
"google-auth-library": "^8.0.0",
18+
"google-auth-library": "^9.0.0",
1919
"pug": "^3.0.0"
2020
},
2121
"devDependencies": {

auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"dependencies": {
2121
"@google-cloud/storage": "^6.0.0",
22-
"google-auth-library": "^8.0.0",
22+
"google-auth-library": "^9.0.0",
2323
"yargs": "^17.0.0"
2424
},
2525
"devDependencies": {

functions/billing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"dependencies": {
1717
"@google-cloud/billing": "^3.0.0",
1818
"@google-cloud/compute": "^3.1.0",
19-
"google-auth-library": "^8.0.0",
19+
"google-auth-library": "^9.0.0",
2020
"googleapis": "^123.0.0",
2121
"slack": "^11.0.1"
2222
},

healthcare/fhir/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
"@google-cloud/storage": "^6.0.0",
1717
"c8": "^8.0.0",
18-
"google-auth-library": "^8.0.0",
18+
"google-auth-library": "^9.0.0",
1919
"mocha": "^10.0.0",
2020
"uuid": "^9.0.0"
2121
},

run/filesystem/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"c8": "^8.0.0",
2222
"chai": "^4.3.7",
2323
"chai-http": "^4.4.0",
24-
"google-auth-library": "^8.0.0",
24+
"google-auth-library": "^9.0.0",
2525
"got": "^11.0.0",
2626
"mocha": "^10.2.0",
2727
"mock-fs": "^5.2.0",

run/hello-broken/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"devDependencies": {
2121
"c8": "^8.0.0",
22-
"google-auth-library": "^8.0.0",
22+
"google-auth-library": "^9.0.0",
2323
"got": "^11.0.0",
2424
"mocha": "^10.0.0"
2525
}

run/helloworld/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"devDependencies": {
2121
"c8": "^8.0.0",
22-
"google-auth-library": "^8.0.0",
22+
"google-auth-library": "^9.0.0",
2323
"got": "^11.0.0",
2424
"mocha": "^10.0.0",
2525
"supertest": "^6.0.0"

run/idp-sql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"express": "^4.16.2",
2222
"firebase-admin": "^11.0.0",
2323
"gcp-metadata": "^6.0.0",
24-
"google-auth-library": "^8.0.0",
24+
"google-auth-library": "^9.0.0",
2525
"handlebars": "^4.7.6",
2626
"knex": "^2.0.0",
2727
"pg": "^8.0.0",

run/image-processing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"devDependencies": {
2828
"c8": "^8.0.0",
29-
"google-auth-library": "^8.0.0",
29+
"google-auth-library": "^9.0.0",
3030
"got": "^11.5.0",
3131
"mocha": "^10.0.0",
3232
"supertest": "^6.0.0"

run/logging-manual/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"devDependencies": {
2222
"@google-cloud/logging": "^10.0.0",
2323
"c8": "^8.0.0",
24-
"google-auth-library": "^8.0.0",
24+
"google-auth-library": "^9.0.0",
2525
"mocha": "^10.0.0"
2626
}
2727
}

0 commit comments

Comments
 (0)