diff --git a/package-lock.json b/package-lock.json index ea26bfda..fd2307fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5674,9 +5674,9 @@ "integrity": "sha512-d4sze1JNC454Wdo2fkuyzCr6aHcbL6PGGuFAz0Li/NcOm1tCHGnWDRmJP85dh9IhQErTc2svWFEX5xHIOo//kQ==" }, "handlebars": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.1.2.tgz", - "integrity": "sha512-nvfrjqvt9xQ8Z/w0ijewdD/vvWDTOweBUm96NTr66Wfvo1mJenBLwcYmPs3TIBP5ruzYGD7Hx/DaM9RmhroGPw==", + "version": "4.4.5", + "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.4.5.tgz", + "integrity": "sha512-0Ce31oWVB7YidkaTq33ZxEbN+UDxMMgThvCe8ptgQViymL5DPis9uLdTA13MiRPhgvqyxIegugrP97iK3JeBHg==", "requires": { "neo-async": "^2.6.0", "optimist": "^0.6.1", diff --git a/package.json b/package.json index 370d73d4..8e777199 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "react-scripts": "^3.0.1", "sshpk": "^1.16.1", "clean-css": "4.1.11", - "handlebars": "^4.0.14" + "handlebars": "^4.4.5" }, "scripts": { "start": "react-scripts start",