From 4a30f0fe4d09502e11a721ed25729e0f225a9b5b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 25 Oct 2022 00:12:54 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b52eb22de1..9e1c8bf3ce 100644 --- a/package.json +++ b/package.json @@ -2,8 +2,8 @@ "repository": { }, "dependencies": { - "brunch": "^1.8.1", - "babel-brunch": "^5.1.1", + "brunch": "^2.0.0", + "babel-brunch": "^6.0.0", "clean-css-brunch": ">= 1.0 < 1.8", "css-brunch": ">= 1.0 < 1.8", "javascript-brunch": ">= 1.0 < 1.8",