GoogleCloudPlatform / cloud-sql-nodejs-connector

A JavaScript library for connecting securely to your Cloud SQL instances
Apache License 2.0
67 stars 8 forks source link

chore: remove tedious version override #295

Closed ruyadorno closed 7 months ago

ruyadorno commented 7 months ago

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: https://github.com/GoogleCloudPlatform/cloud-sql-nodejs-connector/pull/260 Refs: https://github.com/GoogleCloudPlatform/cloud-sql-nodejs-connector/issues/154