From 918182859be29f2046e67ba33c123c7a320b411d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 25 Oct 2023 15:54:39 +0000 Subject: [PATCH] fix: client/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NEXT-6032387 --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index a9bacdb..f0d0632 100644 --- a/client/package.json +++ b/client/package.json @@ -16,7 +16,7 @@ "@next/mdx": "^12.1.5", "axios": "^0.27.2", "emoji-mart": "^3.0.1", - "next": "^12.1.5", + "next": "^13.5.0", "nprogress": "^0.2.0", "pretty-ms": "^7.0.1", "react": "^17.0.2",