From: Dan Allen Date: Sun, 13 Oct 2019 20:48:02 +0000 (-0600) Subject: update handlebars to address vuln X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=941a082b388f3939c389da27e789aebbc3aa8f14;p=working%2Feg-antora.git update handlebars to address vuln --- diff --git a/package-lock.json b/package-lock.json index fedc225..371462b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5374,9 +5374,9 @@ } }, "handlebars": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.2.0.tgz", - "integrity": "sha512-Kb4xn5Qh1cxAKvQnzNWZ512DhABzyFNmsaJf3OAkWNa4NkaqWcNI8Tao8Tasi0/F4JD9oyG0YxuFyvyR57d+Gw==", + "version": "4.4.3", + "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.4.3.tgz", + "integrity": "sha512-B0W4A2U1ww3q7VVthTKfh+epHx+q4mCt6iK+zEAzbMBpWQAwxCeKxEGpj/1oQTpzPXDNSOG7hmG14TsISH50yw==", "dev": true, "requires": { "neo-async": "^2.6.0", diff --git a/package.json b/package.json index 574ad23..b6b89a4 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "gulp-stylelint": "~9.0", "gulp-uglify": "~3.0", "gulp-vinyl-zip": "~2.1 >=2.1.2", - "handlebars": "~4.2", + "handlebars": "~4.4", "highlight.js": "~9.15", "js-yaml": "~3.13", "merge-stream": "~2.0",