From 5260ee3bf03b10c99b84c81a432f05ba377db7c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 00:55:14 +0000 Subject: [PATCH] Bump aws-sdk Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.9.0 to 2.814.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/v2.814.0/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.9.0...v2.814.0) --- updated-dependencies: - dependency-name: aws-sdk dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../x-ray/nodejs-microservices/greeter/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03-path-application-development/306-app-tracing-with-jaeger-and-x-ray/x-ray/nodejs-microservices/greeter/package.json b/03-path-application-development/306-app-tracing-with-jaeger-and-x-ray/x-ray/nodejs-microservices/greeter/package.json index 07174775..d2bfd1f8 100644 --- a/03-path-application-development/306-app-tracing-with-jaeger-and-x-ray/x-ray/nodejs-microservices/greeter/package.json +++ b/03-path-application-development/306-app-tracing-with-jaeger-and-x-ray/x-ray/nodejs-microservices/greeter/package.json @@ -8,7 +8,7 @@ "start": "node server.js" }, "dependencies": { - "aws-sdk": "2.9.0", + "aws-sdk": "2.814.0", "aws-xray-sdk": "1.1.4", "express": "^4.13.3" }