Skip to content

Commit

Permalink
MC-1575: addressing critical CVE alerts (mysql2)
Browse files Browse the repository at this point in the history
  • Loading branch information
katerinachinnappan committed Oct 30, 2024
1 parent fbccfa7 commit 94e1286
Show file tree
Hide file tree
Showing 4 changed files with 80 additions and 38 deletions.
57 changes: 39 additions & 18 deletions bin/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"license": "ISC",
"dependencies": {
"knex": "^3.0.1",
"mysql2": "^3.6.3"
"mysql2": ">=3.9.8"
},
"devDependencies": {
"ts-node": "^10.9.1",
Expand Down
57 changes: 39 additions & 18 deletions curation-migration-datasync/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion curation-migration-datasync/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"aws-lambda": "^1.0.7",
"exponential-backoff": "^3.1.1",
"knex": "^3.0.1",
"mysql2": "^3.6.3",
"mysql2": ">=3.9.8",
"node-fetch": "^2.6.9"
}
}

0 comments on commit 94e1286

Please sign in to comment.