diff --git a/package-lock.json b/package-lock.json index 97b64866e1..15c41b10fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@typed-mxgraph/typed-mxgraph": "~1.0.8", "es-toolkit": "~1.39.10", - "fast-xml-parser": "5.2.5", + "fast-xml-parser": "5.3.2", "mxgraph": "4.2.2" }, "devDependencies": { @@ -7732,16 +7732,15 @@ "license": "BSD-3-Clause" }, "node_modules/fast-xml-parser": { - "version": "5.2.5", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.2.5.tgz", - "integrity": "sha512-pfX9uG9Ki0yekDHx2SiuRIyFdyAr1kMIMitPvb0YBo8SUfKvia7w7FIyd/l6av85pFYRhZscS75MwMnbvY+hcQ==", + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.3.2.tgz", + "integrity": "sha512-n8v8b6p4Z1sMgqRmqLJm3awW4NX7NkaKPfb3uJIBTSH7Pdvufi3PQ3/lJLQrvxcMYl7JI2jnDO90siPEpD8JBA==", "funding": [ { "type": "github", "url": "https://github.com/sponsors/NaturalIntelligence" } ], - "license": "MIT", "dependencies": { "strnum": "^2.1.0" }, @@ -22831,9 +22830,9 @@ "dev": true }, "fast-xml-parser": { - "version": "5.2.5", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.2.5.tgz", - "integrity": "sha512-pfX9uG9Ki0yekDHx2SiuRIyFdyAr1kMIMitPvb0YBo8SUfKvia7w7FIyd/l6av85pFYRhZscS75MwMnbvY+hcQ==", + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.3.2.tgz", + "integrity": "sha512-n8v8b6p4Z1sMgqRmqLJm3awW4NX7NkaKPfb3uJIBTSH7Pdvufi3PQ3/lJLQrvxcMYl7JI2jnDO90siPEpD8JBA==", "requires": { "strnum": "^2.1.0" } diff --git a/package.json b/package.json index 9c817cadb6..65901c3f07 100644 --- a/package.json +++ b/package.json @@ -106,7 +106,7 @@ "dependencies": { "@typed-mxgraph/typed-mxgraph": "~1.0.8", "es-toolkit": "~1.39.10", - "fast-xml-parser": "5.2.5", + "fast-xml-parser": "5.3.2", "mxgraph": "4.2.2" }, "devDependencies": {