From 7e0425d0810ecb728dd073fcaa14d469f2a4901d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 2 Feb 2024 17:56:58 +0000 Subject: [PATCH] fix: linters/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 --- linters/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linters/package.json b/linters/package.json index 4e9de8d16b..84b6518861 100644 --- a/linters/package.json +++ b/linters/package.json @@ -23,7 +23,7 @@ "homepage": "https://github.com/thenerdery/javascript-standards", "dependencies": { "eslint": "3.19.0", - "babel-eslint": "7.2.2", + "babel-eslint": "10.1.0", "grunt": "1.0.1", "grunt-eslint": "19.0.0", "jit-grunt": "0.10.0",