From 3d8645b2797b8bb70ddb518c5390ec3862421ec3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 14 Oct 2023 02:42:26 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BABELTRAVERSE-5962462 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index eedf4e350..042c21f15 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "array.prototype.flatmap": "^1.2.4", "babel-cli": "^6.26.0", "babel-core": "^6.26.3", - "babel-eslint": "=8.0.3 || ^8.2.6", + "babel-eslint": "9.0.0", "babel-plugin-istanbul": "^4.1.6", "babel-plugin-module-resolver": "^2.7.1", "babel-preset-es2015-argon": "latest",