Skip to content

Commit d9d19ce

Browse files
authored
fix(deps)!: update gcf-utils to v16 (#5464)
Updating gcf-utils and other google-cloud dependencies in other helper libraries. datastore-lock helper still needs more work (datastore-emulator test dependency doesn't work)
1 parent 47cf942 commit d9d19ce

8 files changed

Lines changed: 3573 additions & 4543 deletions

File tree

packages/bot-config-utils/package-lock.json

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

packages/bot-config-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"dependencies": {
2020
"ajv": "^8.11.0",
2121
"ajv-formats": "^2.1.1",
22-
"gcf-utils": "^15.0.0",
22+
"gcf-utils": "^16.0.0",
2323
"js-yaml": "^4.1.0",
2424
"jsonwebtoken": "^9.0.0"
2525
},

packages/cron-utils/package-lock.json

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

packages/cron-utils/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
"homepage": "https://github.com/googleapis/repo-automation-bots",
1818
"bugs": "https://github.com/googleapis/repo-automation-bots/issues",
1919
"dependencies": {
20-
"@google-cloud/run": "^0.3.0",
21-
"@google-cloud/scheduler": "^3.0.3",
22-
"google-auth-library": "^8.5.1",
20+
"@google-cloud/run": "^1.4.0",
21+
"@google-cloud/scheduler": "^4.3.0",
22+
"google-auth-library": "^9.6.3",
2323
"js-yaml": "^4.1.0",
2424
"yargs": "^17.5.1"
2525
},

0 commit comments

Comments
 (0)