From cd3e628b1631ce57c7325c14151bd2d7bc88b41f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 27 Jul 2021 11:52:40 +0000 Subject: [PATCH] fix: docs/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - http://localhost:8000/vuln/SNYK-JS-POSTCSS-1090595 - http://localhost:8000/vuln/SNYK-JS-POSTCSS-1255640 - http://localhost:8000/vuln/SNYK-JS-PRISMJS-1314893 --- docs/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/package.json b/docs/package.json index 604aeb5aeb49e6..f8b36e498b305e 100644 --- a/docs/package.json +++ b/docs/package.json @@ -82,11 +82,11 @@ "marked": "^1.0.0", "material-table": "^1.50.0", "material-ui-popup-state": "^1.4.1", - "next": "^9.3.0", + "next": "^10.0.6", "notistack": "^0.9.3", "nprogress": "^0.2.0", "postcss": "^7.0.18", - "prismjs": "^1.17.1", + "prismjs": "^1.24.0", "prop-types": "^15.7.2", "raw-loader": "^1.0.0", "react": "^16.13.0",