From c0aa409022eeee6cb533bcea37d6bbc22b2312d2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 1 Jan 2024 15:31:28 +0000 Subject: [PATCH] fix: upgrade eslint-config-next from 13.2.1 to 13.5.6 Snyk has created this PR to upgrade eslint-config-next from 13.2.1 to 13.5.6. See this package in npm: https://www.npmjs.com/package/eslint-config-next See this project in Snyk: https://app.snyk.io/org/create-mern-app/project/a63ef512-260c-4503-ad3e-6695a383e8a9?utm_source=github&utm_medium=referral&page=upgrade-pr --- .../library/nextjs-library-boilerplate/example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/library/nextjs-library-boilerplate/example/package.json b/templates/library/nextjs-library-boilerplate/example/package.json index 9ead19e6..f4ccb385 100644 --- a/templates/library/nextjs-library-boilerplate/example/package.json +++ b/templates/library/nextjs-library-boilerplate/example/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "eslint": "8.34.0", - "eslint-config-next": "13.2.1", + "eslint-config-next": "13.5.6", "next": "13.2.1", "next-library": "link:..", "react": "18.2.0",