diff --git a/ui/dashboard/package-lock.json b/ui/dashboard/package-lock.json index 86772b5f..6e56eb15 100644 --- a/ui/dashboard/package-lock.json +++ b/ui/dashboard/package-lock.json @@ -31,7 +31,7 @@ "dagre-compound": "0.0.11", "ejs": "3.1.7", "jquery": "3.6.0", - "js-yaml": "4.1.0", + "js-yaml": "4.1.1", "lodash-es": "4.17.21", "moment": "2.29.4", "monaco-editor": "0.33.0", @@ -4291,12 +4291,6 @@ "@types/jasmine": "*" } }, - "node_modules/@types/js-yaml": { - "version": "4.0.9", - "resolved": "https://registry.npmjs.org/@types/js-yaml/-/js-yaml-4.0.9.tgz", - "integrity": "sha512-k4MGaQl5TGo/iipqb2UDG2UwjXziSWkh0uysQelTlJpX1qGlpUZYm8PnO4DxG1qBomtJUdYJ6qR6xdIah10JLg==", - "dev": true - }, "node_modules/@types/json-schema": { "version": "7.0.15", "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz", @@ -9942,9 +9936,10 @@ "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" }, "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.1.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz", + "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==", + "license": "MIT", "dependencies": { "argparse": "^2.0.1" }, diff --git a/ui/dashboard/package.json b/ui/dashboard/package.json index 727fbef1..43a95784 100644 --- a/ui/dashboard/package.json +++ b/ui/dashboard/package.json @@ -37,7 +37,7 @@ "dagre-compound": "0.0.11", "ejs": "3.1.7", "jquery": "3.6.0", - "js-yaml": "4.1.0", + "js-yaml": "4.1.1", "lodash-es": "4.17.21", "moment": "2.29.4", "monaco-editor": "0.33.0",