From 8d9ce7d422f6b6a767ab78d80f2347e8eda4d355 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 2 Jul 2024 19:32:00 +0000 Subject: [PATCH] fix: upgrade eslint-config-next from 13.1.5 to 13.5.6 Snyk has created this PR to upgrade eslint-config-next from 13.1.5 to 13.5.6. See this package in npm: eslint-config-next See this project in Snyk: https://app.snyk.io/org/abdulrahman305/project/20edb432-2c61-401c-bf68-65913c076563?utm_source=github&utm_medium=referral&page=upgrade-pr --- website/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/package.json b/website/package.json index 2f0a687f89ba7f..6b74b0bc256eb0 100644 --- a/website/package.json +++ b/website/package.json @@ -44,7 +44,7 @@ "autoprefixer": "10.4.14", "csstype": "3.1.1", "eslint": "8.37.0", - "eslint-config-next": "^13.1.5", + "eslint-config-next": "^13.5.6", "eslint-config-prettier": "8.8.0", "postcss": "8.4.31", "tailwindcss": "3.3.1",