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:..",