From 1e37a7a9f2aa18bf9546da28f56f486888aaaa9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 02:03:42 +0000 Subject: [PATCH] chore(deps-dev): bump js-yaml from 5.2.0 to 5.2.1 Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 5.2.0 to 5.2.1. - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/5.2.0...5.2.1) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 5.2.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index f08490ae..66be3591 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "eslint-plugin-prettier": "^5.5.6", "jest": "^30.4.2", "jest-circus": "^30.4.2", - "js-yaml": "^5.2.0", + "js-yaml": "^5.2.1", "prettier": "^3.9.4", "rimraf": "^6.1.3", "ts-jest": "^29.4.11", @@ -6294,9 +6294,9 @@ "license": "MIT" }, "node_modules/js-yaml": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-5.2.0.tgz", - "integrity": "sha512-YeLUMlvR4Ou1B119LIaM0r65JvbOBooJDc9yEu0dClb/uSC5P4FrLU8OCCz/HXWvtPoIrR0dRzABTjo1sTN9Bw==", + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-5.2.1.tgz", + "integrity": "sha512-zfLtNfQqxVqq3uaTqSkh4x4hZw3KHobGUA0fJUj4wawW8bsQLTVqpHdXSIzidh7o+4lEW36tANuAGdaFx6Zgnw==", "dev": true, "funding": [ { diff --git a/package.json b/package.json index 0b784557..a7d46a99 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "eslint-plugin-prettier": "^5.5.6", "jest": "^30.4.2", "jest-circus": "^30.4.2", - "js-yaml": "^5.2.0", + "js-yaml": "^5.2.1", "prettier": "^3.9.4", "rimraf": "^6.1.3", "ts-jest": "^29.4.11", diff --git a/yarn.lock b/yarn.lock index 12b396b4..23e9dfac 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3241,10 +3241,10 @@ js-yaml@^4.1.1: 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.1: + version "5.2.1" + resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-5.2.1.tgz#bb3f2e87295ebfe6ef0a75e17c62834daeff9ce2" + integrity sha512-zfLtNfQqxVqq3uaTqSkh4x4hZw3KHobGUA0fJUj4wawW8bsQLTVqpHdXSIzidh7o+4lEW36tANuAGdaFx6Zgnw== dependencies: argparse "^2.0.1"