Skip to content

Commit

Permalink
fix(deps)!: update gcf-utils to v16 (#5464)
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
chingor13 authored Sep 6, 2024
1 parent 47cf942 commit d9d19ce
Show file tree
Hide file tree
Showing 8 changed files with 3,573 additions and 4,543 deletions.
2,128 changes: 1,004 additions & 1,124 deletions packages/bot-config-utils/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/bot-config-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"dependencies": {
"ajv": "^8.11.0",
"ajv-formats": "^2.1.1",
"gcf-utils": "^15.0.0",
"gcf-utils": "^16.0.0",
"js-yaml": "^4.1.0",
"jsonwebtoken": "^9.0.0"
},
Expand Down
1,719 changes: 607 additions & 1,112 deletions packages/cron-utils/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions packages/cron-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"homepage": "https://github.com/googleapis/repo-automation-bots",
"bugs": "https://github.com/googleapis/repo-automation-bots/issues",
"dependencies": {
"@google-cloud/run": "^0.3.0",
"@google-cloud/scheduler": "^3.0.3",
"google-auth-library": "^8.5.1",
"@google-cloud/run": "^1.4.0",
"@google-cloud/scheduler": "^4.3.0",
"google-auth-library": "^9.6.3",
"js-yaml": "^4.1.0",
"yargs": "^17.5.1"
},
Expand Down
Loading

0 comments on commit d9d19ce

Please sign in to comment.