From 45f1f5f2bd92e5ab10d1314e1229853cbc60d197 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 20 Dec 2024 04:23:04 +0000 Subject: [PATCH] fix: examples/custom-output-paths/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NEXT-8520073 --- examples/custom-output-paths/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/custom-output-paths/package.json b/examples/custom-output-paths/package.json index 3b770f33292..1edd88882a9 100644 --- a/examples/custom-output-paths/package.json +++ b/examples/custom-output-paths/package.json @@ -12,7 +12,7 @@ "dependencies": { "@keystone-6/core": "^5.0.0", "@prisma/client": "^4.16.2", - "next": "^13.3.0", + "next": "^14.2.15", "react": "^18.2.0", "react-dom": "^18.2.0" },