build: use version control lockfile of package dependencies for development#2551
build: use version control lockfile of package dependencies for development#2551
Conversation
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2551 +/- ##
=======================================
Coverage 87.42% 87.42%
=======================================
Files 62 62
Lines 10249 10249
Branches 415 415
=======================================
Hits 8960 8960
Misses 1268 1268
Partials 21 21
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
WilliamBergamin
left a comment
There was a problem hiding this comment.
Just to confirm we are including this only at the top level, not individual package level? 🙏
Summary
This PR uses a version controlled lockfile of package dependencies for development to guard against drift in development and supply chain attacks for #2541 🔏
Notes
🔗 https://docs.npmjs.com/cli/v11/configuring-npm/package-lock-json
Requirements