Skip to content

Commit

Permalink
fix: update dependency of db libraries
Browse files Browse the repository at this point in the history
update knex, mssql, pg and tedius. Include bug fixes and sec updates
  • Loading branch information
jhomarolo committed Oct 12, 2021
1 parent 503e38d commit ee0f054
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 15 deletions.
31 changes: 20 additions & 11 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"dependencies": {
"@herbsjs/gotu": "^1.0.0",
"@herbsjs/suma": "^1.1.0",
"knex": "^0.95.6"
"knex": "^0.95.11"
},
"devDependencies": {
"@babel/core": "^7.15.8",
Expand All @@ -60,12 +60,12 @@
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-standard": "^4.1.0",
"mocha": "^9.0.1",
"mssql": "^7.1.3",
"mssql": "^7.2.1",
"nyc": "^15.1.0",
"pg": "^8.6.0",
"pg": "^8.7.1",
"prettier": "^2.3.1",
"semantic-release": "^17.4.4",
"tedious": "^11.0.9"
"tedious": "^13.1.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit ee0f054

Please sign in to comment.