update handlebars to address vuln
authorDan Allen <dan@opendevise.com>
Sun, 13 Oct 2019 20:48:02 +0000 (14:48 -0600)
committerDan Allen <dan@opendevise.com>
Sun, 13 Oct 2019 20:48:02 +0000 (14:48 -0600)
package-lock.json
package.json

index fedc225..371462b 100644 (file)
       }
     },
     "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",
index 574ad23..b6b89a4 100644 (file)
@@ -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",