Bump @octokit/core from 4.0.4 to 4.0.5 (#519)

Bumps [@octokit/core](https://github.com/octokit/core.js) from 4.0.4 to 4.0.5.
- [Release notes](https://github.com/octokit/core.js/releases)
- [Commits](https://github.com/octokit/core.js/compare/v4.0.4...v4.0.5)

---
updated-dependencies:
- dependency-name: "@octokit/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-08-22 14:38:43 +08:00 committed by GitHub
parent b1968edab2
commit 14d424a2d3
2 changed files with 18 additions and 6 deletions

View file

@ -19,7 +19,7 @@
"@mdx-js/loader": "^1.6.22",
"@next/mdx": "^12.2.5",
"@octokit/auth-app": "^4.0.4",
"@octokit/core": "^4.0.4",
"@octokit/core": "^4.0.5",
"@octokit/rest": "^19.0.3",
"airtable-plus": "^1.0.4",
"animated-value": "^0.2.4",

View file

@ -781,16 +781,16 @@
dependencies:
"@octokit/types" "^6.0.3"
"@octokit/core@^4.0.0", "@octokit/core@^4.0.4":
version "4.0.4"
resolved "https://registry.npmjs.org/@octokit/core/-/core-4.0.4.tgz"
integrity sha512-sUpR/hc4Gc7K34o60bWC7WUH6Q7T6ftZ2dUmepSyJr9PRF76/qqkWjE2SOEzCqLA5W83SaISymwKtxks+96hPQ==
"@octokit/core@^4.0.0", "@octokit/core@^4.0.5":
version "4.0.5"
resolved "https://registry.yarnpkg.com/@octokit/core/-/core-4.0.5.tgz#589e68c0a35d2afdcd41dafceab072c2fbc6ab5f"
integrity sha512-4R3HeHTYVHCfzSAi0C6pbGXV8UDI5Rk+k3G7kLVNckswN9mvpOzW9oENfjfH3nEmzg8y3AmKmzs8Sg6pLCeOCA==
dependencies:
"@octokit/auth-token" "^3.0.0"
"@octokit/graphql" "^5.0.0"
"@octokit/request" "^6.0.0"
"@octokit/request-error" "^3.0.0"
"@octokit/types" "^6.0.3"
"@octokit/types" "^7.0.0"
before-after-hook "^2.2.0"
universal-user-agent "^6.0.0"
@ -842,6 +842,11 @@
resolved "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-12.10.1.tgz"
integrity sha512-P+SukKanjFY0ZhsK6wSVnQmxTP2eVPPE8OPSNuxaMYtgVzwJZgfGdwlYjf4RlRU4vLEw4ts2fsE2icG4nZ5ddQ==
"@octokit/openapi-types@^13.4.0":
version "13.4.0"
resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-13.4.0.tgz#06fe8fda93bf21bdd397fe7ef8805249efda6c06"
integrity sha512-2mVzW0X1+HDO3jF80/+QFZNzJiTefELKbhMu6yaBYbp/1gSMkVDm4rT472gJljTokWUlXaaE63m7WrWENhMDLw==
"@octokit/plugin-paginate-rest@^3.0.0":
version "3.0.0"
resolved "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-3.0.0.tgz"
@ -921,6 +926,13 @@
dependencies:
"@octokit/openapi-types" "^12.10.0"
"@octokit/types@^7.0.0":
version "7.1.1"
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-7.1.1.tgz#a30fd6ca3279d59d532fa75583d65d93b7588e6d"
integrity sha512-Dx6cNTORyVaKY0Yeb9MbHksk79L8GXsihbG6PtWqTpkyA2TY1qBWE26EQXVG3dHwY9Femdd/WEeRUEiD0+H3TQ==
dependencies:
"@octokit/openapi-types" "^13.4.0"
"@rushstack/eslint-patch@^1.1.3":
version "1.1.3"
resolved "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.1.3.tgz"