From 16dc9840575f696d28b5d5051e4e6552bc893429 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 19 Oct 2022 05:14:48 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dd2a072..df8f393 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ }, "license": "BSD-3-Clause", "dependencies": { - "babel": "^5.8.23", + "babel": "^6.0.0", "lodash": "^3.10.1", "sister": "^3.0.0" }