From 8a05b79d5a6f94941dd9a740ad8c3eea352b7015 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 6 Jul 2024 14:32:25 +0000 Subject: [PATCH] feat: upgrade eslint from 6.8.0 to 9.5.0 Snyk has created this PR to upgrade eslint from 6.8.0 to 9.5.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..2ef0dbe959 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.5.0" } }