From 434f571c5b7cc70d1edba68ea2fb8e44ae019664 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Aug 2026 02:43:32 +0000 Subject: [PATCH] Bump js-yaml from 4.3.0 to 4.3.1 Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.3.0 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.3.0...4.3.1) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.3.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 084991c..7668715 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "knowledgebuilder", - "version": "1.8.425", + "version": "1.8.430", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "knowledgebuilder", - "version": "1.8.425", + "version": "1.8.430", "license": "MIT", "dependencies": { "@angular/animations": "^21.2.17", @@ -9317,9 +9317,9 @@ "license": "MIT" }, "node_modules/js-yaml": { - "version": "4.3.0", - "resolved": "https://registry.npmmirror.com/js-yaml/-/js-yaml-4.3.0.tgz", - "integrity": "sha512-1td788aAnnZ5qs7V2QIRl1owjtYpbKt749Y3xauqQgwIIGF/xXWz1wMTEBx5O3LK3lXLVuqXPdPxj2BoFHaW9Q==", + "version": "4.3.1", + "resolved": "https://registry.npmmirror.com/js-yaml/-/js-yaml-4.3.1.tgz", + "integrity": "sha512-CY6crGq313MX8GkwvB7tzgp99vjQxY1++5y10/BKN/GUfHqWaOGQMNZkBvqSzsZKWk/ijwHlWzzkLulsGHhjWQ==", "funding": [ { "type": "github", diff --git a/package.json b/package.json index 1569344..168be6b 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "fast-uri": "^3.1.3", "flatted": "^3.4.2", "hono": "^4.12.28", - "js-yaml": "^4.3.0", + "js-yaml": "^4.3.1", "postcss": "^8.5.16", "rollup": "^4.62.2", "sucrase": {