From 7d234d57e495e2bc9742725a3db8293c4b0ec1ee Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 27 Nov 2023 14:05:03 +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 - https://snyk.io/vuln/SNYK-JS-BABELTRAVERSE-5962463 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ce7cabd..8c8c1a2 100644 --- a/package.json +++ b/package.json @@ -26,8 +26,8 @@ "express": "^4.14.1", "atob": "^2.0.0", "babel": "^6.0.0", - "babel-eslint": "^6.0.0", - "eslint": "^2.1.0", + "babel-eslint": "^8.0.2", + "eslint": "^4.5.0", "github": "^0.2.4", "lodash": "^4.17.5" }