From 0966a9acc00a30cb365031fad6dc3d721ef9a6b0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 28 Feb 2020 07:10:09 +0000 Subject: [PATCH] fix: upgrade handlebars from 4.7.2 to 4.7.3 Snyk has created this PR to upgrade handlebars from 4.7.2 to 4.7.3. See this package in NPM: https://www.npmjs.com/package/handlebars See this project in Snyk: https://app.snyk.io/org/snyk/project/db479599-7bc2-4cdd-ad28-39610d0223dc?utm_source=github&utm_medium=upgrade-pr --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4da7ac3..424705c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1161,9 +1161,9 @@ "dev": true }, "handlebars": { - "version": "4.7.2", - "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.2.tgz", - "integrity": "sha512-4PwqDL2laXtTWZghzzCtunQUTLbo31pcCJrd/B/9JP8XbhVzpS5ZXuKqlOzsd1rtcaLo4KqAn8nl8mkknS4MHw==", + "version": "4.7.3", + "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.3.tgz", + "integrity": "sha512-SRGwSYuNfx8DwHD/6InAPzD6RgeruWLT+B8e8a7gGs8FWgHzlExpTFMEq2IA6QpAfOClpKHy6+8IqTjeBCu6Kg==", "requires": { "neo-async": "^2.6.0", "optimist": "^0.6.1", diff --git a/package.json b/package.json index a135d2b..cbc7e35 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "license": "ISC", "dependencies": { "commander": "^4.1.1", - "handlebars": "^4.7.2", + "handlebars": "^4.7.3", "marked": "^0.7.0", "moment": "^2.24.0", "source-map-support": "^0.5.16"