From 4ad94fcf52560186e577668bcc4f631e180cb3ce Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 19 Sep 2024 08:08:09 +0000 Subject: [PATCH] feat: upgrade eslint from 8.57.1 to 9.9.1 Snyk has created this PR to upgrade eslint from 8.57.1 to 9.9.1. See this package in npm: eslint See this project in Snyk: https://app.snyk.io/org/cachiman/project/f82a8cd5-4998-47c3-91f9-aabc6972d12f?utm_source=github&utm_medium=referral&page=upgrade-pr --- testProjects/cjs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testProjects/cjs/package.json b/testProjects/cjs/package.json index a977df6728..169bfaf242 100644 --- a/testProjects/cjs/package.json +++ b/testProjects/cjs/package.json @@ -12,7 +12,7 @@ "lint": "eslint ." }, "devDependencies": { - "eslint": "^8.33.0", + "eslint": "^9.9.1", "eslint-plugin-import": "^2.27.5" } }