From 7e1efa7bdf92d385ebe286661f201f3f6da1305b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 5 May 2021 00:27:26 +0000 Subject: [PATCH] fix: test/fixtures/hbs-demo/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HANDLEBARS-1279029 --- test/fixtures/hbs-demo/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/fixtures/hbs-demo/package.json b/test/fixtures/hbs-demo/package.json index 40a38d782c..b4744caa67 100644 --- a/test/fixtures/hbs-demo/package.json +++ b/test/fixtures/hbs-demo/package.json @@ -9,7 +9,7 @@ "author": "Remy Sharp", "license": "private", "dependencies": { - "handlebars": "~2.0.0-alpha.2" + "handlebars": "~4.7.7" } }