diff --git a/package-lock.json b/package-lock.json index de844e0..c76f17d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3471,9 +3471,9 @@ } }, "handlebars": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.2.1.tgz", - "integrity": "sha512-bqPIlDk06UWbVEIFoYj+LVo42WhK96J+b25l7hbFDpxrOXMphFM3fNIm+cluwg4Pk2jiLjWU5nHQY7igGE75NQ==", + "version": "4.4.2", + "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.4.2.tgz", + "integrity": "sha512-cIv17+GhL8pHHnRJzGu2wwcthL5sb8uDKBHvZ2Dtu5s1YNt0ljbzKbamnc+gr69y7bzwQiBdr5+hOpRd5pnOdg==", "requires": { "neo-async": "^2.6.0", "optimist": "^0.6.1", diff --git a/package.json b/package.json index bc7d45d..fd25248 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "animate.css": "3.7.2", "bootstrap": "^4.3.1", "glob": "^7.1.4", - "handlebars": "^4.2.1", + "handlebars": "^4.4.2", "http-server": "^0.11.1", "jquery": "^3.4.1", "js-yaml": "^3.13.1",