From f2849fe0e8c255512fc8f18ce331da52fa48ffe4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 29 Oct 2024 00:43:57 +0000 Subject: [PATCH] feat: upgrade eslint from 6.8.0 to 9.12.0 Snyk has created this PR to upgrade eslint from 6.8.0 to 9.12.0. See this package in npm: eslint See this project in Snyk: https://app.snyk.io/org/nerds-github/project/31417d5e-2e41-49ef-b06d-f8bf03744022?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 7ae5676471f..798fdae464f 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "cross-env": "^5.2.0", "css-loader": "^6.8.1", "dotenv": "^5.0.0", - "eslint": "^6.7.2", + "eslint": "^9.12.0", "eslint-plugin-spellcheck": "0.0.17", "graphql": "^15.5.0", "path-browserify": "^1.0.1",