diff --git a/package-lock.json b/package-lock.json index ac5e09cc4..cf7d7e8dd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "detect-indent": "^6.1.0", "detect-newline": "^3.1.0", "dotgitignore": "^2.1.0", - "fast-xml-parser": "^5.2.5", + "fast-xml-parser": "^5.3.4", "figures": "^3.2.0", "find-up": "^5.0.0", "git-semver-tags": "^5.0.1", @@ -3778,15 +3778,16 @@ "license": "MIT" }, "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.4", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.3.4.tgz", + "integrity": "sha512-EFd6afGmXlCx8H8WTZHhAoDaWaGyuIBoZJ2mknrNxug+aZKjkp0a0dlars9Izl+jF+7Gu1/5f/2h68cQpe0IiA==", "funding": [ { "type": "github", "url": "https://github.com/sponsors/NaturalIntelligence" } ], + "license": "MIT", "dependencies": { "strnum": "^2.1.0" }, diff --git a/package.json b/package.json index f5cfff7d8..ad16a86b5 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "detect-indent": "^6.1.0", "detect-newline": "^3.1.0", "dotgitignore": "^2.1.0", - "fast-xml-parser": "^5.2.5", + "fast-xml-parser": "^5.3.4", "figures": "^3.2.0", "find-up": "^5.0.0", "git-semver-tags": "^5.0.1",