Upgrading handlebars
This upgrades handlebars. For some reason, v4.3 of handlebars is special. When the backend (amphora) uses a version > 4.3 and the frontend (kiln) uses a version < 4.3, it goes crazy. This breaking change is to hopefully normalize handlebars at v4.7.6 across all dependencies.
NOTE This was constructed off of v3.3.1
and not off of v4.0.0
, so when upgrading from 4.0.0, we might need to do additional testing.