diff --git a/package-lock.json b/package-lock.json index 31406204..803eb461 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,17 +1,16 @@ { "name": "civkit", - "version": "0.6.1", + "version": "0.6.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "civkit", - "version": "0.6.1", + "version": "0.6.2", "license": "AGPL", "dependencies": { "lodash": "^4.17.21", - "tslib": "^2.5.0", - "undici": "^5.22.0" + "tslib": "^2.5.0" }, "devDependencies": { "@types/busboy": "^1.5.0", @@ -2290,19 +2289,25 @@ "dev": true }, "node_modules/fast-xml-parser": { - "version": "4.1.4", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.1.4.tgz", - "integrity": "sha512-jKw5Miu3xRSWhXxpWWx3Jujvy231pInmUJgCtsov8JGeuLQsKmYKXlXXPXN1Hopo0YHGuesIlu1cDMKmHa2fJQ==", + "version": "4.2.4", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.2.4.tgz", + "integrity": "sha512-fbfMDvgBNIdDJLdLOwacjFAPYt67tr31H9ZhWSm45CDAxvd0I6WTlSOUo7K2P/K5sA5JgMKG64PI3DMcaFdWpQ==", + "funding": [ + { + "type": "paypal", + "url": "https://paypal.me/naturalintelligence" + }, + { + "type": "github", + "url": "https://github.com/sponsors/NaturalIntelligence" + } + ], "optional": true, "dependencies": { "strnum": "^1.0.5" }, "bin": { "fxparser": "src/cli/cli.js" - }, - "funding": { - "type": "paypal", - "url": "https://paypal.me/naturalintelligence" } }, "node_modules/fastq": { @@ -6848,9 +6853,9 @@ "dev": true }, "fast-xml-parser": { - "version": "4.1.4", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.1.4.tgz", - "integrity": "sha512-jKw5Miu3xRSWhXxpWWx3Jujvy231pInmUJgCtsov8JGeuLQsKmYKXlXXPXN1Hopo0YHGuesIlu1cDMKmHa2fJQ==", + "version": "4.2.4", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.2.4.tgz", + "integrity": "sha512-fbfMDvgBNIdDJLdLOwacjFAPYt67tr31H9ZhWSm45CDAxvd0I6WTlSOUo7K2P/K5sA5JgMKG64PI3DMcaFdWpQ==", "optional": true, "requires": { "strnum": "^1.0.5"