From a6e1d2c6655b8342e8e59a2eaab6445441c63715 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Feb 2021 22:10:10 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HANDLEBARS-1056767 --- 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",