From d1436afe618f7d684fe9c07bdaba5455452c11be Mon Sep 17 00:00:00 2001 From: "dev-whitesource-for-github-com[bot]" Date: Thu, 28 Apr 2022 07:38:04 +0000 Subject: [PATCH] Update dependency handlebars to v4.7.4 --- start-preset-idea/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start-preset-idea/package.json b/start-preset-idea/package.json index 0de6956..5fa480b 100644 --- a/start-preset-idea/package.json +++ b/start-preset-idea/package.json @@ -24,7 +24,7 @@ "registry": "https://registry.npmjs.org" }, "dependencies": { - "handlebars": "4.0.10", + "handlebars": "4.7.4", "octopus-start-modules-tasks": "~0.0.1", "octopus-start-tasks": "~0.0.1" },