From c6ed552cad6993e3292f0ab6c4e611d2c1188fbd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 May 2024 20:35:37 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dd2a072..9e3dfac 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ }, "license": "BSD-3-Clause", "dependencies": { - "babel": "^5.8.23", + "babel": "^6.23.0", "lodash": "^3.10.1", "sister": "^3.0.0" }