Skip to content

Commit

Permalink
Merge pull request #840 from nwtgck/actions-build/nwtgck-dependabot/n…
Browse files Browse the repository at this point in the history
…pm_and_yarn/node-fetch-3.3.2

build(deps): bump node-fetch from 3.3.1 to 3.3.2 with dist update
  • Loading branch information
nwtgck authored Mar 10, 2024
2 parents b82a7b5 + e9ea988 commit 133a82b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 12 deletions.
4 changes: 0 additions & 4 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24527,10 +24527,6 @@ const getNodeRequestOptions = request => {
agent = agent(parsedURL);
}

if (!headers.has('Connection') && !agent) {
headers.set('Connection', 'close');
}

// HTTP-network fetch step 4.2
// chunked encoding is handled by Node.js

Expand Down
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 @@ -29,7 +29,7 @@
"@actions/exec": "1.1.1",
"@actions/github": "5.1.1",
"marked": "^4.3.0",
"node-fetch": "3.3.1",
"node-fetch": "3.3.2",
"zod": "^3.21.4"
},
"devDependencies": {
Expand Down

0 comments on commit 133a82b

Please sign in to comment.