From 9b1464cab9afeb9cc9104cfb67a9bc831679c5e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Nov 2025 20:16:07 +0000 Subject: [PATCH] Bump js-yaml from 4.1.0 to 4.1.1 in /meta_configurator Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.0 to 4.1.1. - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/4.1.0...4.1.1) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- meta_configurator/package-lock.json | 9 +++++---- meta_configurator/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/meta_configurator/package-lock.json b/meta_configurator/package-lock.json index fca764f9..d14c475b 100644 --- a/meta_configurator/package-lock.json +++ b/meta_configurator/package-lock.json @@ -26,7 +26,7 @@ "fast-xml-parser": "^5.0.8", "flowbite": "^1.6.5", "handlebars": "^4.7.8", - "js-yaml": "^4.1.0", + "js-yaml": "^4.1.1", "json-cst": "^1.2.0", "json-pointer": "^0.6.2", "json-schema-faker": "^0.5.8", @@ -6632,9 +6632,10 @@ "dev": true }, "node_modules/js-yaml": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", - "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz", + "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==", + "license": "MIT", "dependencies": { "argparse": "^2.0.1" }, diff --git a/meta_configurator/package.json b/meta_configurator/package.json index fbe02f8d..f4c12302 100644 --- a/meta_configurator/package.json +++ b/meta_configurator/package.json @@ -42,7 +42,7 @@ "fast-xml-parser": "^5.0.8", "flowbite": "^1.6.5", "handlebars": "^4.7.8", - "js-yaml": "^4.1.0", + "js-yaml": "^4.1.1", "json-cst": "^1.2.0", "json-pointer": "^0.6.2", "json-schema-faker": "^0.5.8",