From 3d258c00d2c86640db18ccccdcf7f2f9ba6795e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 23:03:52 +0000 Subject: [PATCH] dev: bump js-yaml from 4.2.0 to 5.2.0 Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.2.0 to 5.2.0. - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/4.2.0...5.2.0) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 5.2.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 11 +++++++++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 92ec33bd4e..08530ab021 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "http-proxy-middleware": "^3.0.5", "jest": "^30.4.2", "jest-environment-jsdom": "^30.4.1", - "js-yaml": "^4.2.0", + "js-yaml": "^5.2.0", "json": "^11.0.0", "messageformat-parser": "^4.1.3", "mini-css-extract-plugin": "^2.10.2", diff --git a/yarn.lock b/yarn.lock index fd9ca6f477..11f0e1a29e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9172,13 +9172,20 @@ js-yaml@^3.13.1: argparse "^1.0.7" esprima "^4.0.0" -js-yaml@^4.1.0, js-yaml@^4.2.0: +js-yaml@^4.1.0: version "4.2.0" resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.2.0.tgz#2bd9e85682dd91bd469afb809d816043b3d49524" integrity sha512-ePWsvanv0DWuDRsW8dnt+R4jQ31SCRCQ7hhNcPXZPsoBZiemuZNYGf7adZdqX2D86j6rvKp3RpCxVTSb8WQlOw== dependencies: argparse "^2.0.1" +js-yaml@^5.2.0: + version "5.2.0" + resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-5.2.0.tgz#b559a892cae3e32fc5afecc9f18e1672378ddb68" + integrity sha512-YeLUMlvR4Ou1B119LIaM0r65JvbOBooJDc9yEu0dClb/uSC5P4FrLU8OCCz/HXWvtPoIrR0dRzABTjo1sTN9Bw== + dependencies: + argparse "^2.0.1" + jsbn@~0.1.0: version "0.1.1" resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513" @@ -13598,7 +13605,7 @@ tsyringe@^4.10.0: tslib "^1.9.3" "ttn-lw@file:sdk/js": - version "3.35.2" + version "3.36.1" dependencies: arraybuffer-to-string "^1.0.2" auto-bind "^5.0.1"