From 0e3aa2e5e6ae9004d7fb7c0ecc24a47769963550 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 Sep 2021 05:15:31 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 08f721f..e0d6ca8 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "6to5": "^3.0.10", "LiveScript": "^1.2.0", "axon": "~2.0.0", - "babel-core": "^5.8.23", + "babel-core": "^6.0.0", "body-parser": "~1.0.2", "coffee-script": "~1.7.1", "express": "~4.1.1",