Describe the bug
I was doing a fresh installation of my project packages and found a warning at the end Found 4 security vulnerability advisories affecting this package.
To Reproduce
I have used the package in my project during fresh installation I got a warning in console.
Found 4 security vulnerability advisories affecting 1 package. After run audit I found below report mentioned in the screenshot.
Expected behavior
Update the package dompdf/dompdf to v2.0.3
Screenshots

Additional context
After trying to update to the patch version composer require dompdf/dompdf:2.0.3 I got following error
barryvdh/laravel-dompdf v0.9.0 requires dompdf/dompdf ^1 -> found dompdf/dompdf[v1.0.0, ..., v1.2.2] but it conflicts with your root composer.json require (2.0.3).
Describe the bug
I was doing a fresh installation of my project packages and found a warning at the end
Found 4 security vulnerability advisories affecting this package.To Reproduce
I have used the package in my project during fresh installation I got a warning in console.
Found 4 security vulnerability advisories affecting 1 package.After run audit I found below report mentioned in the screenshot.Expected behavior
Update the package
dompdf/dompdftov2.0.3Screenshots

Additional context
After trying to update to the patch version
composer require dompdf/dompdf:2.0.3I got following error