jfrog / build-info-go

build-info-go is a Go library and a CLI, which allows generating build-info for a source code project.
https://www.buildinfo.org
Apache License 2.0
61 stars 34 forks source link

The latest npm tests have been updated to work with npm versions 8.11.0 and above #92

Closed Or-Geva closed 2 years ago

Or-Geva commented 2 years ago

To be compatible with and collect build-information, package-lock.json had to be generated differently since npm 8.11.0. Package-lock.json moved from sha1 to sha512. In this PR, the package-lock.json files, in npm tests, were upgraded and as a result, The expected dependencies have also changed.