From 0e24b77ca9c5874a8a714c20daedfce299d2759e Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Sun, 5 Jan 2025 15:35:04 +0000 Subject: [PATCH] fix: examples/todo-list/nextjs-todo-list/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NEXT-8602067 --- examples/todo-list/nextjs-todo-list/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/todo-list/nextjs-todo-list/package.json b/examples/todo-list/nextjs-todo-list/package.json index 32fac003794aa..8099b1d232391 100644 --- a/examples/todo-list/nextjs-todo-list/package.json +++ b/examples/todo-list/nextjs-todo-list/package.json @@ -20,7 +20,7 @@ "@types/react-dom": "18.0.11", "eslint": "8.34.0", "eslint-config-next": "13.1.6", - "next": "13.1.6", + "next": "13.5.8", "react": "18.2.0", "react-dom": "18.2.0", "typescript": "4.9.5"