From 90f586c349dbc6f201ec5298fb1fb8d6d69fe648 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 19 Jul 2024 21:31:57 +0000 Subject: [PATCH] feat: upgrade eslint from 6.8.0 to 9.6.0 Snyk has created this PR to upgrade eslint from 6.8.0 to 9.6.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..84d10303bc 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.6.0" } }