diff --git a/package-lock.json b/package-lock.json index 67b1eec092..6d93fa8a34 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@typed-mxgraph/typed-mxgraph": "~1.0.8", "es-toolkit": "~1.42.0", - "fast-xml-parser": "5.3.2", + "fast-xml-parser": "5.3.3", "mxgraph": "4.2.2" }, "devDependencies": { @@ -7752,9 +7752,9 @@ "license": "BSD-3-Clause" }, "node_modules/fast-xml-parser": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.3.2.tgz", - "integrity": "sha512-n8v8b6p4Z1sMgqRmqLJm3awW4NX7NkaKPfb3uJIBTSH7Pdvufi3PQ3/lJLQrvxcMYl7JI2jnDO90siPEpD8JBA==", + "version": "5.3.3", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.3.3.tgz", + "integrity": "sha512-2O3dkPAAC6JavuMm8+4+pgTk+5hoAs+CjZ+sWcQLkX9+/tHRuTkQh/Oaifr8qDmZ8iEHb771Ea6G8CdwkrgvYA==", "funding": [ { "type": "github", @@ -22803,9 +22803,9 @@ "dev": true }, "fast-xml-parser": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.3.2.tgz", - "integrity": "sha512-n8v8b6p4Z1sMgqRmqLJm3awW4NX7NkaKPfb3uJIBTSH7Pdvufi3PQ3/lJLQrvxcMYl7JI2jnDO90siPEpD8JBA==", + "version": "5.3.3", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.3.3.tgz", + "integrity": "sha512-2O3dkPAAC6JavuMm8+4+pgTk+5hoAs+CjZ+sWcQLkX9+/tHRuTkQh/Oaifr8qDmZ8iEHb771Ea6G8CdwkrgvYA==", "requires": { "strnum": "^2.1.0" } diff --git a/package.json b/package.json index 16c53f8d07..71f4cc1f26 100644 --- a/package.json +++ b/package.json @@ -106,7 +106,7 @@ "dependencies": { "@typed-mxgraph/typed-mxgraph": "~1.0.8", "es-toolkit": "~1.42.0", - "fast-xml-parser": "5.3.2", + "fast-xml-parser": "5.3.3", "mxgraph": "4.2.2" }, "devDependencies": {