diff --git a/hedera-mirror-rest/package-lock.json b/hedera-mirror-rest/package-lock.json index efab7778502..bd105cef2fb 100644 --- a/hedera-mirror-rest/package-lock.json +++ b/hedera-mirror-rest/package-lock.json @@ -3467,9 +3467,9 @@ "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=" }, "aws-sdk": { - "version": "2.939.0", - "resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.939.0.tgz", - "integrity": "sha512-2KEAtTlVMDcpHP6+P9JU+mXTNhX3KZ0StW0Qi87oh8EUoRITZj64FrUylNvrCg69thCliAcNzBdlA1g5Iq+qEA==", + "version": "2.943.0", + "resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.943.0.tgz", + "integrity": "sha512-1/WDupJrIB0SJEzIOf+UpqmG0AP5AXoDXhbW7CEujHerOd+/b5A1ubeHKGQJvBN4tAktgsvGpDiBRfB9MpJU5g==", "requires": { "buffer": "4.9.2", "events": "1.1.1", diff --git a/hedera-mirror-rest/package.json b/hedera-mirror-rest/package.json index 8f76f233e4a..4ab4c460e99 100644 --- a/hedera-mirror-rest/package.json +++ b/hedera-mirror-rest/package.json @@ -22,7 +22,7 @@ "@godaddy/terminus": "^4.9.0", "@hashgraph/proto": "^1.0.25", "asn1js": "^2.1.1", - "aws-sdk": "^2.939.0", + "aws-sdk": "^2.943.0", "body-parser": "^1.19.0", "compression": "^1.7.4", "cors": "^2.8.5",