From 1cd77b4ef405c5910f65d8da224e8c99dc6059d2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 5 May 2021 06:59:10 +0000 Subject: [PATCH] fix: examples/jquery/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HANDLEBARS-1279029 --- examples/jquery/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/jquery/package.json b/examples/jquery/package.json index 17c4b437da..e0eaf1cda7 100644 --- a/examples/jquery/package.json +++ b/examples/jquery/package.json @@ -4,7 +4,7 @@ "todomvc-common": "~1.0.1", "todomvc-app-css": "~1.0.1", "jquery": "~2.1.1", - "handlebars": "~2.0.0", + "handlebars": "~4.7.7", "director": "~1.2.2" } }