fix: delete vulnerabilityAlerts after merging

This commit is contained in:
Rhys Arkins 2021-03-13 10:08:26 +01:00
parent 3527d8b4f3
commit d1152e177b

View file

@ -148,6 +148,7 @@ export async function flattenUpdates(
updateConfig,
config.vulnerabilityAlerts
);
delete updateConfig.vulnerabilityAlerts;
updateConfig.isVulnerabilityAlert = true;
updateConfig.isRemediation = true;
updateConfig.lockFile = lockFile;