From 0db064e24175376220537bf324cd7fb45297f033 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 2 Feb 2024 17:13:13 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0a0fb6c..43c7dcd 100644 --- a/package.json +++ b/package.json @@ -111,7 +111,7 @@ "axios": "^0.21.1", "babel-cli": "^6.24.1", "babel-core": "^6.26.0", - "babel-eslint": "^7.2.3", + "babel-eslint": "^10.1.0", "babel-loader": "^8.2.4", "babel-plugin-istanbul": "^6.0.0", "babel-plugin-transform-class-properties": "^6.24.1",