From 269a9d838e35368af435c5ccb8f3a7777f045b32 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 21 Sep 2024 01:52:38 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMIST-2429795 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5f9538c624..74407702d9 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@semantic-release/npm": "^7.1.1", "@semantic-release/release-notes-generator": "^9.0.2", "cheerio": "^1.0.0-rc.6", - "commonmark": "0.29.3", + "commonmark": "0.31.2", "eslint": "^7.25.0", "eslint-config-standard": "^16.0.2", "eslint-plugin-import": "^2.22.1",