From b1139ca1efcb9168cf3c769696ef674920e4617e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 19 Sep 2024 10:22:52 +0000 Subject: [PATCH] fix: templates/app/nextjs-boilerplate/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NEXT-8025427 --- templates/app/nextjs-boilerplate/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/app/nextjs-boilerplate/package.json b/templates/app/nextjs-boilerplate/package.json index d8a5029d..497114c6 100644 --- a/templates/app/nextjs-boilerplate/package.json +++ b/templates/app/nextjs-boilerplate/package.json @@ -13,7 +13,7 @@ "@reduxjs/toolkit": "^2.2.6", "axios": "^1.7.2", "crypto-js": "^4.2.0", - "next": "14.2.4", + "next": "14.2.10", "react": "^18", "react-dom": "^18", "react-hook-form": "^7.52.1",