From eb193efb382f92189912a7106aac653b07d50b57 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 26 Oct 2023 04:18:21 +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 cf5f864..23384cc 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@stripe/stripe-js": "^1.42.0", "graphql": "^16.6.0", "iconoir-react": "^5.3.2", - "next": "12.3.1", + "next": "13.5.0", "next-themes": "^0.2.1", "nprogress": "^0.2.0", "react": "18.2.0",