From 65c9e9afd9fdab85578e4aa50f5f0a148b34cc8c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 9 Feb 2025 01:50:59 +0000 Subject: [PATCH] feat: upgrade eslint from 6.8.0 to 9.18.0 Snyk has created this PR to upgrade eslint from 6.8.0 to 9.18.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..d66d7b5093e 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.18.0", "eslint-plugin-spellcheck": "0.0.17", "graphql": "^15.5.0", "path-browserify": "^1.0.1",