Skip to content

Commit 1640003

Browse files
committed
Update tarn & debug dependencies
1 parent 2d04cf8 commit 1640003

File tree

3 files changed

+26
-8
lines changed

3 files changed

+26
-8
lines changed

CHANGELOG.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ v8.0.0 (2021-??-??)
66
[change] Errors for bad bulk load parameters have slightly different error messages ((#1318)[https://github.com/tediousjs/node-mssql/pull/1318])
77
[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])
88
[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])
9+
[change] Update tarn pool dependency ((#1344)[https://github.com/tediousjs/node-mssql/pull/1344])
910
[removed] Remove connection string parser helpers ((#1342)[https://github.com/tediousjs/node-mssql/pull/1342])
1011

1112
v7.2.1 (2021-08-19)

package-lock.json

Lines changed: 23 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
"license": "MIT",
2828
"dependencies": {
2929
"@tediousjs/connection-string": "^0.3.0",
30-
"debug": "^4.3.2",
30+
"debug": "^4.3.3",
3131
"rfdc": "^1.3.0",
32-
"tarn": "^3.0.1",
32+
"tarn": "^3.0.2",
3333
"tedious": "^14.0.0"
3434
},
3535
"devDependencies": {

0 commit comments

Comments
 (0)