Skip to content

Commit

Permalink
chore: downgrade remediation warn
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins committed Jan 14, 2023
1 parent ab36ccc commit 61cf503
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -45,7 +45,7 @@ export async function findFirstParentVersion(
const targetDep = await getPkgReleasesCached(targetDepName);
// istanbul ignore if
if (!targetDep) {
logger.warn(
logger.info(
{ targetDepName },
'Could not look up target dependency for remediation'
);
Expand Down

0 comments on commit 61cf503

Please sign in to comment.