From 990dde43dc0f1d4f8ee869e3b1ef9c9f1fcd0592 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Sep 2023 01:23:59 +0000 Subject: [PATCH] chore(deps-dev): Bump fast-xml-parser from 4.2.7 to 4.3.0 Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 4.2.7 to 4.3.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.2.7...v4.3.0) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 eaa22b3e..2b085835 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "@rollup/plugin-typescript": "^11.1.3", "@types/node": "^20.6.3", "@vitest/coverage-istanbul": "^0.34.5", - "fast-xml-parser": "^4.2.7", + "fast-xml-parser": "^4.3.0", "rollup": "^3.29.2", "tslib": "^2.6.2", "typedoc": "^0.25.1", @@ -4906,9 +4906,9 @@ "peer": true }, "node_modules/fast-xml-parser": { - "version": "4.2.7", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.2.7.tgz", - "integrity": "sha512-J8r6BriSLO1uj2miOk1NW0YVm8AGOOu3Si2HQp/cSmo6EA4m3fcwu2WKjJ4RK9wMLBtg69y1kS8baDiQBR41Ig==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.3.0.tgz", + "integrity": "sha512-5Wln/SBrtlN37aboiNNFHfSALwLzpUx1vJhDgDVPKKG3JrNe8BWTUoNKqkeKk/HqNbKxC8nEAJaBydq30yHoLA==", "funding": [ { "type": "paypal", diff --git a/package.json b/package.json index 154fcace..a0594e00 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "@rollup/plugin-typescript": "^11.1.3", "@types/node": "^20.6.3", "@vitest/coverage-istanbul": "^0.34.5", - "fast-xml-parser": "^4.2.7", + "fast-xml-parser": "^4.3.0", "rollup": "^3.29.2", "tslib": "^2.6.2", "typedoc": "^0.25.1",