Skip to content

Commit

Permalink
chore(deps): bump @octokit/request from 8.1.4 to 8.1.5 (#486)
Browse files Browse the repository at this point in the history
* chore(deps): bump @octokit/request from 8.1.4 to 8.1.5

Bumps [@octokit/request](https://github.com/octokit/request.js) from 8.1.4 to 8.1.5.
- [Release notes](https://github.com/octokit/request.js/releases)
- [Commits](octokit/request.js@v8.1.4...v8.1.5)

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

Signed-off-by: dependabot[bot] <[email protected]>

* chore: committing generated dist

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and dependabot[bot] authored Nov 13, 2023
1 parent 5b54fc3 commit bd4569d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions dist/832.index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3853,7 +3853,7 @@ var import_endpoint = __webpack_require__(9440);
var import_universal_user_agent = __webpack_require__(5030);

// pkg/dist-src/version.js
var VERSION = "8.1.4";
var VERSION = "8.1.5";

// pkg/dist-src/fetch-wrapper.js
var import_is_plain_object = __webpack_require__(3287);
Expand Down Expand Up @@ -3975,7 +3975,7 @@ function fetchWrapper(requestOptions) {
async function getResponseData(response) {
const contentType = response.headers.get("content-type");
if (/application\/json/.test(contentType)) {
return response.json();
return response.json().catch(() => response.text()).catch(() => "");
}
if (!contentType || /^text\/|charset=utf-8$/.test(contentType)) {
return response.text();
Expand Down
2 changes: 1 addition & 1 deletion dist/832.index.js.map

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@actions/core": "1.10.1",
"@actions/github": "6.0.0",
"@adobe/node-fetch-retry": "2.2.0",
"@octokit/request": "8.1.4",
"@octokit/request": "8.1.5",
"@octokit/rest": "20.0.2",
"axios": "1.6.0",
"bluebird": "3.7.2",
Expand Down

0 comments on commit bd4569d

Please sign in to comment.