From 5f1f8d4870cc6274dd310fe048bd09fd7e1e7119 Mon Sep 17 00:00:00 2001 From: hnrkndrssn Date: Wed, 19 Jun 2024 12:20:19 +1000 Subject: [PATCH] fix: fix issue where timeout is not enforced Fixes OctopusDeploy/await-task-action#22 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 280eef5d..2583f30c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "@actions/core": "1.10.1", - "@octopusdeploy/api-client": "3.2.0", + "@octopusdeploy/api-client": "3.3.1", "tmp": "0.2.3" }, "devDependencies": { @@ -1357,9 +1357,9 @@ } }, "node_modules/@octopusdeploy/api-client": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/@octopusdeploy/api-client/-/api-client-3.2.0.tgz", - "integrity": "sha512-0TrbsXaFc/Xi3yfsEEAvf5mOveZx4K347LmBRwCuLd2pLl8tj3NJYJn7nRzz3kr4j6o46oUv1RukemEXqu91Dg==", + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/@octopusdeploy/api-client/-/api-client-3.3.1.tgz", + "integrity": "sha512-T1Fuu2RK69cubJlx1WBYoNcXO7NLVbWZ3sp7pcNCTXiPNLW2uLgzgG6cSqYFkJcHb+t/Q54+BgTdZoXJ/OGF4g==", "dependencies": { "adm-zip": "^0.5.9", "axios": "^1.2.1", @@ -7755,9 +7755,9 @@ } }, "@octopusdeploy/api-client": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/@octopusdeploy/api-client/-/api-client-3.2.0.tgz", - "integrity": "sha512-0TrbsXaFc/Xi3yfsEEAvf5mOveZx4K347LmBRwCuLd2pLl8tj3NJYJn7nRzz3kr4j6o46oUv1RukemEXqu91Dg==", + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/@octopusdeploy/api-client/-/api-client-3.3.1.tgz", + "integrity": "sha512-T1Fuu2RK69cubJlx1WBYoNcXO7NLVbWZ3sp7pcNCTXiPNLW2uLgzgG6cSqYFkJcHb+t/Q54+BgTdZoXJ/OGF4g==", "requires": { "adm-zip": "^0.5.9", "axios": "^1.2.1", diff --git a/package.json b/package.json index 327f8a6d..f22c8295 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ }, "dependencies": { "@actions/core": "1.10.1", - "@octopusdeploy/api-client": "3.2.0", + "@octopusdeploy/api-client": "3.3.1", "tmp": "0.2.3" }, "description": "GitHub Action to Create a Release in Octopus Deploy",