From 4865e72b7bcbee02e97b962706f4b6e18e9c4c01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 21:33:05 +0000 Subject: [PATCH] Bump js-yaml from 5.2.0 to 5.2.1 in /scripts/changesets/categorized 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:production ... Signed-off-by: dependabot[bot] --- scripts/changesets/categorized/package-lock.json | 8 ++++---- scripts/changesets/categorized/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/scripts/changesets/categorized/package-lock.json b/scripts/changesets/categorized/package-lock.json index 58b2948d349..b2fb32dbb22 100644 --- a/scripts/changesets/categorized/package-lock.json +++ b/scripts/changesets/categorized/package-lock.json @@ -7,7 +7,7 @@ "": { "name": "categorized", "dependencies": { - "js-yaml": "^5.0.0" + "js-yaml": "^5.2.1" } }, "node_modules/argparse": { @@ -17,9 +17,9 @@ "license": "Python-2.0" }, "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==", "funding": [ { "type": "github", diff --git a/scripts/changesets/categorized/package.json b/scripts/changesets/categorized/package.json index d704ce37612..dd11c37101c 100644 --- a/scripts/changesets/categorized/package.json +++ b/scripts/changesets/categorized/package.json @@ -3,6 +3,6 @@ "private": true, "type": "module", "dependencies": { - "js-yaml": "^5.0.0" + "js-yaml": "^5.2.1" } }