deps: bump @octokit/graphql from 4.7.0 to 4.8.0 (#519) [skip ci]

This commit is contained in:
dependabot[bot]
2021-09-07 00:58:56 +02:00
committed by GitHub
parent e2d9996f09
commit 3d1d5ed37e
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -12,7 +12,7 @@
"dependencies": {
"@actions/core": "^1.5.0",
"@actions/github": "^4.0.0",
"@octokit/graphql": "^4.7.0",
"@octokit/graphql": "^4.8.0",
"@octokit/rest": "^18.10.0",
"@primer/css": "^17.8.0",
"axios": "^0.21.1",
@@ -1727,9 +1727,9 @@
}
},
"node_modules/@octokit/graphql": {
"version": "4.7.0",
"resolved": "https://registry.npmjs.org/@octokit/graphql/-/graphql-4.7.0.tgz",
"integrity": "sha512-diY0qMPyQjfu4rDu3kDhJ9qIZadIm4IISO3RJSv9ajYUWJUCO0AykbgzLcg1xclxtXgzY583u3gAv66M6zz5SA==",
"version": "4.8.0",
"resolved": "https://registry.npmjs.org/@octokit/graphql/-/graphql-4.8.0.tgz",
"integrity": "sha512-0gv+qLSBLKF0z8TKaSKTsS39scVKF9dbMxJpj3U0vC7wjNWFuIpL/z76Qe2fiuCbDRcJSavkXsVtMS6/dtQQsg==",
"dependencies": {
"@octokit/request": "^5.6.0",
"@octokit/types": "^6.0.3",
@@ -11422,9 +11422,9 @@
}
},
"@octokit/graphql": {
"version": "4.7.0",
"resolved": "https://registry.npmjs.org/@octokit/graphql/-/graphql-4.7.0.tgz",
"integrity": "sha512-diY0qMPyQjfu4rDu3kDhJ9qIZadIm4IISO3RJSv9ajYUWJUCO0AykbgzLcg1xclxtXgzY583u3gAv66M6zz5SA==",
"version": "4.8.0",
"resolved": "https://registry.npmjs.org/@octokit/graphql/-/graphql-4.8.0.tgz",
"integrity": "sha512-0gv+qLSBLKF0z8TKaSKTsS39scVKF9dbMxJpj3U0vC7wjNWFuIpL/z76Qe2fiuCbDRcJSavkXsVtMS6/dtQQsg==",
"requires": {
"@octokit/request": "^5.6.0",
"@octokit/types": "^6.0.3",

View File

@@ -28,7 +28,7 @@
"dependencies": {
"@actions/core": "^1.5.0",
"@actions/github": "^4.0.0",
"@octokit/graphql": "^4.7.0",
"@octokit/graphql": "^4.8.0",
"@octokit/rest": "^18.10.0",
"@primer/css": "^17.8.0",
"axios": "^0.21.1",