From 56de97c34bd65a1cc7b382d0267b03c022623a42 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 14:33:34 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- 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" }