Skip to content

Commit e5ae8da

Browse files
authored
Merge pull request #43 from euduardo/master
fix(dependency version update): fixed the version of the `tedious` package
2 parents c34ed7a + 0fed5f0 commit e5ae8da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"peerDependencies": {
7171
"pg": "^8.7.1",
7272
"mssql": "^7.2.1",
73-
"tedious": "^13.1.0",
73+
"tedious": "^14.0.0",
7474
"mysql2": "^2.3.2",
7575
"bluebird": "^3.7.2"
7676
},

0 commit comments

Comments
 (0)