Skip to content

Commit

Permalink
chore(cb2-11778): updated mysql2 to the latest version
Browse files Browse the repository at this point in the history
* chore(cb2-11778): updated mysql2 to the latest version

* chore(cb2-11778): added .idea files to the gitignore
  • Loading branch information
kcarr-bjss authored May 15, 2024
1 parent d1fbe0f commit 3a2cfa0
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 36 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,7 @@ reports
*.map

# npm audit results
npm-audit.html
npm-audit.html

# Idea specific hidden files
.idea/**
73 changes: 39 additions & 34 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"aws-lambda": "1.0.6",
"dateformat": "4.6.3",
"knex": "2.4.0",
"mysql2": "2.3.3",
"mysql2": "3.9.7",
"source-map-support": "0.5.19",
"winston": "3.3.3"
},
Expand Down

0 comments on commit 3a2cfa0

Please sign in to comment.