From c181510e6ff5e96508e47810572e5a6337be60c4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 6 Jan 2025 22:49:43 +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-8602067 --- .../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..32399e1d 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": "13.5.8", "next-library": "link:..", "react": "18.2.0", "react-dom": "18.2.0"