From 66ccd7ef56768f2780948a7ccffc9fe36a090c6f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 18 Feb 2022 23:40:17 +0000 Subject: [PATCH] fix: website/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NEXT-2405694 - https://snyk.io/vuln/SNYK-JS-TRIM-1017038 --- website/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/package.json b/website/package.json index f6cef4e68b2..a3774518d97 100644 --- a/website/package.json +++ b/website/package.json @@ -38,8 +38,8 @@ "@hashicorp/react-use-cases": "^4.0.1", "@hashicorp/react-vertical-text-block-list": "^6.0.3", "marked": "0.7.0", - "next": "10.1.3", - "next-mdx-remote": "3.0.1", + "next": "12.1.0", + "next-mdx-remote": "4.0.0", "next-remote-watch": "^1.0.0", "nuka-carousel": "4.7.7", "react": "16.14.0",