From 223786367a1336ff091f2aa8fcb6454620683ba6 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Fri, 14 Nov 2025 16:05:49 +0000 Subject: [PATCH] Update js-yaml to version 4.1.1 --- package.json | 2 +- yarn.lock | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index be1f713..b6ad64d 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "convert-units": "^2.3.4", "html-to-text": "^9.0.1", "jimp": "^0.16.2", - "js-yaml": "^4.1.0", + "js-yaml": "^4.1.1", "moment": "^2.29.4", "node-europa": "^6.0.0", "node-schedule": "^2.1.0", diff --git a/yarn.lock b/yarn.lock index f50a9b2..be5bf04 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1756,6 +1756,12 @@ js-yaml@^4.1.0: dependencies: argparse "^2.0.1" +js-yaml@^4.1.1: + version "4.1.1" + resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.1.tgz#854c292467705b699476e1a2decc0c8a3458806b" + dependencies: + argparse "^2.0.1" + jsbn@~0.1.0: version "0.1.1" resolved "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz"