diff --git a/webui/package-lock.json b/webui/package-lock.json index c49e2fa48..e295848b7 100644 --- a/webui/package-lock.json +++ b/webui/package-lock.json @@ -19,7 +19,7 @@ "del-cli": "^7.0.0", "fuse.js": "^7.1.0", "http-status-codes": "^2.3.0", - "js-yaml": "^4.1.0", + "js-yaml": "^4.1.1", "ncp": "^2.0.0", "vue": "^3.5.23", "vue-router": "^4.6.3", @@ -3793,9 +3793,9 @@ "dev": true }, "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/webui/package.json b/webui/package.json index e1cb35963..715d9bf01 100644 --- a/webui/package.json +++ b/webui/package.json @@ -27,7 +27,7 @@ "del-cli": "^7.0.0", "fuse.js": "^7.1.0", "http-status-codes": "^2.3.0", - "js-yaml": "^4.1.0", + "js-yaml": "^4.1.1", "ncp": "^2.0.0", "vue": "^3.5.23", "vue-router": "^4.6.3",