From b5e9403ec7772ccc03f6e8178e753855b067debe Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 11 Nov 2024 22:06:31 +0000 Subject: [PATCH] feat: upgrade eslint from 7.32.0 to 9.13.0 Snyk has created this PR to upgrade eslint from 7.32.0 to 9.13.0. See this package in npm: eslint See this project in Snyk: https://app.snyk.io/org/cachiman/project/bbf1699d-2788-46e5-a0fd-644cd7ed34f2?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 84d643026..960795dc6 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@typescript-eslint/eslint-plugin": "^5.45.0", "@typescript-eslint/parser": "^5.45.0", "@vercel/ncc": "^0.36.1", - "eslint": "^7.32.0", + "eslint": "^9.13.0", "eslint-plugin-github": "^4.3.2", "eslint-plugin-jest": "^25.7.0", "jest": "^27.3.0",