From 37c492ce7e2df5f27d52c535c28cca06a76c08fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Jan 2025 18:17:52 +0000 Subject: [PATCH] fix(deps): bump fast-xml-parser from 4.3.4 to 4.5.1 Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 4.3.4 to 4.5.1. - [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.4...v4.5.1) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index cbe5dbb..a4c521d 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "typescript": "^5.7.2" }, "dependencies": { - "fast-xml-parser": "^4.3.4", + "fast-xml-parser": "^4.5.1", "log4js": "^6.9.1", "tslib": "^2.6.2", "xml-disassembler": "^1.3.4", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3e88623..df4c04b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,8 +9,8 @@ importers: .: dependencies: fast-xml-parser: - specifier: ^4.3.4 - version: 4.3.4 + specifier: ^4.5.1 + version: 4.5.1 log4js: specifier: ^6.9.1 version: 6.9.1 @@ -886,8 +886,8 @@ packages: fast-levenshtein@2.0.6: resolution: {integrity: sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==} - fast-xml-parser@4.3.4: - resolution: {integrity: sha512-utnwm92SyozgA3hhH2I8qldf2lBqm6qHOICawRNRFu1qMe3+oqr+GcXjGqTmXTMGE5T4eC03kr/rlh5C1IRdZA==} + fast-xml-parser@4.5.1: + resolution: {integrity: sha512-y655CeyUQ+jj7KBbYMc4FG01V8ZQqjN+gDYGJ50RtfsUB8iG9AmwmwoAgeKLJdmueKKMrH1RJ7yXHTSoczdv5w==} hasBin: true fastq@1.17.0: @@ -2786,7 +2786,7 @@ snapshots: fast-levenshtein@2.0.6: {} - fast-xml-parser@4.3.4: + fast-xml-parser@4.5.1: dependencies: strnum: 1.0.5 @@ -3812,7 +3812,7 @@ snapshots: xml-disassembler@1.3.4: dependencies: - fast-xml-parser: 4.3.4 + fast-xml-parser: 4.5.1 ignore: 5.3.1 log4js: 6.9.1 tslib: 2.6.2