From 10fc35331a9f13ce22e0f3162dd041983d530d46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 11:45:52 +0000 Subject: [PATCH] Bump js-yaml from 4.1.0 to 4.3.1 in /sky/dashboard Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.0 to 4.3.1. - [Changelog](https://github.com/nodeca/js-yaml/blob/4.3.1/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/4.1.0...4.3.1) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.3.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- sky/dashboard/package-lock.json | 18 ++++++++++++++---- sky/dashboard/package.json | 2 +- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/sky/dashboard/package-lock.json b/sky/dashboard/package-lock.json index 5841b7216..2373f01c7 100644 --- a/sky/dashboard/package-lock.json +++ b/sky/dashboard/package-lock.json @@ -27,7 +27,7 @@ "date-fns": "^3.6.0", "express": "^4.19.2", "http-proxy-middleware": "^3.0.0", - "js-yaml": "^4.1.0", + "js-yaml": "^4.3.1", "lucide-react": "^0.407.0", "next": "14.2.4", "react": "^18.3.1", @@ -11236,9 +11236,19 @@ "license": "MIT" }, "node_modules/js-yaml": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", - "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.3.1.tgz", + "integrity": "sha512-CY6crGq313MX8GkwvB7tzgp99vjQxY1++5y10/BKN/GUfHqWaOGQMNZkBvqSzsZKWk/ijwHlWzzkLulsGHhjWQ==", + "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/sky/dashboard/package.json b/sky/dashboard/package.json index 8ee5d1407..8bd8e6f1e 100644 --- a/sky/dashboard/package.json +++ b/sky/dashboard/package.json @@ -34,7 +34,7 @@ "date-fns": "^3.6.0", "express": "^4.19.2", "http-proxy-middleware": "^3.0.0", - "js-yaml": "^4.1.0", + "js-yaml": "^4.3.1", "lucide-react": "^0.407.0", "next": "14.2.4", "react": "^18.3.1",