Skip to content

Commit cf04e0c

Browse files
committed
fix: upgrade mysql2 from 2.1.0 to 2.3.3
Snyk has created this PR to upgrade mysql2 from 2.1.0 to 2.3.3. See this package in npm: https://www.npmjs.com/package/mysql2 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 cf04e0c

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
@@ -6,7 +6,7 @@
66
"aws-xray-sdk-core": "2.4.0",
77
"aws-xray-sdk-mysql": "2.4.0",
88
"md5": "2.2.1",
9-
"mysql2": "2.1.0"
9+
"mysql2": "2.3.3"
1010
},
1111
"scripts": {}
1212
}

0 commit comments

Comments
 (0)