Skip to content

Commit

Permalink
fix(deps): lock octokit/graphql to commonjs version (#5471)
Browse files Browse the repository at this point in the history
Without locking the version, downstream apps that use octokit/graphql
that do not declare a version, will get an ESM version (8.0.0+). This is
incompatible with what our libraries and probot can handle.
  • Loading branch information
chingor13 authored Sep 9, 2024
1 parent f11b9c0 commit 47d51a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/gcf-utils/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions packages/gcf-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"@google-cloud/storage": "^7.12.1",
"@google-cloud/tasks": "^5.5.0",
"@octokit/auth-app": "^4.0.5",
"@octokit/graphql": "^5.0.0",
"@octokit/plugin-enterprise-compatibility": "^2.0.3",
"@octokit/rest": "^19.0.4",
"@octokit/types": "^9.0.0",
Expand Down

0 comments on commit 47d51a3

Please sign in to comment.