diff --git a/03-path-application-development/306-app-tracing-with-jaeger-and-x-ray/x-ray/nodejs-microservices/webapp/package.json b/03-path-application-development/306-app-tracing-with-jaeger-and-x-ray/x-ray/nodejs-microservices/webapp/package.json index c7efc896..2bb09108 100644 --- a/03-path-application-development/306-app-tracing-with-jaeger-and-x-ray/x-ray/nodejs-microservices/webapp/package.json +++ b/03-path-application-development/306-app-tracing-with-jaeger-and-x-ray/x-ray/nodejs-microservices/webapp/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "express": "^4.13.3", - "aws-sdk": "2.9.0", + "aws-sdk": "2.814.0", "aws-xray-sdk": "1.1.4", "sync-request": "^4.1.0" }