Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
upgrade mssql dependency to 4.2.1. mssql package has been updated to resolve an issue related to resource timeout error. Loopback connector is dependent on this package and can face similar issue. 

tediousjs/node-mssql#610
tediousjs/node-mssql#683
  • Loading branch information
learnmews authored Aug 28, 2018
1 parent e20349f commit 7241645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"async": "^2.6.1",
"debug": "^3.1.0",
"loopback-connector": "^4.5.0",
"mssql": "^4.1.0",
"mssql": "^4.2.1",
"strong-globalize": "^4.1.1",
"sqlcmdjs": "^1.5.0"
},
Expand Down

0 comments on commit 7241645

Please sign in to comment.