Skip to content

Commit e7da9ba

Browse files
fix(deps): bump fast-xml-parser from 4.1.3 to 4.1.4 (#933)
Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 4.1.3 to 4.1.4. - [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@v4.1.3...v4.1.4) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c727b00 commit e7da9ba

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@salesforce/kit": "^1.9.2",
3030
"@salesforce/ts-types": "^1.7.2",
3131
"archiver": "^5.3.1",
32-
"fast-xml-parser": "^4.1.3",
32+
"fast-xml-parser": "^4.1.4",
3333
"got": "^11.8.6",
3434
"graceful-fs": "^4.2.11",
3535
"ignore": "^5.2.4",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3262,10 +3262,10 @@ fast-levenshtein@^3.0.0:
32623262
dependencies:
32633263
fastest-levenshtein "^1.0.7"
32643264

3265-
fast-xml-parser@^4.1.3:
3266-
version "4.1.3"
3267-
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.1.3.tgz#0254ad0d4d27f07e6b48254b068c0c137488dd97"
3268-
integrity sha512-LsNDahCiCcJPe8NO7HijcnukHB24tKbfDDA5IILx9dmW3Frb52lhbeX6MPNUSvyGNfav2VTYpJ/OqkRoVLrh2Q==
3265+
fast-xml-parser@^4.1.4:
3266+
version "4.1.4"
3267+
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.1.4.tgz#bb0d02d33854325b3eded07e4a4f2ceb8202ce8b"
3268+
integrity sha512-jKw5Miu3xRSWhXxpWWx3Jujvy231pInmUJgCtsov8JGeuLQsKmYKXlXXPXN1Hopo0YHGuesIlu1cDMKmHa2fJQ==
32693269
dependencies:
32703270
strnum "^1.0.5"
32713271

0 commit comments

Comments
 (0)