From 6f27a3694cf58dfa3eac41035cb47d01f34c5f08 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 11 Feb 2022 09:54:04 +0000 Subject: [PATCH] fix: upgrade aws-xray-sdk-core from 2.4.0 to 2.5.0 Snyk has created this PR to upgrade aws-xray-sdk-core from 2.4.0 to 2.5.0. See this package in npm: https://www.npmjs.com/package/aws-xray-sdk-core See this project in Snyk: https://app.snyk.io/org/jpascoe/project/90208a34-9c36-4cb3-94c4-4e735e84f858?utm_source=github&utm_medium=referral&page=upgrade-pr --- sample-apps/list-manager/lib/nodejs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample-apps/list-manager/lib/nodejs/package.json b/sample-apps/list-manager/lib/nodejs/package.json index f5859d75..ea71c3af 100644 --- a/sample-apps/list-manager/lib/nodejs/package.json +++ b/sample-apps/list-manager/lib/nodejs/package.json @@ -3,7 +3,7 @@ "version": "1.0.0", "private": true, "dependencies": { - "aws-xray-sdk-core": "2.4.0", + "aws-xray-sdk-core": "2.5.0", "aws-xray-sdk-mysql": "2.4.0", "md5": "2.2.1", "mysql": "2.17.1"