From 5463e292ab1e9e7595396fccb1bc6a91cecfdcdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 13:43:41 +0000 Subject: [PATCH] chore(deps): bump aws-xray-sdk-core from 3.10.3 to 3.11.0 Bumps [aws-xray-sdk-core](https://github.com/aws/aws-xray-sdk-node) from 3.10.3 to 3.11.0. - [Release notes](https://github.com/aws/aws-xray-sdk-node/releases) - [Changelog](https://github.com/aws/aws-xray-sdk-node/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-xray-sdk-node/compare/aws-xray-sdk-node@3.10.3...aws-xray-sdk-node@3.11.0) --- updated-dependencies: - dependency-name: aws-xray-sdk-core dependency-version: 3.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- packages/tracer/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4730c0134f..02131126db 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6432,12 +6432,13 @@ } }, "node_modules/aws-xray-sdk-core": { - "version": "3.10.3", - "resolved": "https://registry.npmjs.org/aws-xray-sdk-core/-/aws-xray-sdk-core-3.10.3.tgz", - "integrity": "sha512-bltsLAr4juMJJ2tT5/L/CtwUGIvHihtPe6SO/z3jjOD73PHhOYxcuwCMFFyTbTy5S4WThJO32oZk7r+pg3ZoCQ==", + "version": "3.11.0", + "resolved": "https://registry.npmjs.org/aws-xray-sdk-core/-/aws-xray-sdk-core-3.11.0.tgz", + "integrity": "sha512-b7RRs3/twrsCxb113ZgycyaYcXJUQADFMKTiAfzRJu/2hBD2UZkyrjrh8BNTwQ5PUJJmHLoapv1uhpJFk3qKvQ==", "license": "Apache-2.0", "dependencies": { "@aws-sdk/types": "^3.4.1", + "@aws/lambda-invoke-store": "^0.0.1", "@smithy/service-error-classification": "^2.0.4", "@types/cls-hooked": "^4.3.3", "atomic-batcher": "^1.0.2", @@ -10915,7 +10916,7 @@ "license": "MIT-0", "dependencies": { "@aws-lambda-powertools/commons": "2.27.0", - "aws-xray-sdk-core": "^3.10.3" + "aws-xray-sdk-core": "^3.11.0" }, "devDependencies": { "@aws-lambda-powertools/testing-utils": "file:../testing", diff --git a/packages/tracer/package.json b/packages/tracer/package.json index 90a7ebfb1d..d7ec8ed8e1 100644 --- a/packages/tracer/package.json +++ b/packages/tracer/package.json @@ -88,7 +88,7 @@ }, "dependencies": { "@aws-lambda-powertools/commons": "2.27.0", - "aws-xray-sdk-core": "^3.10.3" + "aws-xray-sdk-core": "^3.11.0" }, "keywords": [ "aws",