diff --git a/.changeset/renovate-3aba547.md b/.changeset/renovate-3aba547.md new file mode 100644 index 0000000000..61b67f74ab --- /dev/null +++ b/.changeset/renovate-3aba547.md @@ -0,0 +1,6 @@ +--- +'@backstage/plugin-catalog-backend-module-github': patch +'@backstage/plugin-github-deployments': patch +--- + +Updated dependency `@octokit/graphql` to `^5.0.0`. diff --git a/plugins/catalog-backend-module-github/package.json b/plugins/catalog-backend-module-github/package.json index eae503c507..3d577f12ba 100644 --- a/plugins/catalog-backend-module-github/package.json +++ b/plugins/catalog-backend-module-github/package.json @@ -41,7 +41,7 @@ "@backstage/integration": "^1.2.2-next.1", "@backstage/plugin-catalog-backend": "^1.2.1-next.1", "@backstage/types": "^1.0.0", - "@octokit/graphql": "^4.5.8", + "@octokit/graphql": "^5.0.0", "lodash": "^4.17.21", "msw": "^0.43.0", "node-fetch": "^2.6.7", diff --git a/plugins/github-deployments/package.json b/plugins/github-deployments/package.json index cbfc076a9b..1fc22860cf 100644 --- a/plugins/github-deployments/package.json +++ b/plugins/github-deployments/package.json @@ -35,7 +35,7 @@ "@material-ui/core": "^4.12.2", "@material-ui/icons": "^4.9.1", "@material-ui/lab": "4.0.0-alpha.57", - "@octokit/graphql": "^4.5.8", + "@octokit/graphql": "^5.0.0", "luxon": "^2.0.2", "react-use": "^17.2.4" }, diff --git a/yarn.lock b/yarn.lock index 0fbdc0b364..d5eeabf9e3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5070,6 +5070,15 @@ "@octokit/types" "^6.0.3" universal-user-agent "^6.0.0" +"@octokit/graphql@^5.0.0": + version "5.0.0" + resolved "https://registry.npmjs.org/@octokit/graphql/-/graphql-5.0.0.tgz#2cc6eb3bf8e0278656df1a7d0ca0d7591599e3b3" + integrity sha512-1ZZ8tX4lUEcLPvHagfIVu5S2xpHYXAmgN0+95eAOPoaVPzCfUXJtA5vASafcpWcO86ze0Pzn30TAx72aB2aguQ== + dependencies: + "@octokit/request" "^6.0.0" + "@octokit/types" "^6.0.3" + universal-user-agent "^6.0.0" + "@octokit/oauth-app@^3.3.2", "@octokit/oauth-app@^3.5.1": version "3.6.0" resolved "https://registry.npmjs.org/@octokit/oauth-app/-/oauth-app-3.6.0.tgz#36f660c7eb6b5a5cd23f6207a8d95e74b6834db0"