SignalK / specification

Signal K is a JSON-based format for storing and sharing marine data from different sources (e.g. nmea 0183, 2000, seatalk, etc)
Other
91 stars 68 forks source link

fix: deprecated package updated #648

Closed KEGustafsson closed 1 year ago

KEGustafsson commented 1 year ago

Update npm package to remove core-js warning about deprecated version. Links to Signal K Server vulnerabilities and deprecated fix. https://github.com/SignalK/signalk-server/pull/1508

Tested with updated npmjs version of signalk-schema@1.6.0 version with SignalK Server fixes. As version 1.6.0 is not visible here and 1.7.0 seemed to cause some issues, This might need more investigation. Which commit is npmjs 1.6.0?

tkurki commented 1 year ago

Tag v1.6.0 is here in GH and

git merge-base v1.7.0 v1.6.0
c71c367032488576121d105b72f10d9afa164c11

shows that all we are missing from master / v1.7.0 history is 03c5b03b5506ba113e2960a7a031820c8b748707 (v1.6.0 version bump) and c9d733b65277addd592a8490340ce7967a7344e4 that seems to be the same as 38147bc0ff7d16edb78d3bc55f131940799f528b that we have in master.

So nothing to fix i think.