From d8e72a82b17d4093875898cce22b31d51f1f0de2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 2 Jan 2025 07:25:12 +0000 Subject: [PATCH] fix: upgrade eslint from 8.57.0 to 8.57.1 Snyk has created this PR to upgrade eslint from 8.57.0 to 8.57.1. See this package in npm: eslint See this project in Snyk: https://app.snyk.io/org/hashim21223445/project/46fbdd72-2aa1-4aa8-a146-f0deb32bec1f?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d6afd075..d3c6aec7 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "common-shakeify": "~1.1.2", "eclint": "^2.8.1", "es-value-fixtures": "^1.4.2", - "eslint": "8.57.0", + "eslint": "8.57.1", "evalmd": "^0.0.19", "for-each": "^0.3.3", "glob": "10.4.5",