From b55acd18431103682f0b8dc29d09da24bdb158b1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 22 Mar 2025 21:33:59 +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-9508709 --- 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..e293d6e9 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.25", "react": "^18", "react-dom": "^18", "react-hook-form": "^7.52.1",