Skip to content

Commit 8201123

Browse files
committed
fix: upgrade aws-xray-sdk-mysql from 2.4.0 to 2.5.0
Snyk has created this PR to upgrade aws-xray-sdk-mysql from 2.4.0 to 2.5.0. See this package in npm: https://www.npmjs.com/package/aws-xray-sdk-mysql See this project in Snyk: https://app.snyk.io/org/jpascoe/project/22915ed3-5214-4587-ac3a-87ba21696db4?utm_source=github&utm_medium=referral&page=upgrade-pr
1 parent 3c2c9f2 commit 8201123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample-apps/rds-mysql/lib/nodejs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"dependencies": {
66
"aws-xray-sdk-core": "2.4.0",
7-
"aws-xray-sdk-mysql": "2.4.0",
7+
"aws-xray-sdk-mysql": "2.5.0",
88
"md5": "2.2.1",
99
"mysql2": "2.1.0"
1010
},

0 commit comments

Comments
 (0)