From 24df94564657dcd685185653893eebf52130b9eb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 31 Aug 2022 07:29:25 +0000 Subject: [PATCH] fix: docs/package.json & docs/yarn.lock to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MDXMERMAID-3009151 --- docs/package.json | 2 +- docs/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/package.json b/docs/package.json index 0a968af1..b432817e 100644 --- a/docs/package.json +++ b/docs/package.json @@ -17,7 +17,7 @@ "classnames": "^2.2.6", "docusaurus-plugin-sass": "^0.2.2", "mdx-link-checker": "^0.1.1", - "mdx-mermaid": "^1.2.2", + "mdx-mermaid": "^1.3.0", "mermaid": "^8.14.0", "plugin-image-zoom": "ataft/plugin-image-zoom", "react": "^17.0.2", diff --git a/docs/yarn.lock b/docs/yarn.lock index 5e1e5c55..856dbfc3 100644 --- a/docs/yarn.lock +++ b/docs/yarn.lock @@ -6439,10 +6439,10 @@ mdx-link-checker@^0.1.1: fs-walk "^0.0.2" remark-slug "^5.1.2" -mdx-mermaid@^1.2.2: - version "1.2.2" - resolved "https://registry.yarnpkg.com/mdx-mermaid/-/mdx-mermaid-1.2.2.tgz#3be9870c3bbf944d47dba805acf3cf877499e58f" - integrity sha512-izl9Vaus0fJHJb6IGgcGZ79LpfFACfn28ExPXKL815RTMT9bgDRIAubufZUCgoCAAv/2S1VTxJLWTwbck4TpLA== +mdx-mermaid@^1.3.0: + version "1.3.2" + resolved "https://registry.yarnpkg.com/mdx-mermaid/-/mdx-mermaid-1.3.2.tgz#9a9d335368de88f0c771daf12dde855bc6b67d57" + integrity sha512-8kw0tg3isKKBFzFwoe2DhIaEgKYtVeJXQtxZCCrdTPO0CTpXHnTHT0atDqsp7YkXi5iUCp/zAZPZu1cmr68T3w== media-typer@0.3.0: version "0.3.0"