Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2020-07-08 16:09:19 +12:00 committed by GitHub
parent d0460c2f08
commit 4a3aeb0e49
2 changed files with 16 additions and 5 deletions

View File

@ -4059,14 +4059,25 @@
}
},
"@octokit/graphql": {
"version": "4.4.0",
"resolved": "https://registry.npmjs.org/@octokit/graphql/-/graphql-4.4.0.tgz",
"integrity": "sha512-Du3hAaSROQ8EatmYoSAJjzAz3t79t9Opj/WY1zUgxVUGfIKn0AEjg+hlOLscF6fv6i/4y/CeUvsWgIfwMkTccw==",
"version": "4.5.1",
"resolved": "https://registry.npmjs.org/@octokit/graphql/-/graphql-4.5.1.tgz",
"integrity": "sha512-qgMsROG9K2KxDs12CO3bySJaYoUu2aic90qpFrv7A8sEBzZ7UFGvdgPKiLw5gOPYEYbS0Xf8Tvf84tJutHPulQ==",
"dev": true,
"requires": {
"@octokit/request": "^5.3.0",
"@octokit/types": "^2.0.0",
"@octokit/types": "^5.0.0",
"universal-user-agent": "^5.0.0"
},
"dependencies": {
"@octokit/types": {
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-5.0.1.tgz",
"integrity": "sha512-GorvORVwp244fGKEt3cgt/P+M0MGy4xEDbckw+K5ojEezxyMDgCaYPKVct+/eWQfZXOT7uq0xRpmrl/+hliabA==",
"dev": true,
"requires": {
"@types/node": ">= 8"
}
}
}
},
"@octokit/plugin-enterprise-rest": {

View File

@ -144,7 +144,7 @@
"@babel/plugin-transform-async-to-generator": "7.10.4",
"@babel/plugin-transform-react-jsx": "7.10.4",
"@babel/runtime-corejs2": "7.10.4",
"@octokit/graphql": "4.4.0",
"@octokit/graphql": "4.5.1",
"@storybook/addon-a11y": "5.3.18",
"@storybook/addon-actions": "5.3.18",
"@storybook/addon-console": "1.2.1",