From ca077a9bfdc3eba91e720338c79753ed528efda4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 18 Oct 2024 07:13:44 +0000 Subject: [PATCH] fix: templates/library/nextjs-library-boilerplate/example/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NEXT-8186172 --- .../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..bf28bc12 100644 --- a/templates/library/nextjs-library-boilerplate/example/package.json +++ b/templates/library/nextjs-library-boilerplate/example/package.json @@ -11,7 +11,7 @@ "dependencies": { "eslint": "8.34.0", "eslint-config-next": "13.2.1", - "next": "13.2.1", + "next": "14.2.7", "next-library": "link:..", "react": "18.2.0", "react-dom": "18.2.0"