From eda02f2154ce906a8f78606748a5c3c9b58ea84f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 20:36:24 +0000 Subject: [PATCH] chore(deps): bump js-yaml from 4.1.1 to 4.3.1 Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.1 to 4.3.1. - [Changelog](https://github.com/nodeca/js-yaml/blob/4.3.1/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/4.1.1...4.3.1) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.3.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 22 ++++++++++++++++------ package.json | 2 +- 2 files changed, 17 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9c2f01e..e36cb09 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,18 +1,18 @@ { "name": "markdown-pdf", - "version": "2.1.0", + "version": "2.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "markdown-pdf", - "version": "2.1.0", + "version": "2.2.0", "license": "SEE LICENSE IN LICENSE.txt", "dependencies": { "@vscode/markdown-it-katex": "^1.1.2", "emoji-images": "^0.1.1", "highlight.js": "^11.11.1", - "js-yaml": "^4.1.1", + "js-yaml": "^4.3.1", "katex": "^0.16.45", "markdown-it": "^14.1.1", "markdown-it-container": "^4.0.0", @@ -2290,9 +2290,19 @@ } }, "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==", + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.3.1.tgz", + "integrity": "sha512-CY6crGq313MX8GkwvB7tzgp99vjQxY1++5y10/BKN/GUfHqWaOGQMNZkBvqSzsZKWk/ijwHlWzzkLulsGHhjWQ==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/puzrin" + }, + { + "type": "github", + "url": "https://github.com/sponsors/nodeca" + } + ], "license": "MIT", "dependencies": { "argparse": "^2.0.1" diff --git a/package.json b/package.json index 02f2f66..12e9325 100644 --- a/package.json +++ b/package.json @@ -970,7 +970,7 @@ "@vscode/markdown-it-katex": "^1.1.2", "emoji-images": "^0.1.1", "highlight.js": "^11.11.1", - "js-yaml": "^4.1.1", + "js-yaml": "^4.3.1", "katex": "^0.16.45", "markdown-it": "^14.1.1", "markdown-it-container": "^4.0.0",