ttarnowski / ts-sinon

Sinon extension providing functions to: stub all object methods and to stub interface.
MIT License
69 stars 15 forks source link

Update packages #258

Open LaivlyCurt opened 1 month ago

LaivlyCurt commented 1 month ago

Old Sinon packages had a downstream dependency on an old version of path-to-regexp, which is vulnerable: https://github.com/advisories/GHSA-9wv6-86v2-598j

Updating packages required adjustments to tsconfig and package config to be able to build and test again.

LaivlyCurt commented 1 month ago

Actually, don't merge this yet, have to pull out the npm publishing stuff I added so that I could use the fixes immediately.