WebThingsIO / gateway

WebThings Gateway - a self-hosted web application for monitoring and controlling a building over the web
http://webthings.io/gateway
Mozilla Public License 2.0
2.62k stars 339 forks source link

Security patches and light refactoring of database code #3115

Closed benfrancis closed 9 months ago

benfrancis commented 9 months ago

This PR upgrades a few npm packages to patch security vulnerabilities.

The new version of sqlite3 changed the TypeScript type definitions so there's a light refactoring of the database code to adjust.