From 0738bc52ad15d56cc4ca9955382dfbd22821759e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 9 Oct 2023 03:57:20 +0000 Subject: [PATCH] fix: upgrade eslint from 8.34.0 to 8.49.0 Snyk has created this PR to upgrade eslint from 8.34.0 to 8.49.0. See this package in npm: https://www.npmjs.com/package/eslint 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..f43883b7 100644 --- a/templates/library/nextjs-library-boilerplate/example/package.json +++ b/templates/library/nextjs-library-boilerplate/example/package.json @@ -9,7 +9,7 @@ "lint": "next lint" }, "dependencies": { - "eslint": "8.34.0", + "eslint": "8.49.0", "eslint-config-next": "13.2.1", "next": "13.2.1", "next-library": "link:..",