diff --git a/package-lock.json b/package-lock.json index 3045f7d62..3edfdf9cb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "chalk": "^2.4.1", "columnify": "^1.5.4", "csv": "^5.5.3", - "fast-xml-parser": "^4.5.0", + "fast-xml-parser": "^4.5.4", "fs-extra": "^8.1.0", "globs": "^0.1.4", "grunt": "^1.6.1", @@ -9485,17 +9485,13 @@ "dev": true }, "node_modules/fast-xml-parser": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.0.tgz", - "integrity": "sha512-/PlTQCI96+fZMAOLMZK4CWG1ItCbfZ/0jx7UIJFChPNrx7tcEgerUgWbeieCM9MfHInUDyK8DWYZ+YrywDJuTg==", + "version": "4.5.4", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.4.tgz", + "integrity": "sha512-jE8ugADnYOBsu1uaoayVl1tVKAMNOXyjwvv2U6udEA2ORBhDooJDWoGxTkhd4Qn4yh59JVVt/pKXtjPwx9OguQ==", "funding": [ { "type": "github", "url": "https://github.com/sponsors/NaturalIntelligence" - }, - { - "type": "paypal", - "url": "https://paypal.me/naturalintelligence" } ], "license": "MIT", diff --git a/package.json b/package.json index f1537b819..e66f3453c 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "chalk": "^2.4.1", "columnify": "^1.5.4", "csv": "^5.5.3", - "fast-xml-parser": "^4.5.0", + "fast-xml-parser": "^4.5.4", "fs-extra": "^8.1.0", "globs": "^0.1.4", "grunt": "^1.6.1",