From 153976f634a0c247383ab798731b660c68113c57 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 24 Mar 2025 22:55:01 +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-9508709 --- .../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..8a13f997 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.9", "next-library": "link:..", "react": "18.2.0", "react-dom": "18.2.0"