Title:
Support newer npm package-lock dependency format introduced with lockfileVersion 3
Created:
7/28/2023 2:26:50 PM by ShaydeNofziger
Status:
closed on 8/1/2023 11:21:07 AM
Last pulled:
8/1/2023 2:22:12 PM
Description:
Add support for the new format introduced to package-lock.json files with lockfileVersion 3 support. Addresses the functionality discussed in the [forum here](https://forums.inedo.com/topic/3877/pgscan-lockfileversion-3-for-npm-dependencies-not-supported/5), as well as in issues #33 and #34 I have tested this locally targeting lockfileVersion 2 and lockfileVersion 3 package-lock.json files with success. I am happy to add any tests with some guidance as needed.