From 98189703f506098f95404f13b234ef2ec37650cf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 23 Dec 2023 18:35:58 +0000 Subject: [PATCH] fix: upgrade eslint from 8.54.0 to 8.55.0 Snyk has created this PR to upgrade eslint from 8.54.0 to 8.55.0. See this package in npm: https://www.npmjs.com/package/eslint See this project in Snyk: https://app.snyk.io/org/equiman/project/7ce64d09-fe59-474d-a78b-8b16a966ff9e?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 64d638b..514017e 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@types/node": "20.10.0", "@types/react": "18.2.38", "@types/react-dom": "18.2.17", - "eslint": "8.54.0", + "eslint": "8.55.0", "eslint-config-next": "14.0.3", "lucide-react": "0.293.0", "minireset.css": "0.0.7",