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",