3 Commits

Author SHA1 Message Date
775ab9027e Update dependency xml-formatter to ^3.6.7
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
2026-02-20 00:23:36 +00:00
963e9e950e Merge pull request 'Update dependency monaco-yaml to ^5.4.1' (#495) from renovate/monaco-yaml-5.x into master
Some checks failed
continuous-integration/drone/push Build is failing
2026-02-19 00:25:46 +00:00
2aa07be0e2 Update dependency monaco-yaml to ^5.4.1
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
2026-02-18 00:34:41 +00:00
2 changed files with 14 additions and 14 deletions

View File

@@ -22,14 +22,14 @@
"filesize": "^10.1.6",
"humanize-duration": "^3.33.2",
"monaco-editor": "^0.52.2",
"monaco-yaml": "^5.4.0",
"monaco-yaml": "^5.4.1",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-router-dom": "^7.9.6",
"react-syntax-highlighter": "^15.6.6",
"react-vnc": "^3.1.0",
"uuid": "^11.1.0",
"xml-formatter": "^3.6.6",
"xml-formatter": "^3.6.7",
"yaml": "^2.8.2"
},
"devDependencies": {
@@ -4482,9 +4482,9 @@
}
},
"node_modules/monaco-yaml": {
"version": "5.4.0",
"resolved": "https://registry.npmjs.org/monaco-yaml/-/monaco-yaml-5.4.0.tgz",
"integrity": "sha512-tuBVDy1KAPrgO905GHTItu8AaA5bIzF5S4X0JVRAE/D66FpRhkDUk7tKi5bwKMVTTugtpMLsXN4ewh4CgE/FtQ==",
"version": "5.4.1",
"resolved": "https://registry.npmjs.org/monaco-yaml/-/monaco-yaml-5.4.1.tgz",
"integrity": "sha512-YQ6d/Ei98Uk073SJLFbwuSi95qhnl8F8NNmIUqN2XhDt9psZN2LqQ1T7pPQ866NJb2wFj44IrjnANgpa2jTfag==",
"license": "MIT",
"workspaces": [
"examples/*"
@@ -5708,21 +5708,21 @@
}
},
"node_modules/xml-formatter": {
"version": "3.6.6",
"resolved": "https://registry.npmjs.org/xml-formatter/-/xml-formatter-3.6.6.tgz",
"integrity": "sha512-yfofQht42x2sN1YThT6Er6GFXiQinfDAsMTNvMPi2uZw5/Vtc2PYHfvALR8U+b2oN2ekBxLd2tGWV06rAM8nQA==",
"version": "3.6.7",
"resolved": "https://registry.npmjs.org/xml-formatter/-/xml-formatter-3.6.7.tgz",
"integrity": "sha512-IsfFYJQuoDqtUlKhm4EzeoBOb+fQwzQVeyxxAQ0sThn/nFnQmyLPTplqq4yRhaOENH/tAyujD2TBfIYzUKB6hg==",
"license": "MIT",
"dependencies": {
"xml-parser-xo": "^4.1.4"
"xml-parser-xo": "^4.1.5"
},
"engines": {
"node": ">= 16"
}
},
"node_modules/xml-parser-xo": {
"version": "4.1.4",
"resolved": "https://registry.npmjs.org/xml-parser-xo/-/xml-parser-xo-4.1.4.tgz",
"integrity": "sha512-wo+yWDNeMwd1ctzH4CsiGXaAappDsxuR+VnmPewOzHk/zvefksT2ZlcWpAePl11THOWgnIZM4GjvumevurNWZw==",
"version": "4.1.5",
"resolved": "https://registry.npmjs.org/xml-parser-xo/-/xml-parser-xo-4.1.5.tgz",
"integrity": "sha512-TxyRxk9sTOUg3glxSIY6f0nfuqRll2OEF8TspLgh5mZkLuBgheCn3zClcDSGJ58TvNmiwyCCuat4UajPud/5Og==",
"license": "MIT",
"engines": {
"node": ">= 16"

View File

@@ -24,14 +24,14 @@
"filesize": "^10.1.6",
"humanize-duration": "^3.33.2",
"monaco-editor": "^0.52.2",
"monaco-yaml": "^5.4.0",
"monaco-yaml": "^5.4.1",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-router-dom": "^7.9.6",
"react-syntax-highlighter": "^15.6.6",
"react-vnc": "^3.1.0",
"uuid": "^11.1.0",
"xml-formatter": "^3.6.6",
"xml-formatter": "^3.6.7",
"yaml": "^2.8.2"
},
"devDependencies": {