From b7112817daa4512a137e26084d38d8cefa5f80f1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 22 May 2024 12:35:45 +0000 Subject: [PATCH] fix: tools/node_modules/eslint-plugin-markdown/node_modules/mdast-util-from-markdown/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- .../node_modules/mdast-util-from-markdown/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/node_modules/eslint-plugin-markdown/node_modules/mdast-util-from-markdown/package.json b/tools/node_modules/eslint-plugin-markdown/node_modules/mdast-util-from-markdown/package.json index b17e76df3f7162..f7716b17d306f5 100644 --- a/tools/node_modules/eslint-plugin-markdown/node_modules/mdast-util-from-markdown/package.json +++ b/tools/node_modules/eslint-plugin-markdown/node_modules/mdast-util-from-markdown/package.json @@ -59,7 +59,7 @@ "tape": "^5.0.0", "tinyify": "^3.0.0", "unified": "^9.0.0", - "xo": "^0.37.0" + "xo": "^0.42.0" }, "scripts": { "format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",