From e08eb0cf5557dcce48030cc5b57fb9dfa1b488f6 Mon Sep 17 00:00:00 2001 From: Yurii Labutkin <96378112+lakoone@users.noreply.github.com> Date: Wed, 19 Aug 2026 10:18:53 +0200 Subject: [PATCH] =?UTF-8?q?=D1=81hore(deps):=20update=20js-yaml=20version?= =?UTF-8?q?=20in=20markdownlint-cli2=20dependency?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package-lock.json | 13 ------------- package.json | 5 ++++- 2 files changed, 4 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7b28cf821..fee4a9373 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7437,19 +7437,6 @@ "markdownlint-cli2": ">=0.0.4" } }, - "node_modules/markdownlint-cli2/node_modules/js-yaml": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz", - "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==", - "dev": true, - "license": "MIT", - "dependencies": { - "argparse": "^2.0.1" - }, - "bin": { - "js-yaml": "bin/js-yaml.js" - } - }, "node_modules/marked": { "version": "14.0.0", "resolved": "https://registry.npmjs.org/marked/-/marked-14.0.0.tgz", diff --git a/package.json b/package.json index ed787a200..a5f1feb2e 100644 --- a/package.json +++ b/package.json @@ -41,6 +41,9 @@ "markdown-it@<14.2.0": "14.3.0", "dompurify@<3.4.13": "3.4.13", "@redocly/realm": "0.137.0-next.1", - "@redocly/theme": "0.69.0-next.1" + "@redocly/theme": "0.69.0-next.1", + "markdownlint-cli2": { + "js-yaml": "^4.3.1" + } } }