Closed alexandrmazur96 closed 1 year ago
@alexandrmazur96 could you make a Pull Request with this update?
@PovilasKorop, here we go - https://github.com/LaravelDaily/laravel-invoices/pull/177
Please let me know if I did something wrong.
laravel-invoices v2 is no longer maintained. please upgrade to laravel-invoices v3
this issue has been resolved in v3
It's not a direct issue with this package but caused by this library in our application.
A week ago, dependabot reported us for a security issue with
dompdf/dompdf
package:Our application runs on Laravel ^8.0, so the latest version of your package available for use in our application is 2.2.2.
This version of your library (2.2.2) uses
barryvdh/laravel-dompdf
version^0.9.0
, which in consequence usesdompdf/dompdf
of version^1
that have this security issue (dompdf/dompdf
fixed it in version 2.0.3).
barryvdh/laravel-dompdflibrary should be at least
2.0.1` version.So, is it possible to release 2.2.3 version of your library with updated
barryvdh/laravel-dompdf
?