cubehouse / themeparks

Unofficial API for accessing ride wait times and schedules for Disneyland, Disney World, Universal Studios, and many more parks
MIT License
536 stars 126 forks source link

Fix bug with Ubuntu and themeparks #351

Closed CoryBorek closed 2 years ago

CoryBorek commented 2 years ago

Fixes #350

CoryBorek commented 2 years ago

One issue that may be there with this, is a security vulnerability, that involves one of SQLite's dependencies (node-gyp) It's currently using an old version of tar, which has a bunch of issues with security. Sqlite3 has not released a new version, however, it is patched in the master branch.

cubehouse commented 2 years ago

If you can commit the lock file as well, that should clear the errors :)

CoryBorek commented 2 years ago

Updated the lock file. Seems to have fixed any major vulnerabilities in this repo. Checks with the library work on both Windows and Ubuntu. Also works in my project that is a dependent (with an updated lock file.). Feel free to test further.