From cec73fc9ed15f1d72d6424a9d809a1d12474cfb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jun 2026 23:24:30 +0000 Subject: [PATCH] build(deps): bump js-yaml from 4.1.1 to 4.3.0 in /web-app Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.1 to 4.3.0. - [Changelog](https://github.com/nodeca/js-yaml/blob/4.3.0/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/4.1.1...4.3.0) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.3.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- web-app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-app/package.json b/web-app/package.json index a446429f54..429a54b7ae 100644 --- a/web-app/package.json +++ b/web-app/package.json @@ -96,7 +96,7 @@ "jspdf": "^4.2.1", "form-data": "^4.0.5", "qs": "^6.15.0", - "js-yaml": "^4.1.1", + "js-yaml": "^4.3.0", "tmp": "^0.2.5", "glob": "^10.5.0", "picomatch": "^4.0.4",