Skip to content

Commit 93711cf

Browse files
theoephraimTheo Ephraim
authored andcommitted
Merge pull request #657 from ruscon/master
chore(deps): allow google-auth-library@^9.0.0
2 parents a60104b + 2652f0c commit 93711cf

File tree

2 files changed

+31
-72
lines changed

2 files changed

+31
-72
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"eslint-plugin-import": "^2.27.5",
8383
"eslint-plugin-jest": "^27.2.1",
8484
"eslint-plugin-no-floating-promise": "^1.0.2",
85-
"google-auth-library": "^8.8.0",
85+
"google-auth-library": "^9.2.0",
8686
"jest": "^29.5.0",
8787
"jest-junit": "^16.0.0",
8888
"release-it": "^15.11.0",
@@ -91,7 +91,7 @@
9191
"unbuild": "^1.2.1"
9292
},
9393
"peerDependencies": {
94-
"google-auth-library": "^8.8.0"
94+
"google-auth-library": "^8.8.0 || ^9.0.0"
9595
},
9696
"peerDependenciesMeta": {
9797
"google-auth-library": {
@@ -101,4 +101,4 @@
101101
"volta": {
102102
"node": "18.16.0"
103103
}
104-
}
104+
}

pnpm-lock.yaml

Lines changed: 28 additions & 69 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)