Skip to content

Commit

Permalink
update handlebars dependency
Browse files Browse the repository at this point in the history
handlebars is only a devDependency, but update the version due to
a security advisory.

Refs: GHSA-q2c6-c6pm-g3gh
  • Loading branch information
cjihrig committed Sep 10, 2020
1 parent a857dfc commit 14ccf5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"babel-plugin-transform-react-jsx": "6.x.x",
"coveralls": "3.x.x",
"ejs": "^3.1.3",
"handlebars": "4.x.x",
"handlebars": "^4.5.3",
"hapi-react-views": "10.x.x",
"marko": "4.x.x",
"mustache": "^4.0.1",
Expand Down

0 comments on commit 14ccf5d

Please sign in to comment.