From 082d61ded5b69677380f192d47c680e0b527d50c Mon Sep 17 00:00:00 2001 From: Tom Keller Date: Mon, 25 May 2026 12:14:52 -0700 Subject: [PATCH] Revert "chore(deps): bump @aws-sdk/client-sts from 3.1043.0 to 3.1044.0 (#1754)" This reverts commit 4cfda40a13a617661c61bbea22188e90072afad0. --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1f8ec15..cfc042c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@actions/core": "^3.0.1", - "@aws-sdk/client-sts": "^3.1044.0", + "@aws-sdk/client-sts": "^3.1038.0", "@smithy/node-http-handler": "^4.6.1", "proxy-agent": "^8.0.1" }, @@ -195,9 +195,9 @@ } }, "node_modules/@aws-sdk/client-sts": { - "version": "3.1044.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/client-sts/-/client-sts-3.1044.0.tgz", - "integrity": "sha512-ZrdRTUn2gTjQ1w7ts94e2hDiPCZ3Ze5cSZBPYF/ZI5WqxiyCdU1vetQM4NBwRfaOdusHzp7dQmoaQe0zMN821w==", + "version": "3.1043.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/client-sts/-/client-sts-3.1043.0.tgz", + "integrity": "sha512-EGoXIJh8u9xDO4Jwnt9f8tdJCyavALtHxxB4uPPy71fyrg6hrRJ6GhvS5cV+hGwyZZzVJv/YOkIbBy1D4t8ggg==", "license": "Apache-2.0", "dependencies": { "@aws-crypto/sha256-browser": "5.2.0", diff --git a/package.json b/package.json index c764b08..00913e4 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ }, "dependencies": { "@actions/core": "^3.0.1", - "@aws-sdk/client-sts": "^3.1044.0", + "@aws-sdk/client-sts": "^3.1038.0", "@smithy/node-http-handler": "^4.6.1", "proxy-agent": "^8.0.1" },