From b234a9b081be26942fe55eef5f7ee6f9069e8001 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 9 Apr 2022 16:04:43 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNC-2441827 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3122db5..82f32df 100644 --- a/package.json +++ b/package.json @@ -17,8 +17,8 @@ "dependencies": { "github": "0.1.15", "commander": "2.2.0", - "handlebars": "4.0.5", - "async": "0.6.2" + "handlebars": "4.1.1", + "async": "3.2.2" }, "bin": { "gh-changelog": "./index.js"