Update dependency xml-formatter to v3.6.3
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
Pierre HUBERT 2024-07-11 00:09:56 +00:00
parent 8fdbb0f442
commit f1f4a88ae3

View File

@ -23391,14 +23391,15 @@
} }
}, },
"node_modules/xml-formatter": { "node_modules/xml-formatter": {
"version": "3.6.2", "version": "3.6.3",
"resolved": "https://registry.npmjs.org/xml-formatter/-/xml-formatter-3.6.2.tgz", "resolved": "https://registry.npmjs.org/xml-formatter/-/xml-formatter-3.6.3.tgz",
"integrity": "sha512-enWhevZNOwffZFUhzl1WMcha8lFLZUgJ7NzFs5Ug4ZOFCoNheGYXz1J9Iz/e+cTn9rCkuT1GwTacz+YlmFHOGw==", "integrity": "sha512-++x1TlRO1FRlQ82AZ4WnoCSufaI/PT/sycn4K8nRl4gnrNC1uYY2VV/67aALZ2m0Q4Q/BLj/L69K360Itw9NNg==",
"license": "MIT",
"dependencies": { "dependencies": {
"xml-parser-xo": "^4.1.0" "xml-parser-xo": "^4.1.2"
}, },
"engines": { "engines": {
"node": ">= 14" "node": ">= 16"
} }
}, },
"node_modules/xml-name-validator": { "node_modules/xml-name-validator": {
@ -23408,11 +23409,12 @@
"peer": true "peer": true
}, },
"node_modules/xml-parser-xo": { "node_modules/xml-parser-xo": {
"version": "4.1.1", "version": "4.1.2",
"resolved": "https://registry.npmjs.org/xml-parser-xo/-/xml-parser-xo-4.1.1.tgz", "resolved": "https://registry.npmjs.org/xml-parser-xo/-/xml-parser-xo-4.1.2.tgz",
"integrity": "sha512-Ggf2y90+Y6e9IK5hoPuembVHJ03PhDSdhldEmgzbihzu9k0XBo0sfcFxaSi4W1PlUSSI1ok+MJ0JCXUn+U4Ilw==", "integrity": "sha512-Z/DRB0ZAKj5vAQg++XsfQQKfT73Vfj5n5lKIVXobBDQEva6NHWUTxOA6OohJmEcpoy8AEqBmSGkXXAnFwt5qAA==",
"license": "MIT",
"engines": { "engines": {
"node": ">= 14" "node": ">= 16"
} }
}, },
"node_modules/xmlchars": { "node_modules/xmlchars": {