From f54945ed5743b34416d9110bba410dc62a5e5b6d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 28 Oct 2024 14:15:38 +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/ekmixon/project/a50a9592-0b85-48c9-9301-0888580e6c10?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 0e44d67cb8..dcb8551541 100644 --- a/package.json +++ b/package.json @@ -60,6 +60,6 @@ "mocha": "^6.1.4", "nodemon": "^1.19.4", "nyc": "^14.1.1", - "eslint": "^6.8.0" + "eslint": "^9.12.0" } }