From 39cf6cb9bc9384b2eae49214d0489e5a5890f165 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 19:28:14 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ESLINT-15102420 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e310883cc8d7..b132358862f5 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "create-react-class": "^15.6.3", "danger": "^11.2.3", "error-stack-parser": "^2.0.6", - "eslint": "^7.7.0", + "eslint": "^9.26.0", "eslint-config-prettier": "^6.9.0", "eslint-plugin-babel": "^5.3.0", "eslint-plugin-eslint-plugin": "^3.5.3",