From bd88f45d8d93e06fd4fddae3e7c9dddfd148d7c6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 3 Oct 2023 04:33:03 +0000 Subject: [PATCH] fix: client/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-POSTCSS-5926692 --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index a9bacdb..6c9f7af 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.4", "nprogress": "^0.2.0", "pretty-ms": "^7.0.1", "react": "^17.0.2",