From e1ad005a48da517385087ea6187452ad320dabe3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 25 Jul 2024 08:11:44 +0000 Subject: [PATCH] feat: upgrade eslint from 8.25.0 to 9.6.0 Snyk has created this PR to upgrade eslint from 8.25.0 to 9.6.0. See this package in npm: eslint See this project in Snyk: https://app.snyk.io/org/cachiman/project/9c20e2b3-8ee8-4227-8ee8-3388885964ee?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 681d4584..abdf4622 100644 --- a/package.json +++ b/package.json @@ -546,7 +546,7 @@ "@typescript-eslint/parser": "^5.40.0", "@vscode/test-web": "*", "cross-env": "^7.0.3", - "eslint": "^8.25.0", + "eslint": "^9.6.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-prettier": "^4.2.1", "jest": "^29.0.3",