Skip to content

Commit

Permalink
deps: @octokit/graphql ^6.0.0 (#1195)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 21, 2023
1 parent 80d511f commit f57cad0
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"dependencies": {
"@esbuild-plugins/tsconfig-paths": "^0.1.0",
"@jest/types": "^29.0.0",
"@octokit/graphql": "^5.0.0",
"@octokit/graphql": "^6.0.0",
"@octokit/graphql-schema": "^14.5.0",
"@octokit/rest": "^19.0.8",
"@octokit/types": "^10.0.0",
Expand Down
38 changes: 38 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1381,6 +1381,15 @@
is-plain-object "^5.0.0"
universal-user-agent "^6.0.0"

"@octokit/endpoint@^8.0.0":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@octokit/endpoint/-/endpoint-8.0.1.tgz#eb9dc49da9c4b9798490da58544e10f10ef461c8"
integrity sha512-tVviBdPuf3kcCiIvXYDJg7NAJrkTh8QEnc+UCybknKdEBCjIi7uQbFX3liQrpk1m5PjwC7fUJg08DYZ4F+l1RQ==
dependencies:
"@octokit/types" "^10.0.0"
is-plain-object "^5.0.0"
universal-user-agent "^6.0.0"

"@octokit/graphql-schema@^14.5.0":
version "14.12.0"
resolved "https://registry.yarnpkg.com/@octokit/graphql-schema/-/graphql-schema-14.12.0.tgz#c14e4604f7db3e21a8a72c1a0ffa947641b5cddd"
Expand All @@ -1398,6 +1407,15 @@
"@octokit/types" "^9.0.0"
universal-user-agent "^6.0.0"

"@octokit/graphql@^6.0.0":
version "6.0.0"
resolved "https://registry.yarnpkg.com/@octokit/graphql/-/graphql-6.0.0.tgz#507b54fe1d767fa6e9c99347deba725e0345ee2e"
integrity sha512-dngrZFEXPqJpFAU30knQ+g22phTxKKJJZ+czRbK8W9J/U/JmOBEuwL9/PDnCnGl7Zc7OpHP4ZtAZ6Y4tlbozqg==
dependencies:
"@octokit/request" "^7.0.0"
"@octokit/types" "^10.0.0"
universal-user-agent "^6.0.0"

"@octokit/openapi-types@^18.0.0":
version "18.0.0"
resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-18.0.0.tgz#f43d765b3c7533fd6fb88f3f25df079c24fccf69"
Expand Down Expand Up @@ -1448,6 +1466,15 @@
deprecation "^2.0.0"
once "^1.4.0"

"@octokit/request-error@^4.0.1":
version "4.0.2"
resolved "https://registry.yarnpkg.com/@octokit/request-error/-/request-error-4.0.2.tgz#0e16802f3e688e1dd6807e81c7810f419b2c530d"
integrity sha512-uqwUEmZw3x4I9DGYq9fODVAAvcLsPQv97NRycP6syEFu5916M189VnNBW2zANNwqg3OiligNcAey7P0SET843w==
dependencies:
"@octokit/types" "^10.0.0"
deprecation "^2.0.0"
once "^1.4.0"

"@octokit/request@^6.0.0":
version "6.2.8"
resolved "https://registry.yarnpkg.com/@octokit/request/-/request-6.2.8.tgz#aaf480b32ab2b210e9dadd8271d187c93171d8eb"
Expand All @@ -1460,6 +1487,17 @@
node-fetch "^2.6.7"
universal-user-agent "^6.0.0"

"@octokit/request@^7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@octokit/request/-/request-7.0.0.tgz#b92961d368e6841123cd750a1c0916c27728c931"
integrity sha512-iUnS9KDsFWfHLwomq/QZmEja8nQZ9FnkMp58+6qz1AKFIBi+sF6w1HGpimRxmmpstFHHGB3eE0qYjuV1Z/Gc3Q==
dependencies:
"@octokit/endpoint" "^8.0.0"
"@octokit/request-error" "^4.0.1"
"@octokit/types" "^10.0.0"
is-plain-object "^5.0.0"
universal-user-agent "^6.0.0"

"@octokit/rest@^19.0.8":
version "19.0.13"
resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-19.0.13.tgz#e799393264edc6d3c67eeda9e5bd7832dcf974e4"
Expand Down

0 comments on commit f57cad0

Please sign in to comment.