From 1285fa457b8bff39e1e26e41ac9fafaa7e410535 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 11:01:09 +0200 Subject: [PATCH] Bump fast-xml-parser from 4.3.6 to 4.4.0 (#16) Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 4.3.6 to 4.4.0. - [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases) - [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/NaturalIntelligence/fast-xml-parser/compare/v4.3.6...v4.4.0) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 574c164..771ddc2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "cli-progress": "^3.12.0", "cli-table3": "^0.6.5", "dotenv": "^16.3.1", - "fast-xml-parser": "^4.3.2", + "fast-xml-parser": "^4.4.0", "form-urlencoded": "^6.1.4", "fs-extra": "^11.2.0", "is-callable": "^1.2.7", @@ -3219,9 +3219,9 @@ "dev": true }, "node_modules/fast-xml-parser": { - "version": "4.3.6", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.3.6.tgz", - "integrity": "sha512-M2SovcRxD4+vC493Uc2GZVcZaj66CCJhWurC4viynVSTvrpErCShNcDz1lAho6n9REQKvL/ll4A4/fw6Y9z8nw==", + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.4.0.tgz", + "integrity": "sha512-kLY3jFlwIYwBNDojclKsNAC12sfD6NwW74QB2CoNGPvtVxjliYehVunB3HYyNi+n4Tt1dAcgwYvmKF/Z18flqg==", "funding": [ { "type": "github", diff --git a/package.json b/package.json index 2fcc570..e1a2fbf 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "fs-extra": "^11.2.0", "is-callable": "^1.2.7", "dotenv": "^16.3.1", - "fast-xml-parser": "^4.3.2", + "fast-xml-parser": "^4.4.0", "yaml": "^2.4.1", "mysql2": "^3.9.7", "@idrinth/typescript-language-from-yaml": "^1.3.0",