From dba5dbe516e7a3a6364952bc108f93d4598cd4f8 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/name/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/name/package.json b/03-path-application-development/306-app-tracing-with-jaeger-and-x-ray/x-ray/nodejs-microservices/name/package.json index ae7bb8ef..ab771371 100644 --- a/03-path-application-development/306-app-tracing-with-jaeger-and-x-ray/x-ray/nodejs-microservices/name/package.json +++ b/03-path-application-development/306-app-tracing-with-jaeger-and-x-ray/x-ray/nodejs-microservices/name/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" }