From 80e3370112d763d117c983d411c76d58d90f1ff9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 05:17:56 +0000 Subject: [PATCH] dev: bump js-yaml from 5.2.0 to 5.2.2 Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 5.2.0 to 5.2.2. - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/5.2.0...5.2.2) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 5.2.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 87ffc72ecb..be7394bdb9 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "http-proxy-middleware": "^3.0.7", "jest": "^30.4.2", "jest-environment-jsdom": "^30.4.1", - "js-yaml": "^5.2.0", + "js-yaml": "^5.2.2", "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 f9dccd7ea4..45f8fcd371 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9407,10 +9407,10 @@ js-yaml@^4.1.0: 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== +js-yaml@^5.2.2: + version "5.2.2" + resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-5.2.2.tgz#497bfe63f0b0db11c7bbc5ce8bc568e836c8b08c" + integrity sha512-dayzUzKkJ1MkuUtZglSebU43utNXH0OWQByK9rKOOuYIO8M5TV1y+n8ALMdG0rdzBnfNkOmZEqrURepb0ejqBw== dependencies: argparse "^2.0.1"