Skip to content

Commit 88ae0f8

Browse files
authored
deps(aws): replace @aws-sdk/protocol-http with @smithy/protocol-http (#1147)
1 parent e30572c commit 88ae0f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/authentication/auth_workload_identity/attestation_aws.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { defaultProvider } from '@aws-sdk/credential-provider-node';
22
import { MetadataService } from '@aws-sdk/ec2-metadata-service';
3-
import { HttpRequest } from '@aws-sdk/protocol-http';
3+
import { HttpRequest } from '@smithy/protocol-http';
44
import { SignatureV4 } from '@aws-sdk/signature-v4';
55
import { Sha256 } from '@aws-crypto/sha256-js';
66
import Logger from '../../logger';

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"@aws-sdk/client-s3": "^3.726.0",
88
"@aws-sdk/credential-provider-node": "^3.823.0",
99
"@aws-sdk/ec2-metadata-service": "^3.826.0",
10-
"@aws-sdk/protocol-http": "^3.370.0",
10+
"@smithy/protocol-http": "^5.1.3",
1111
"@aws-sdk/signature-v4": "^3.370.0",
1212
"@azure/identity": "^4.10.1",
1313
"@azure/storage-blob": "12.26.x",

0 commit comments

Comments
 (0)