GoogleCloudPlatform / cloud-sql-nodejs-connector

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

deps: bump dependency tedious to v16.7.1 #335

Closed jackwotherspoon closed 4 months ago

jackwotherspoon commented 4 months ago

Bumping tedious package to v16.7.1 as #311 is a major version bump that drops support for Node 14, 16 etc which we still need to support.

This is also part of trying to get rid of the dependency of punycode which is deprecated and results in the following message when running the node connector with later versions of node:

(node:45645) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)

Closes #311