From 4b898aa1067180bc144d8b399eb6dd23a568dd59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 20:07:29 +0000 Subject: [PATCH] Bump js-yaml in the npm_and_yarn group across 1 directory Bumps the npm_and_yarn group with 1 update in the / directory: [js-yaml](https://github.com/nodeca/js-yaml). Updates `js-yaml` from 4.1.1 to 4.2.0 - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/commits) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.2.0 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++++++++-- package.json | 2 +- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 14daa495..2731bf47 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "@upbound/ux": "0.0.2", "clsx": "^2.1.1", "docusaurus-pushfeedback": "^1.0.5", - "js-yaml": "^4.1.0", + "js-yaml": "^4.2.0", "launchdarkly-js-client-sdk": "3.5.0", "lucide-react": "^0.525.0", "prism-react-renderer": "^2.3.0", @@ -13664,7 +13664,19 @@ "license": "MIT" }, "node_modules/js-yaml": { - "version": "4.1.1", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.2.0.tgz", + "integrity": "sha512-ePWsvanv0DWuDRsW8dnt+R4jQ31SCRCQ7hhNcPXZPsoBZiemuZNYGf7adZdqX2D86j6rvKp3RpCxVTSb8WQlOw==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/puzrin" + }, + { + "type": "github", + "url": "https://github.com/sponsors/nodeca" + } + ], "license": "MIT", "dependencies": { "argparse": "^2.0.1" diff --git a/package.json b/package.json index 6a2cde8b..ac7dd622 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@upbound/ux": "0.0.2", "clsx": "^2.1.1", "docusaurus-pushfeedback": "^1.0.5", - "js-yaml": "^4.1.0", + "js-yaml": "^4.2.0", "launchdarkly-js-client-sdk": "3.5.0", "lucide-react": "^0.525.0", "prism-react-renderer": "^2.3.0",