From 88d65ddc0b7d4ff0ceb425789bd487c7d0301e3a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 16 Feb 2026 18:37:51 +0000 Subject: [PATCH] fix: linters/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AJV-15274295 --- linters/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linters/package.json b/linters/package.json index 4e9de8d16b..b26cdad796 100644 --- a/linters/package.json +++ b/linters/package.json @@ -22,10 +22,10 @@ }, "homepage": "https://github.com/thenerdery/javascript-standards", "dependencies": { - "eslint": "3.19.0", + "eslint": "9.0.0", "babel-eslint": "7.2.2", "grunt": "1.0.1", - "grunt-eslint": "19.0.0", + "grunt-eslint": "25.0.0", "jit-grunt": "0.10.0", "load-grunt-tasks": "3.5.2" }