Skip to content

Commit beb8a14

Browse files
fix(deps): bump fast-xml-parser from 5.7.1 to 5.7.2
Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 5.7.1 to 5.7.2. - [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases) - [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md) - [Commits](NaturalIntelligence/fast-xml-parser@v5.7.1...v5.7.2) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-version: 5.7.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4bc04a4 commit beb8a14

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@salesforce/kit": "^3.2.6",
1616
"@salesforce/sf-plugins-core": "^11.3.12",
1717
"fast-glob": "^3.3.3",
18-
"fast-xml-parser": "^5.7.1",
18+
"fast-xml-parser": "^5.7.2",
1919
"js2xmlparser": "^4.0.2"
2020
},
2121
"devDependencies": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3971,10 +3971,10 @@ fast-xml-parser@5.5.8:
39713971
path-expression-matcher "^1.2.0"
39723972
strnum "^2.2.0"
39733973

3974-
fast-xml-parser@^5.7.1:
3975-
version "5.7.1"
3976-
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.7.1.tgz#17697550bdd2a0a0d47cdc4b456c009c4cbe8a06"
3977-
integrity sha512-8Cc3f8GUGUULg34pBch/KGyPLglS+OFs05deyOlY7fL2MTagYPKrVQNmR1fLF/yJ9PH5ZSTd3YDF6pnmeZU+zA==
3974+
fast-xml-parser@^5.7.2:
3975+
version "5.7.2"
3976+
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.7.2.tgz#fecd0b054c6c132fc03dab994a413da781e0eb9f"
3977+
integrity sha512-P7oW7tLbYnhOLQk/Gv7cZgzgMPP/XN03K02/Jy6Y/NHzyIAIpxuZIM/YqAkfiXFPxA2CTm7NtCijK9EDu09u2w==
39783978
dependencies:
39793979
"@nodable/entities" "^2.1.0"
39803980
fast-xml-builder "^1.1.5"

0 commit comments

Comments
 (0)