Merge pull request #12545 from backstage/renovate/octokit-graphql-5.x

fix(deps): update dependency @octokit/graphql to v5
This commit is contained in:
Ben Lambert
2022-07-09 08:38:17 +02:00
committed by GitHub
4 changed files with 17 additions and 2 deletions
@@ -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",
+1 -1
View File
@@ -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"
},