From bc8e07832bbe5cbbd46c9638406dc5aad190d6f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 00:55:15 +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/webapp/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/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" }