Update dependency yaml to ^2.8.2
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2025-12-01 00:20:08 +00:00
parent 70a0f000c8
commit ae1f4e1b0a
2 changed files with 8 additions and 5 deletions

View File

@@ -30,7 +30,7 @@
"react-vnc": "^3.1.0",
"uuid": "^11.1.0",
"xml-formatter": "^3.6.6",
"yaml": "^2.8.1"
"yaml": "^2.8.2"
},
"devDependencies": {
"@eslint/js": "^9.39.1",
@@ -5762,15 +5762,18 @@
"license": "ISC"
},
"node_modules/yaml": {
"version": "2.8.1",
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.1.tgz",
"integrity": "sha512-lcYcMxX2PO9XMGvAJkJ3OsNMw+/7FKes7/hgerGUYWIoWu5j/+YQqcZr5JnPZWzOsEBgMbSbiSTn/dv/69Mkpw==",
"version": "2.8.2",
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.2.tgz",
"integrity": "sha512-mplynKqc1C2hTVYxd0PU2xQAc22TI1vShAYGksCCfxbn/dFwnHTNi1bvYsBTkhdUNtGIf5xNOg938rrSSYvS9A==",
"license": "ISC",
"bin": {
"yaml": "bin.mjs"
},
"engines": {
"node": ">= 14.6"
},
"funding": {
"url": "https://github.com/sponsors/eemeli"
}
},
"node_modules/yocto-queue": {

View File

@@ -32,7 +32,7 @@
"react-vnc": "^3.1.0",
"uuid": "^11.1.0",
"xml-formatter": "^3.6.6",
"yaml": "^2.8.1"
"yaml": "^2.8.2"
},
"devDependencies": {
"@eslint/js": "^9.39.1",