Skip to content

Commit 147352b

Browse files
authored
Merge pull request #1012 from arduino/dependabot/npm_and_yarn/typed-rest-client-2.0.2
build(deps): bump typed-rest-client from 2.0.1 to 2.0.2
2 parents 8d3ef0f + f0b18b1 commit 147352b

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.licenses/npm/typed-rest-client.dep.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: typed-rest-client
3-
version: 2.0.1
3+
version: 2.0.2
44
type: npm
55
summary: Node Rest and Http Clients for use with TypeScript
66
homepage: https://github.com/Microsoft/typed-rest-client#readme

dist/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -11518,7 +11518,7 @@ var HttpCodes;
1151811518
})(HttpCodes || (exports.HttpCodes = HttpCodes = {}));
1151911519
const HttpRedirectCodes = [HttpCodes.MovedPermanently, HttpCodes.ResourceMoved, HttpCodes.SeeOther, HttpCodes.TemporaryRedirect, HttpCodes.PermanentRedirect];
1152011520
const HttpResponseRetryCodes = [HttpCodes.BadGateway, HttpCodes.ServiceUnavailable, HttpCodes.GatewayTimeout];
11521-
const NetworkRetryErrors = ['ECONNRESET', 'ENOTFOUND', 'ESOCKETTIMEDOUT', 'ETIMEDOUT', 'ECONNREFUSED'];
11521+
const NetworkRetryErrors = ['ECONNRESET', 'ENOTFOUND', 'ESOCKETTIMEDOUT', 'ETIMEDOUT', 'ECONNREFUSED', 'EHOSTUNREACH'];
1152211522
const RetryableHttpVerbs = ['OPTIONS', 'GET', 'DELETE', 'HEAD'];
1152311523
const ExponentialBackoffCeiling = 10;
1152411524
const ExponentialBackoffTimeSlice = 5;

package-lock.json

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@actions/core": "^1.10.1",
2020
"@actions/tool-cache": "^2.0.1",
2121
"semver": "^7.6.2",
22-
"typed-rest-client": "^2.0.1"
22+
"typed-rest-client": "^2.0.2"
2323
},
2424
"devDependencies": {
2525
"@actions/io": "^1.1.3",

0 commit comments

Comments
 (0)