Bug Report 🐛
To minimise the risk from supply chain attacks we should use pinned package dependencies everywhere.
Expected Behavior
In concerto-core package.json: "yaml": "2.8.3"
Current Behavior
In concerto-core package.json: "yaml": "^2.8.3"
Possible Solution
Use exact package versions.
Make sure that dependabot updates are reviewed and not auto-applied.
Steps to Reproduce
- Look in package.json
Bug Report 🐛
To minimise the risk from supply chain attacks we should use pinned package dependencies everywhere.
Expected Behavior
In concerto-core package.json: "yaml": "2.8.3"
Current Behavior
In concerto-core package.json: "yaml": "^2.8.3"
Possible Solution
Use exact package versions.
Make sure that dependabot updates are reviewed and not auto-applied.
Steps to Reproduce