leshill / handlebars_assets

Use handlebars.js templates with the Rails asset pipeline.
MIT License
649 stars 159 forks source link

Upgrade to handlebars v4.3.1 to fix NODE-SECURITY-1164 #172

Closed mikeantonelli closed 4 years ago

mikeantonelli commented 4 years ago

Upgraded to handlebars v4.3.1 using builds located on the officially supported CDN:

If preferred, I can utilize the minified versions of the assets.

Fixes #171.

bash-4.2# bundle exec rake test
Run options: --seed 62787

# Running:

............................

Finished in 10.001881s, 2.7995 runs/s, 4.9991 assertions/s.

28 runs, 50 assertions, 0 failures, 0 errors, 0 skips
AlexRiedler commented 4 years ago

Weird that CDN has different whitespace (and more) than from the official repository for handlebars; going to release using the official handlebars repository.

Released version 0.23.5 with updated handlebars! Thanks for notifying me!