From 9c4f434a6c6c6c3bef26d6cd823b6aee120cd6ea Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 30 Dec 2024 22:01:51 +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-8520073 --- .../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..2ea28ce8 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.15", "next-library": "link:..", "react": "18.2.0", "react-dom": "18.2.0"