Skip to content

Commit

Permalink
chore: remove tedious version override
Browse files Browse the repository at this point in the history
Now that an updated version of `mssql` >= 10 has landed, we no longer
need the specifier override used for pinning `tedious` in our
`package.json` file.

Refs: #260
Refs: #154
  • Loading branch information
ruyadorno committed Jan 25, 2024
1 parent 28fe319 commit 8541164
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,5 @@
"gaxios": "^6.1.1",
"google-auth-library": "^9.2.0",
"p-throttle": "^5.1.0"
},
"overrides": {
"tedious": "^16.1.0"
}
}

0 comments on commit 8541164

Please sign in to comment.