diff --git a/package.json b/package.json index 80bb2cbbf4a5e564689c6e7d19dc5b7d759e1833..9a7ae38ce2065685abc80ca35266a79d56ad693c 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "@sindresorhus/is": "0.15.0", "@snyk/ruby-semver": "2.0.1", "@yarnpkg/lockfile": "1.1.0", - "azure-devops-node-api": "7.0.0", + "azure-devops-node-api": "7.2.0", "bunyan": "1.8.12", "cacache": "11.3.2", "chalk": "2.4.2", diff --git a/test/platform/azure/__snapshots__/azure-got-wrapper.spec.js.snap b/test/platform/azure/__snapshots__/azure-got-wrapper.spec.js.snap index b0a5f149c236374320384cfb37c4890e3ea3fe07..6dfbb9a3b3dba0a7907394e332747812b9d087e3 100644 --- a/test/platform/azure/__snapshots__/azure-got-wrapper.spec.js.snap +++ b/test/platform/azure/__snapshots__/azure-got-wrapper.spec.js.snap @@ -12,12 +12,14 @@ WebApi { "rest": RestClient { "client": HttpClient { "_allowRedirects": true, + "_allowRetries": false, "_certConfig": undefined, "_disposed": false, "_httpProxy": undefined, "_ignoreSslError": false, "_keepAlive": false, "_maxRedirects": 50, + "_maxRetries": 1, "_socketTimeout": undefined, "handlers": Array [ PersonalAccessTokenCredentialHandler { @@ -38,12 +40,14 @@ WebApi { "restClient": RestClient { "client": HttpClient { "_allowRedirects": true, + "_allowRetries": false, "_certConfig": undefined, "_disposed": false, "_httpProxy": undefined, "_ignoreSslError": false, "_keepAlive": false, "_maxRedirects": 50, + "_maxRetries": 1, "_socketTimeout": undefined, "handlers": Array [ PersonalAccessTokenCredentialHandler { diff --git a/yarn.lock b/yarn.lock index a081c16d36c69ec34dc611ae25e64241f685686e..584b2a3d0578801fda4e4055f208f288ffa3d89c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -861,14 +861,14 @@ aws4@^1.8.0: resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.8.0.tgz#f0e003d9ca9e7f59c7a508945d7b2ef9a04a542f" integrity sha512-ReZxvNHIOv88FlT7rxcXIIC0fPt4KZqZbOlivyWtXLt8ESx84zd3kMC6iK5jVeS2qt+g7ftS7ye4fi06X5rtRQ== -azure-devops-node-api@7.0.0: - version "7.0.0" - resolved "https://registry.yarnpkg.com/azure-devops-node-api/-/azure-devops-node-api-7.0.0.tgz#db8689bf419243286f5eef78e244d252fcb5ebbb" - integrity sha512-WXTqFDE2QhfKli1EkcaMbGYuDpOVcNoccnQBF/bZCkPZsogLJOnsZHO/BJnd2VrT+eSJtPoVcHWjKfE/Zcihew== +azure-devops-node-api@7.2.0: + version "7.2.0" + resolved "https://registry.yarnpkg.com/azure-devops-node-api/-/azure-devops-node-api-7.2.0.tgz#131d4e01cf12ebc6e45569b5e0c5c249e4114d6d" + integrity sha512-pMfGJ6gAQ7LRKTHgiRF+8iaUUeGAI0c8puLaqHLc7B8AR7W6GJLozK9RFeUHFjEGybC9/EB3r67WPd7e46zQ8w== dependencies: os "0.1.1" tunnel "0.0.4" - typed-rest-client "1.0.9" + typed-rest-client "1.2.0" underscore "1.8.3" babel-jest@^24.5.0: @@ -8031,10 +8031,10 @@ type-detect@^4.0.0, type-detect@^4.0.5: resolved "https://registry.yarnpkg.com/type-detect/-/type-detect-4.0.8.tgz#7646fb5f18871cfbb7749e69bd39a6388eb7450c" integrity sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g== -typed-rest-client@1.0.9: - version "1.0.9" - resolved "https://registry.yarnpkg.com/typed-rest-client/-/typed-rest-client-1.0.9.tgz#5317b607c9c8ee425b64260c9249d400d0a6bf1a" - integrity sha512-iOdwgmnP/tF6Qs+oY4iEtCf/3fnCDl7Gy9LGPJ4E3M4Wj3uaSko15FVwbsaBmnBqTJORnXBWVY5306D4HH8oiA== +typed-rest-client@1.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/typed-rest-client/-/typed-rest-client-1.2.0.tgz#723085d203f38d7d147271e5ed3a75488eb44a02" + integrity sha512-FrUshzZ1yxH8YwGR29PWWnfksLEILbWJydU7zfIRkyH7kAEzB62uMAl2WY6EyolWpLpVHeJGgQm45/MaruaHpw== dependencies: tunnel "0.0.4" underscore "1.8.3"