Skip to content

Commit

Permalink
Update tarn & debug dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dhensby committed Nov 29, 2021
1 parent 2d04cf8 commit 1640003
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 8 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.txt
Expand Up @@ -6,6 +6,7 @@ v8.0.0 (2021-??-??)
[change] Errors for bad bulk load parameters have slightly different error messages ((#1318)[https://github.com/tediousjs/node-mssql/pull/1318])
[change] Options provided to the driver via the config.options object will not be overridden with other values if set explicitly ((#1340)[https://github.com/tediousjs/node-mssql/pull/1340])
[change] Duplicate column names will now be presented as an array even if the values are empty ((#1240)[https://github.com/tediousjs/node-mssql/pull/1240])
[change] Update tarn pool dependency ((#1344)[https://github.com/tediousjs/node-mssql/pull/1344])
[removed] Remove connection string parser helpers ((#1342)[https://github.com/tediousjs/node-mssql/pull/1342])

v7.2.1 (2021-08-19)
Expand Down
29 changes: 23 additions & 6 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -27,9 +27,9 @@
"license": "MIT",
"dependencies": {
"@tediousjs/connection-string": "^0.3.0",
"debug": "^4.3.2",
"debug": "^4.3.3",
"rfdc": "^1.3.0",
"tarn": "^3.0.1",
"tarn": "^3.0.2",
"tedious": "^14.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 1640003

Please sign in to comment.