From 06f35a2fbacc2ad346a50aab22acae729c592c77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 10:23:58 +0000 Subject: [PATCH] Bump js-yaml from 5.2.0 to 5.2.1 in the npm-dependencies group Bumps the npm-dependencies group with 1 update: [js-yaml](https://github.com/nodeca/js-yaml). Updates `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 update-type: version-update:semver-patch dependency-group: npm-dependencies ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index af725d1..d0bc24e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "is-extglob": "^2.1.1", "is-glob": "^4.0.3", "jiti": "^2.7.0", - "js-yaml": "^5.2.0", + "js-yaml": "^5.2.1", "lightningcss": "^1.32.0", "magic-string": "^0.30.21", "mri": "^1.2.0", @@ -3112,9 +3112,9 @@ } }, "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/package.json b/package.json index fdfbcee..a88cde2 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "is-extglob": "^2.1.1", "is-glob": "^4.0.3", "jiti": "^2.7.0", - "js-yaml": "^5.2.0", + "js-yaml": "^5.2.1", "lightningcss": "^1.32.0", "magic-string": "^0.30.21", "mri": "^1.2.0",