From 00bde34e78c13fdcdb3f37507dd93f8f33bf433b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Jul 2020 01:43:30 +0000 Subject: [PATCH] fix: packages/material-ui-docs/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MARKED-584281 --- packages/material-ui-docs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/material-ui-docs/package.json b/packages/material-ui-docs/package.json index a9be09cd50c3f2..8001a0fb11817c 100644 --- a/packages/material-ui-docs/package.json +++ b/packages/material-ui-docs/package.json @@ -40,7 +40,7 @@ "@babel/runtime": "^7.4.4", "@material-ui/utils": "^4.1.0", "clsx": "^1.0.4", - "marked": "^0.7.0", + "marked": "^1.1.1", "nprogress": "^0.2.0", "prismjs": "^1.17.1" },