I need to update this package in my project to address a security vulnerability message with npm audit (i have version 4.0.0 installed)
express-handlebars <5.3.1
Severity: high
Insecure template handling in Express-handlebars - https://github.com/advisories/GHSA-fr76-2wp8-fp92
fix available via `npm audit fix --force`
Will install nodemailer-express-handlebars@5.0.0, which is a breaking change
node_modules/express-handlebars
nodemailer-express-handlebars <=4.0.0
Depends on vulnerable versions of express-handlebars
node_modules/nodemailer-express-handlebars
Are there any breaking changes between version 4 and 5?
Hi
I need to update this package in my project to address a security vulnerability message with
npm audit
(i have version 4.0.0 installed)Are there any breaking changes between version 4 and 5?
Best, Thomas