From f281de668943cc573865e6a9fcafca251959610f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 25 Oct 2023 15:16:37 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NEXT-6032387 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index af0f830..81d7941 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@mantine/next": "^4.0.7", "@mantine/notifications": "^4.2.10", "@mantine/prism": "^4.0.8", - "next": "12.1.0", + "next": "13.5.0", "openai-api": "^1.2.6", "react": "17.0.2", "react-dom": "17.0.2",