diff --git a/package-lock.json b/package-lock.json index aa2f59d..83eea97 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "2.2.1", "license": "ISC", "dependencies": { - "fast-xml-parser": "^5.2.5", + "fast-xml-parser": "^5.3.4", "requireindex": "^1.2.0", "semver": "^7.7.2" }, @@ -2236,16 +2236,15 @@ "dev": true }, "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.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 72badb0..414d659 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "eslint": ">=7.0.0" }, "dependencies": { - "fast-xml-parser": "^5.2.5", + "fast-xml-parser": "^5.3.4", "requireindex": "^1.2.0", "semver": "^7.7.2" },