From bb93e5cb2b66c58ef1db8ee60896b1b4c52d0ff3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 4 May 2021 22:10:08 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HANDLEBARS-1279029 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b0368b6..01526e7 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "debug": "^2.2.0", "node-etcd": "^4.0.2", "node-uuid": "^1.4.3", - "worksmith": "^0.1.8" + "worksmith": "^1.0.0" }, "devDependencies": { "husky": "^0.8.1",