From 054f5fcac578b11aa28bfe0558f3d1ea8a29ff5f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 14 Jul 2025 23:29:37 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c260e85a0dd4..9aca461f16bd 100644 --- a/package.json +++ b/package.json @@ -374,7 +374,7 @@ "cross-env": "^7.0.3", "csp-parse": "0.0.2", "csv-parse": "5.5.6", - "eslint": "^8.57.1", + "eslint": "^9.0.0", "eslint-config-prettier": "^10.0.3", "eslint-import-resolver-typescript": "^4.4.2", "eslint-plugin-github": "^5.0.2",