From 4a93bd54d7e7f0527d7f66fe63f6541042ea7790 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Nov 2025 20:58:01 +0000 Subject: build(deps): bump js-yaml from 4.1.0 to 4.1.1 in /src/main/webui (#754) 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: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .../cache/js-yaml-npm-4.1.0-3606f32312-c7830dfd45.zip | Bin 113708 -> 0 bytes .../cache/js-yaml-npm-4.1.1-86ec786790-ea2339c693.zip | Bin 0 -> 107390 bytes src/main/webui/yarn.lock | 6 +++--- 3 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 src/main/webui/.yarn/cache/js-yaml-npm-4.1.0-3606f32312-c7830dfd45.zip create mode 100644 src/main/webui/.yarn/cache/js-yaml-npm-4.1.1-86ec786790-ea2339c693.zip (limited to 'src/main') diff --git a/src/main/webui/.yarn/cache/js-yaml-npm-4.1.0-3606f32312-c7830dfd45.zip b/src/main/webui/.yarn/cache/js-yaml-npm-4.1.0-3606f32312-c7830dfd45.zip deleted file mode 100644 index 659c85d..0000000 Binary files a/src/main/webui/.yarn/cache/js-yaml-npm-4.1.0-3606f32312-c7830dfd45.zip and /dev/null differ diff --git a/src/main/webui/.yarn/cache/js-yaml-npm-4.1.1-86ec786790-ea2339c693.zip b/src/main/webui/.yarn/cache/js-yaml-npm-4.1.1-86ec786790-ea2339c693.zip new file mode 100644 index 0000000..01deaba Binary files /dev/null and b/src/main/webui/.yarn/cache/js-yaml-npm-4.1.1-86ec786790-ea2339c693.zip differ diff --git a/src/main/webui/yarn.lock b/src/main/webui/yarn.lock index c29363b..817a8c2 100644 --- a/src/main/webui/yarn.lock +++ b/src/main/webui/yarn.lock @@ -5130,13 +5130,13 @@ eslint@latest: linkType: hard "js-yaml@npm:^4.0.0, js-yaml@npm:^4.1.0": - version: 4.1.0 - resolution: "js-yaml@npm:4.1.0" + version: 4.1.1 + resolution: "js-yaml@npm:4.1.1" dependencies: argparse: ^2.0.1 bin: js-yaml: bin/js-yaml.js - checksum: c7830dfd456c3ef2c6e355cc5a92e6700ceafa1d14bba54497b34a99f0376cecbb3e9ac14d3e5849b426d5a5140709a66237a8c991c675431271c4ce5504151a + checksum: ea2339c6930fe048ec31b007b3c90be2714ab3e7defcc2c27ebf30c74fd940358f29070b4345af0019ef151875bf3bc3f8644bea1bab0372652b5044813ac02d languageName: node linkType: hard -- cgit